chiark / gitweb /
install innduct-stats-report
[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 #  innduct
14 #  tailing reliable realtime streaming feeder for inn
15 #  Makefile.am
16 #
17 #  Copyright (C) 2010 Ian Jackson <ijackson@chiark.greenend.org.uk>
18
19 #  This program is free software: you can redistribute it and/or modify
20 #  it under the terms of the GNU General Public License as published by
21 #  the Free Software Foundation, either version 3 of the License, or
22 #  (at your option) any later version.
23
24 #  This program is distributed in the hope that it will be useful,
25 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
26 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 #  GNU General Public License for more details.
28
29 #  You should have received a copy of the GNU General Public License
30 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
31 #
32 #  (I believe that when you compile and link this as part of the inn2
33 #  build, with the Makefile runes I have provided, all the libraries
34 #  and files which end up included in innduct are licence-compatible
35 #  with GPLv3.  If not then please let me know.  -Ian Jackson.)
36
37
38 SHELL = @SHELL@
39
40 srcdir = @srcdir@
41 top_srcdir = @top_srcdir@
42 VPATH = @srcdir@
43 prefix = @prefix@
44 exec_prefix = @exec_prefix@
45
46 bindir = @bindir@
47 sbindir = @sbindir@
48 libexecdir = @libexecdir@
49 datadir = @datadir@
50 sysconfdir = @sysconfdir@
51 sharedstatedir = @sharedstatedir@
52 localstatedir = @localstatedir@
53 libdir = @libdir@
54 infodir = @infodir@
55 mandir = @mandir@
56 includedir = @includedir@
57 oldincludedir = /usr/include
58
59 DESTDIR =
60
61 pkgdatadir = $(datadir)/@PACKAGE@
62 pkglibdir = $(libdir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64
65 top_builddir = .
66
67 ACLOCAL = @ACLOCAL@
68 AUTOCONF = @AUTOCONF@
69 AUTOMAKE = @AUTOMAKE@
70 AUTOHEADER = @AUTOHEADER@
71
72 INSTALL = @INSTALL@
73 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
74 INSTALL_DATA = @INSTALL_DATA@
75 INSTALL_SCRIPT = @INSTALL_SCRIPT@
76 transform = @program_transform_name@
77
78 NORMAL_INSTALL = :
79 PRE_INSTALL = :
80 POST_INSTALL = :
81 NORMAL_UNINSTALL = :
82 PRE_UNINSTALL = :
83 POST_UNINSTALL = :
84 host_alias = @host_alias@
85 host_triplet = @host@
86 CC = @CC@
87 HAVE_LIB = @HAVE_LIB@
88 LIB = @LIB@
89 LTLIB = @LTLIB@
90 MAKEINFO = @MAKEINFO@
91 PACKAGE = @PACKAGE@
92 VERSION = @VERSION@
93
94 AUTOMAKE_OPTIONS = foreign
95
96 INCLUDES = -I/usr/include/inn
97
98 WERROR = -Werror
99 CMDLINE_CFLAGS = 
100
101 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
102
103
104 CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS)
105
106 bin_PROGRAMS = innduct
107 bin_SCRIPTS = innduct-stats-report
108 man_MANS = innduct.8 innduct-stats-report.8
109 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
110
111
112 innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop
113
114 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf-aux/mkinstalldirs
117 CONFIG_HEADER = config.h
118 CONFIG_CLEAN_FILES = 
119 PROGRAMS =  $(bin_PROGRAMS)
120
121
122 DEFS = @DEFS@ -I. -I$(srcdir) -I.
123 CPPFLAGS = @CPPFLAGS@
124 LDFLAGS = @LDFLAGS@
125 LIBS = @LIBS@
126 innduct_OBJECTS =  duct.o conn.o filemon.o infile.o recv.o xmit.o cli.o \
127 defer.o help.o statemc.o __oop-read-copy.o
128 innduct_DEPENDENCIES = 
129 innduct_LDFLAGS = 
130 SCRIPTS =  $(bin_SCRIPTS)
131
132 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 CCLD = $(CC)
134 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
135 man8dir = $(mandir)/man8
136 MANS = $(man_MANS)
137
138 NROFF = nroff
139 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \
140 config.h.in configure configure.in
141
142
143 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145 TAR = tar
146 GZIP_ENV = --best
147 DEP_FILES =  .deps/__oop-read-copy.P .deps/cli.P .deps/conn.P \
148 .deps/defer.P .deps/duct.P .deps/filemon.P .deps/help.P .deps/infile.P \
149 .deps/recv.P .deps/statemc.P .deps/xmit.P
150 SOURCES = $(innduct_SOURCES)
151 OBJECTS = $(innduct_OBJECTS)
152
153 all: all-redirect
154 .SUFFIXES:
155 .SUFFIXES: .S .c .o .s
156 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
157         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
158
159 $(ACLOCAL_M4):  configure.in 
160         cd $(srcdir) && $(ACLOCAL)
161
162 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163         $(SHELL) ./config.status --recheck
164 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
165         cd $(srcdir) && $(AUTOCONF)
166
167 mostlyclean-hdr:
168
169 clean-hdr:
170
171 distclean-hdr:
172         -rm -f config.h
173
174 maintainer-clean-hdr:
175
176 mostlyclean-binPROGRAMS:
177
178 clean-binPROGRAMS:
179         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
180
181 distclean-binPROGRAMS:
182
183 maintainer-clean-binPROGRAMS:
184
185 install-binPROGRAMS: $(bin_PROGRAMS)
186         @$(NORMAL_INSTALL)
187         $(mkinstalldirs) $(DESTDIR)$(bindir)
188         @list='$(bin_PROGRAMS)'; for p in $$list; do \
189           if test -f $$p; then \
190             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
191              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
192           else :; fi; \
193         done
194
195 uninstall-binPROGRAMS:
196         @$(NORMAL_UNINSTALL)
197         list='$(bin_PROGRAMS)'; for p in $$list; do \
198           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
199         done
200
201 .s.o:
202         $(COMPILE) -c $<
203
204 .S.o:
205         $(COMPILE) -c $<
206
207 mostlyclean-compile:
208         -rm -f *.o core *.core
209
210 clean-compile:
211
212 distclean-compile:
213         -rm -f *.tab.c
214
215 maintainer-clean-compile:
216
217 innduct: $(innduct_OBJECTS) $(innduct_DEPENDENCIES)
218         @rm -f innduct
219         $(LINK) $(innduct_LDFLAGS) $(innduct_OBJECTS) $(innduct_LDADD) $(LIBS)
220
221 install-binSCRIPTS: $(bin_SCRIPTS)
222         @$(NORMAL_INSTALL)
223         $(mkinstalldirs) $(DESTDIR)$(bindir)
224         @list='$(bin_SCRIPTS)'; for p in $$list; do \
225           if test -f $$p; then \
226             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
227             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
228           else if test -f $(srcdir)/$$p; then \
229             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
230             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
231           else :; fi; fi; \
232         done
233
234 uninstall-binSCRIPTS:
235         @$(NORMAL_UNINSTALL)
236         list='$(bin_SCRIPTS)'; for p in $$list; do \
237           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
238         done
239
240 install-man8:
241         $(mkinstalldirs) $(DESTDIR)$(man8dir)
242         @list='$(man8_MANS)'; \
243         l2='$(man_MANS)'; for i in $$l2; do \
244           case "$$i" in \
245             *.8*) list="$$list $$i" ;; \
246           esac; \
247         done; \
248         for i in $$list; do \
249           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
250           else file=$$i; fi; \
251           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
252           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
253           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
254           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
255           $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
256         done
257
258 uninstall-man8:
259         @list='$(man8_MANS)'; \
260         l2='$(man_MANS)'; for i in $$l2; do \
261           case "$$i" in \
262             *.8*) list="$$list $$i" ;; \
263           esac; \
264         done; \
265         for i in $$list; do \
266           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
267           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
268           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
269           echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
270           rm -f $(DESTDIR)$(man8dir)/$$inst; \
271         done
272 install-man: $(MANS)
273         @$(NORMAL_INSTALL)
274         $(MAKE) $(AM_MAKEFLAGS) install-man8
275 uninstall-man:
276         @$(NORMAL_UNINSTALL)
277         $(MAKE) $(AM_MAKEFLAGS) uninstall-man8
278
279 tags: TAGS
280
281 ID: $(HEADERS) $(SOURCES) $(LISP)
282         list='$(SOURCES) $(HEADERS)'; \
283         unique=`for i in $$list; do echo $$i; done | \
284           awk '    { files[$$0] = 1; } \
285                END { for (i in files) print i; }'`; \
286         here=`pwd` && cd $(srcdir) \
287           && mkid -f$$here/ID $$unique $(LISP)
288
289 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
290         tags=; \
291         here=`pwd`; \
292         list='$(SOURCES) $(HEADERS)'; \
293         unique=`for i in $$list; do echo $$i; done | \
294           awk '    { files[$$0] = 1; } \
295                END { for (i in files) print i; }'`; \
296         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
297           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
298
299 mostlyclean-tags:
300
301 clean-tags:
302
303 distclean-tags:
304         -rm -f TAGS ID
305
306 maintainer-clean-tags:
307
308 distdir = $(PACKAGE)-$(VERSION)
309 top_distdir = $(distdir)
310
311 # This target untars the dist file and tries a VPATH configuration.  Then
312 # it guarantees that the distribution is self-contained by making another
313 # tarfile.
314 distcheck: dist
315         -rm -rf $(distdir)
316         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
317         mkdir $(distdir)/=build
318         mkdir $(distdir)/=inst
319         dc_install_base=`cd $(distdir)/=inst && pwd`; \
320         cd $(distdir)/=build \
321           && ../configure --srcdir=.. --prefix=$$dc_install_base \
322           && $(MAKE) $(AM_MAKEFLAGS) \
323           && $(MAKE) $(AM_MAKEFLAGS) dvi \
324           && $(MAKE) $(AM_MAKEFLAGS) check \
325           && $(MAKE) $(AM_MAKEFLAGS) install \
326           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
327           && $(MAKE) $(AM_MAKEFLAGS) dist
328         -rm -rf $(distdir)
329         @banner="$(distdir).tar.gz is ready for distribution"; \
330         dashes=`echo "$$banner" | sed s/./=/g`; \
331         echo "$$dashes"; \
332         echo "$$banner"; \
333         echo "$$dashes"
334 dist: distdir
335         -chmod -R a+r $(distdir)
336         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
337         -rm -rf $(distdir)
338 dist-all: distdir
339         -chmod -R a+r $(distdir)
340         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
341         -rm -rf $(distdir)
342 distdir: $(DISTFILES)
343         -rm -rf $(distdir)
344         mkdir $(distdir)
345         -chmod 777 $(distdir)
346         here=`cd $(top_builddir) && pwd`; \
347         top_distdir=`cd $(distdir) && pwd`; \
348         distdir=`cd $(distdir) && pwd`; \
349         cd $(top_srcdir) \
350           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
351         @for file in $(DISTFILES); do \
352           d=$(srcdir); \
353           if test -d $$d/$$file; then \
354             cp -pr $$d/$$file $(distdir)/$$file; \
355           else \
356             test -f $(distdir)/$$file \
357             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
358             || cp -p $$d/$$file $(distdir)/$$file || :; \
359           fi; \
360         done
361
362 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
363
364 -include $(DEP_FILES)
365
366 mostlyclean-depend:
367
368 clean-depend:
369
370 distclean-depend:
371         -rm -rf .deps
372
373 maintainer-clean-depend:
374
375 %.o: %.c
376         @echo '$(COMPILE) -c $<'; \
377         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
378         @-cp .deps/$(*F).pp .deps/$(*F).P; \
379         tr ' ' '\012' < .deps/$(*F).pp \
380           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
381             >> .deps/$(*F).P; \
382         rm .deps/$(*F).pp
383
384 %.lo: %.c
385         @echo '$(LTCOMPILE) -c $<'; \
386         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
387         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
388           < .deps/$(*F).pp > .deps/$(*F).P; \
389         tr ' ' '\012' < .deps/$(*F).pp \
390           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
391             >> .deps/$(*F).P; \
392         rm -f .deps/$(*F).pp
393 info-am:
394 info: info-am
395 dvi-am:
396 dvi: dvi-am
397 check-am: all-am
398 check: check-am
399 installcheck-am:
400 installcheck: installcheck-am
401 all-recursive-am: config.h
402         $(MAKE) $(AM_MAKEFLAGS) all-recursive
403
404 install-exec-am: install-binPROGRAMS install-binSCRIPTS
405 install-exec: install-exec-am
406
407 install-data-am: install-man
408 install-data: install-data-am
409
410 install-am: all-am
411         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412 install: install-am
413 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-man
414 uninstall: uninstall-am
415 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
416 all-redirect: all-am
417 install-strip:
418         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
419 installdirs:
420         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) \
421                 $(DESTDIR)$(mandir)/man8
422
423
424 mostlyclean-generic:
425
426 clean-generic:
427
428 distclean-generic:
429         -rm -f Makefile $(CONFIG_CLEAN_FILES)
430         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
431
432 maintainer-clean-generic:
433         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
434 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
435                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
436                 mostlyclean-generic
437
438 mostlyclean: mostlyclean-am
439
440 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
441                 clean-depend clean-generic mostlyclean-am
442
443 clean: clean-am
444
445 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
446                 distclean-tags distclean-depend distclean-generic \
447                 clean-am
448
449 distclean: distclean-am
450         -rm -f config.status
451
452 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
453                 maintainer-clean-compile maintainer-clean-tags \
454                 maintainer-clean-depend maintainer-clean-generic \
455                 distclean-am
456         @echo "This command is intended for maintainers to use;"
457         @echo "it deletes files that may require special tools to rebuild."
458
459 maintainer-clean: maintainer-clean-am
460         -rm -f config.status
461
462 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
463 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
464 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
465 mostlyclean-compile distclean-compile clean-compile \
466 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS \
467 install-man8 uninstall-man8 install-man uninstall-man tags \
468 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
469 distdir mostlyclean-depend distclean-depend clean-depend \
470 maintainer-clean-depend info-am info dvi-am dvi check check-am \
471 installcheck-am installcheck all-recursive-am install-exec-am \
472 install-exec install-data-am install-data install-am install \
473 uninstall-am uninstall all-redirect all-am all installdirs \
474 mostlyclean-generic distclean-generic clean-generic \
475 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
476
477
478 autoconf:
479         aclocal-1.4
480         autoheader2.50
481         autoconf2.50
482         automake-1.4
483         perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \
484                 Makefile.in
485
486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
487 # Otherwise a system limit (for SysV at least) may be exceeded.
488 .NOEXPORT: