chiark / gitweb /
Add TAGS to .gitignore
[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 WERROR = -Werror
75 CMDLINE_CFLAGS = 
76
77 WARNINGS =      -Wall -Wformat=2 -Wno-format-zero-length        -Wshadow -Wpointer-arith -Wbad-function-cast    -Wwrite-strings -Wsign-compare -Wstrict-prototypes      -Wmissing-prototypes -Wmissing-declarations     -Wmissing-format-attribute -Wredundant-decls -Wnested-externs   -Wno-pointer-sign
78
79
80 CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS)
81
82 bin_PROGRAMS = innduct
83 innduct_SOURCES = innduct.c conn.c filemon.c infile.c recv.c xmit.c             cli.c defer.c help.c statemc.c __oop-read-copy.c
84
85
86 innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop
87
88 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf-aux/mkinstalldirs
91 CONFIG_HEADER = config.h
92 CONFIG_CLEAN_FILES = 
93 PROGRAMS =  $(bin_PROGRAMS)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) -I.
97 CPPFLAGS = @CPPFLAGS@
98 LDFLAGS = @LDFLAGS@
99 LIBS = @LIBS@
100 innduct_OBJECTS =  innduct.o conn.o filemon.o infile.o recv.o xmit.o \
101 cli.o defer.o help.o statemc.o __oop-read-copy.o
102 innduct_DEPENDENCIES = 
103 innduct_LDFLAGS = 
104 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 CCLD = $(CC)
106 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
107 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \
108 config.h.in configure configure.in
109
110
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113 TAR = tar
114 GZIP_ENV = --best
115 DEP_FILES =  .deps/__oop-read-copy.P .deps/cli.P .deps/conn.P \
116 .deps/defer.P .deps/filemon.P .deps/help.P .deps/infile.P \
117 .deps/innduct.P .deps/recv.P .deps/statemc.P .deps/xmit.P
118 SOURCES = $(innduct_SOURCES)
119 OBJECTS = $(innduct_OBJECTS)
120
121 all: all-redirect
122 .SUFFIXES:
123 .SUFFIXES: .S .c .o .s
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
125         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
126
127 $(ACLOCAL_M4):  configure.in 
128         cd $(srcdir) && $(ACLOCAL)
129
130 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131         $(SHELL) ./config.status --recheck
132 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133         cd $(srcdir) && $(AUTOCONF)
134
135 mostlyclean-hdr:
136
137 clean-hdr:
138
139 distclean-hdr:
140         -rm -f config.h
141
142 maintainer-clean-hdr:
143
144 mostlyclean-binPROGRAMS:
145
146 clean-binPROGRAMS:
147         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
148
149 distclean-binPROGRAMS:
150
151 maintainer-clean-binPROGRAMS:
152
153 install-binPROGRAMS: $(bin_PROGRAMS)
154         @$(NORMAL_INSTALL)
155         $(mkinstalldirs) $(DESTDIR)$(bindir)
156         @list='$(bin_PROGRAMS)'; for p in $$list; do \
157           if test -f $$p; then \
158             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
159              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160           else :; fi; \
161         done
162
163 uninstall-binPROGRAMS:
164         @$(NORMAL_UNINSTALL)
165         list='$(bin_PROGRAMS)'; for p in $$list; do \
166           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
167         done
168
169 .s.o:
170         $(COMPILE) -c $<
171
172 .S.o:
173         $(COMPILE) -c $<
174
175 mostlyclean-compile:
176         -rm -f *.o core *.core
177
178 clean-compile:
179
180 distclean-compile:
181         -rm -f *.tab.c
182
183 maintainer-clean-compile:
184
185 innduct: $(innduct_OBJECTS) $(innduct_DEPENDENCIES)
186         @rm -f innduct
187         $(LINK) $(innduct_LDFLAGS) $(innduct_OBJECTS) $(innduct_LDADD) $(LIBS)
188
189 tags: TAGS
190
191 ID: $(HEADERS) $(SOURCES) $(LISP)
192         list='$(SOURCES) $(HEADERS)'; \
193         unique=`for i in $$list; do echo $$i; done | \
194           awk '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         here=`pwd` && cd $(srcdir) \
197           && mkid -f$$here/ID $$unique $(LISP)
198
199 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
200         tags=; \
201         here=`pwd`; \
202         list='$(SOURCES) $(HEADERS)'; \
203         unique=`for i in $$list; do echo $$i; done | \
204           awk '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
207           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
208
209 mostlyclean-tags:
210
211 clean-tags:
212
213 distclean-tags:
214         -rm -f TAGS ID
215
216 maintainer-clean-tags:
217
218 distdir = $(PACKAGE)-$(VERSION)
219 top_distdir = $(distdir)
220
221 # This target untars the dist file and tries a VPATH configuration.  Then
222 # it guarantees that the distribution is self-contained by making another
223 # tarfile.
224 distcheck: dist
225         -rm -rf $(distdir)
226         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
227         mkdir $(distdir)/=build
228         mkdir $(distdir)/=inst
229         dc_install_base=`cd $(distdir)/=inst && pwd`; \
230         cd $(distdir)/=build \
231           && ../configure --srcdir=.. --prefix=$$dc_install_base \
232           && $(MAKE) $(AM_MAKEFLAGS) \
233           && $(MAKE) $(AM_MAKEFLAGS) dvi \
234           && $(MAKE) $(AM_MAKEFLAGS) check \
235           && $(MAKE) $(AM_MAKEFLAGS) install \
236           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
237           && $(MAKE) $(AM_MAKEFLAGS) dist
238         -rm -rf $(distdir)
239         @banner="$(distdir).tar.gz is ready for distribution"; \
240         dashes=`echo "$$banner" | sed s/./=/g`; \
241         echo "$$dashes"; \
242         echo "$$banner"; \
243         echo "$$dashes"
244 dist: distdir
245         -chmod -R a+r $(distdir)
246         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
247         -rm -rf $(distdir)
248 dist-all: distdir
249         -chmod -R a+r $(distdir)
250         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
251         -rm -rf $(distdir)
252 distdir: $(DISTFILES)
253         -rm -rf $(distdir)
254         mkdir $(distdir)
255         -chmod 777 $(distdir)
256         here=`cd $(top_builddir) && pwd`; \
257         top_distdir=`cd $(distdir) && pwd`; \
258         distdir=`cd $(distdir) && pwd`; \
259         cd $(top_srcdir) \
260           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
261         @for file in $(DISTFILES); do \
262           d=$(srcdir); \
263           if test -d $$d/$$file; then \
264             cp -pr $$d/$$file $(distdir)/$$file; \
265           else \
266             test -f $(distdir)/$$file \
267             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268             || cp -p $$d/$$file $(distdir)/$$file || :; \
269           fi; \
270         done
271
272 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
273
274 -include $(DEP_FILES)
275
276 mostlyclean-depend:
277
278 clean-depend:
279
280 distclean-depend:
281         -rm -rf .deps
282
283 maintainer-clean-depend:
284
285 %.o: %.c
286         @echo '$(COMPILE) -c $<'; \
287         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288         @-cp .deps/$(*F).pp .deps/$(*F).P; \
289         tr ' ' '\012' < .deps/$(*F).pp \
290           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291             >> .deps/$(*F).P; \
292         rm .deps/$(*F).pp
293
294 %.lo: %.c
295         @echo '$(LTCOMPILE) -c $<'; \
296         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
298           < .deps/$(*F).pp > .deps/$(*F).P; \
299         tr ' ' '\012' < .deps/$(*F).pp \
300           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
301             >> .deps/$(*F).P; \
302         rm -f .deps/$(*F).pp
303 info-am:
304 info: info-am
305 dvi-am:
306 dvi: dvi-am
307 check-am: all-am
308 check: check-am
309 installcheck-am:
310 installcheck: installcheck-am
311 all-recursive-am: config.h
312         $(MAKE) $(AM_MAKEFLAGS) all-recursive
313
314 install-exec-am: install-binPROGRAMS
315 install-exec: install-exec-am
316
317 install-data-am:
318 install-data: install-data-am
319
320 install-am: all-am
321         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322 install: install-am
323 uninstall-am: uninstall-binPROGRAMS
324 uninstall: uninstall-am
325 all-am: Makefile $(PROGRAMS) config.h
326 all-redirect: all-am
327 install-strip:
328         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
329 installdirs:
330         $(mkinstalldirs)  $(DESTDIR)$(bindir)
331
332
333 mostlyclean-generic:
334
335 clean-generic:
336
337 distclean-generic:
338         -rm -f Makefile $(CONFIG_CLEAN_FILES)
339         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340
341 maintainer-clean-generic:
342         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
343 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
344                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
345                 mostlyclean-generic
346
347 mostlyclean: mostlyclean-am
348
349 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
350                 clean-depend clean-generic mostlyclean-am
351
352 clean: clean-am
353
354 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
355                 distclean-tags distclean-depend distclean-generic \
356                 clean-am
357
358 distclean: distclean-am
359         -rm -f config.status
360
361 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
362                 maintainer-clean-compile maintainer-clean-tags \
363                 maintainer-clean-depend maintainer-clean-generic \
364                 distclean-am
365         @echo "This command is intended for maintainers to use;"
366         @echo "it deletes files that may require special tools to rebuild."
367
368 maintainer-clean: maintainer-clean-am
369         -rm -f config.status
370
371 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
372 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
373 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
374 mostlyclean-compile distclean-compile clean-compile \
375 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
376 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
377 distclean-depend clean-depend maintainer-clean-depend info-am info \
378 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
379 install-exec-am install-exec install-data-am install-data install-am \
380 install uninstall-am uninstall all-redirect all-am all installdirs \
381 mostlyclean-generic distclean-generic clean-generic \
382 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
383
384
385 autoconf:
386         aclocal-1.4
387         autoheader2.50
388         autoconf2.50
389         automake-1.4
390         perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \
391                 Makefile.in
392
393 # Tell versions [3.59,3.63) of GNU make to not export all variables.
394 # Otherwise a system limit (for SysV at least) may be exceeded.
395 .NOEXPORT: