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