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