chiark / gitweb /
38b4eec8b393ce312e73fe324e421954b23983fa
[inn-innduct.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 HAVE_LIB = @HAVE_LIB@
64 LIB = @LIB@
65 LTLIB = @LTLIB@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 VERSION = @VERSION@
69
70 AUTOMAKE_OPTIONS = foreign
71
72 INCLUDES = -I/usr/include/inn
73
74 bin_PROGRAMS = innduct
75 innduct_SOURCES = innduct.c __oop-read-copy.c
76 innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop
77
78 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
79 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf-aux/mkinstalldirs
81 CONFIG_HEADER = config.h
82 CONFIG_CLEAN_FILES = 
83 PROGRAMS =  $(bin_PROGRAMS)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) -I.
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 innduct_OBJECTS =  innduct.o __oop-read-copy.o
91 innduct_DEPENDENCIES = 
92 innduct_LDFLAGS = 
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \
98 config.h.in configure configure.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP_ENV = --best
105 DEP_FILES =  .deps/__oop-read-copy.P .deps/innduct.P
106 SOURCES = $(innduct_SOURCES)
107 OBJECTS = $(innduct_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .o .s
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115 $(ACLOCAL_M4):  configure.in 
116         cd $(srcdir) && $(ACLOCAL)
117
118 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
119         $(SHELL) ./config.status --recheck
120 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
121         cd $(srcdir) && $(AUTOCONF)
122
123 mostlyclean-hdr:
124
125 clean-hdr:
126
127 distclean-hdr:
128         -rm -f config.h
129
130 maintainer-clean-hdr:
131
132 mostlyclean-binPROGRAMS:
133
134 clean-binPROGRAMS:
135         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
136
137 distclean-binPROGRAMS:
138
139 maintainer-clean-binPROGRAMS:
140
141 install-binPROGRAMS: $(bin_PROGRAMS)
142         @$(NORMAL_INSTALL)
143         $(mkinstalldirs) $(DESTDIR)$(bindir)
144         @list='$(bin_PROGRAMS)'; for p in $$list; do \
145           if test -f $$p; then \
146             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
147              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
148           else :; fi; \
149         done
150
151 uninstall-binPROGRAMS:
152         @$(NORMAL_UNINSTALL)
153         list='$(bin_PROGRAMS)'; for p in $$list; do \
154           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
155         done
156
157 .s.o:
158         $(COMPILE) -c $<
159
160 .S.o:
161         $(COMPILE) -c $<
162
163 mostlyclean-compile:
164         -rm -f *.o core *.core
165
166 clean-compile:
167
168 distclean-compile:
169         -rm -f *.tab.c
170
171 maintainer-clean-compile:
172
173 innduct: $(innduct_OBJECTS) $(innduct_DEPENDENCIES)
174         @rm -f innduct
175         $(LINK) $(innduct_LDFLAGS) $(innduct_OBJECTS) $(innduct_LDADD) $(LIBS)
176
177 tags: TAGS
178
179 ID: $(HEADERS) $(SOURCES) $(LISP)
180         list='$(SOURCES) $(HEADERS)'; \
181         unique=`for i in $$list; do echo $$i; done | \
182           awk '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         here=`pwd` && cd $(srcdir) \
185           && mkid -f$$here/ID $$unique $(LISP)
186
187 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
188         tags=; \
189         here=`pwd`; \
190         list='$(SOURCES) $(HEADERS)'; \
191         unique=`for i in $$list; do echo $$i; done | \
192           awk '    { files[$$0] = 1; } \
193                END { for (i in files) print i; }'`; \
194         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
195           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
196
197 mostlyclean-tags:
198
199 clean-tags:
200
201 distclean-tags:
202         -rm -f TAGS ID
203
204 maintainer-clean-tags:
205
206 distdir = $(PACKAGE)-$(VERSION)
207 top_distdir = $(distdir)
208
209 # This target untars the dist file and tries a VPATH configuration.  Then
210 # it guarantees that the distribution is self-contained by making another
211 # tarfile.
212 distcheck: dist
213         -rm -rf $(distdir)
214         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
215         mkdir $(distdir)/=build
216         mkdir $(distdir)/=inst
217         dc_install_base=`cd $(distdir)/=inst && pwd`; \
218         cd $(distdir)/=build \
219           && ../configure --srcdir=.. --prefix=$$dc_install_base \
220           && $(MAKE) $(AM_MAKEFLAGS) \
221           && $(MAKE) $(AM_MAKEFLAGS) dvi \
222           && $(MAKE) $(AM_MAKEFLAGS) check \
223           && $(MAKE) $(AM_MAKEFLAGS) install \
224           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
225           && $(MAKE) $(AM_MAKEFLAGS) dist
226         -rm -rf $(distdir)
227         @banner="$(distdir).tar.gz is ready for distribution"; \
228         dashes=`echo "$$banner" | sed s/./=/g`; \
229         echo "$$dashes"; \
230         echo "$$banner"; \
231         echo "$$dashes"
232 dist: distdir
233         -chmod -R a+r $(distdir)
234         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235         -rm -rf $(distdir)
236 dist-all: distdir
237         -chmod -R a+r $(distdir)
238         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
239         -rm -rf $(distdir)
240 distdir: $(DISTFILES)
241         -rm -rf $(distdir)
242         mkdir $(distdir)
243         -chmod 777 $(distdir)
244         here=`cd $(top_builddir) && pwd`; \
245         top_distdir=`cd $(distdir) && pwd`; \
246         distdir=`cd $(distdir) && pwd`; \
247         cd $(top_srcdir) \
248           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
249         @for file in $(DISTFILES); do \
250           d=$(srcdir); \
251           if test -d $$d/$$file; then \
252             cp -pr $$d/$$file $(distdir)/$$file; \
253           else \
254             test -f $(distdir)/$$file \
255             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
256             || cp -p $$d/$$file $(distdir)/$$file || :; \
257           fi; \
258         done
259
260 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
261
262 -include $(DEP_FILES)
263
264 mostlyclean-depend:
265
266 clean-depend:
267
268 distclean-depend:
269         -rm -rf .deps
270
271 maintainer-clean-depend:
272
273 %.o: %.c
274         @echo '$(COMPILE) -c $<'; \
275         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
276         @-cp .deps/$(*F).pp .deps/$(*F).P; \
277         tr ' ' '\012' < .deps/$(*F).pp \
278           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
279             >> .deps/$(*F).P; \
280         rm .deps/$(*F).pp
281
282 %.lo: %.c
283         @echo '$(LTCOMPILE) -c $<'; \
284         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
285         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
286           < .deps/$(*F).pp > .deps/$(*F).P; \
287         tr ' ' '\012' < .deps/$(*F).pp \
288           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
289             >> .deps/$(*F).P; \
290         rm -f .deps/$(*F).pp
291 info-am:
292 info: info-am
293 dvi-am:
294 dvi: dvi-am
295 check-am: all-am
296 check: check-am
297 installcheck-am:
298 installcheck: installcheck-am
299 all-recursive-am: config.h
300         $(MAKE) $(AM_MAKEFLAGS) all-recursive
301
302 install-exec-am: install-binPROGRAMS
303 install-exec: install-exec-am
304
305 install-data-am:
306 install-data: install-data-am
307
308 install-am: all-am
309         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310 install: install-am
311 uninstall-am: uninstall-binPROGRAMS
312 uninstall: uninstall-am
313 all-am: Makefile $(PROGRAMS) config.h
314 all-redirect: all-am
315 install-strip:
316         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
317 installdirs:
318         $(mkinstalldirs)  $(DESTDIR)$(bindir)
319
320
321 mostlyclean-generic:
322
323 clean-generic:
324
325 distclean-generic:
326         -rm -f Makefile $(CONFIG_CLEAN_FILES)
327         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328
329 maintainer-clean-generic:
330         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
331 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
332                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
333                 mostlyclean-generic
334
335 mostlyclean: mostlyclean-am
336
337 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
338                 clean-depend clean-generic mostlyclean-am
339
340 clean: clean-am
341
342 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
343                 distclean-tags distclean-depend distclean-generic \
344                 clean-am
345
346 distclean: distclean-am
347         -rm -f config.status
348
349 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
350                 maintainer-clean-compile maintainer-clean-tags \
351                 maintainer-clean-depend maintainer-clean-generic \
352                 distclean-am
353         @echo "This command is intended for maintainers to use;"
354         @echo "it deletes files that may require special tools to rebuild."
355
356 maintainer-clean: maintainer-clean-am
357         -rm -f config.status
358
359 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
360 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
361 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
362 mostlyclean-compile distclean-compile clean-compile \
363 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
364 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
365 distclean-depend clean-depend maintainer-clean-depend info-am info \
366 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
367 install-exec-am install-exec install-data-am install-data install-am \
368 install uninstall-am uninstall all-redirect all-am all installdirs \
369 mostlyclean-generic distclean-generic clean-generic \
370 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
371
372
373 autoconf:
374         aclocal-1.4
375         autoheader2.50
376         autoconf2.50
377         automake-1.4
378         perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \
379                 Makefile.in
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: