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