Annotation of parser3/src/targets/Makefile.in, revision 1.20
1.1 paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 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@
1.19 parser 62: APACHE13 = @APACHE13@
1.1 paf 63: AS = @AS@
64: AWK = @AWK@
65: CC = @CC@
1.20 ! parser 66: CPP_LIBS = @CPP_LIBS@
1.1 paf 67: CXX = @CXX@
68: DLLTOOL = @DLLTOOL@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: LIBTOOL = @LIBTOOL@
73: LIBTOOL_DEPS = @LIBTOOL_DEPS@
74: LN_S = @LN_S@
75: MAKEINFO = @MAKEINFO@
1.20 ! parser 76: MATH_LIBS = @MATH_LIBS@
1.1 paf 77: OBJDUMP = @OBJDUMP@
1.19 parser 78: P3S = @P3S@
1.1 paf 79: PACKAGE = @PACKAGE@
80: RANLIB = @RANLIB@
81: VERSION = @VERSION@
1.14 parser 82: XML_INCLUDES = @XML_INCLUDES@
83: XML_LIBS = @XML_LIBS@
1.1 paf 84: YACC = @YACC@
85: host_os = @host_os@
1.2 paf 86:
1.15 parser 87: #don't compile apache
88: @COMPILE_APACHE13_MODULE_TRUE@SUBDIRS = cgi apache13
89: @COMPILE_APACHE13_MODULE_FALSE@SUBDIRS = cgi
1.1 paf 90: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91: CONFIG_HEADER = ../include/pa_config_auto.h
92: CONFIG_CLEAN_FILES =
93: DIST_COMMON = Makefile.am Makefile.in
94:
95:
96: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97:
1.20 ! parser 98: TAR = tar
1.1 paf 99: GZIP_ENV = --best
1.15 parser 100: DIST_SUBDIRS = cgi apache13 cgi
1.1 paf 101: all: all-redirect
102: .SUFFIXES:
103: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
104: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/Makefile
105:
106: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
107: cd $(top_builddir) \
108: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109:
110:
111: # This directory's subdirectories are mostly independent; you can cd
112: # into them and run `make' without going through this Makefile.
113: # To change the values of `make' variables: instead of editing Makefiles,
114: # (1) if the variable is set in `config.status', edit `config.status'
115: # (which will cause the Makefiles to be regenerated when you run `make');
116: # (2) otherwise, pass the desired values on the `make' command line.
117:
118: @SET_MAKE@
119:
120: all-recursive install-data-recursive install-exec-recursive \
121: installdirs-recursive install-recursive uninstall-recursive \
122: check-recursive installcheck-recursive info-recursive dvi-recursive:
123: @set fnord $(MAKEFLAGS); amf=$$2; \
124: dot_seen=no; \
125: target=`echo $@ | sed s/-recursive//`; \
126: list='$(SUBDIRS)'; for subdir in $$list; do \
127: echo "Making $$target in $$subdir"; \
128: if test "$$subdir" = "."; then \
129: dot_seen=yes; \
130: local_target="$$target-am"; \
131: else \
132: local_target="$$target"; \
133: fi; \
134: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
135: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
136: done; \
137: if test "$$dot_seen" = "no"; then \
138: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
139: fi; test -z "$$fail"
140:
141: mostlyclean-recursive clean-recursive distclean-recursive \
142: maintainer-clean-recursive:
143: @set fnord $(MAKEFLAGS); amf=$$2; \
144: dot_seen=no; \
145: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
146: rev="$$subdir $$rev"; \
147: test "$$subdir" = "." && dot_seen=yes; \
148: done; \
149: test "$$dot_seen" = "no" && rev=". $$rev"; \
150: target=`echo $@ | sed s/-recursive//`; \
151: for subdir in $$rev; do \
152: echo "Making $$target in $$subdir"; \
153: if test "$$subdir" = "."; then \
154: local_target="$$target-am"; \
155: else \
156: local_target="$$target"; \
157: fi; \
158: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160: done && test -z "$$fail"
161: tags-recursive:
162: list='$(SUBDIRS)'; for subdir in $$list; do \
163: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
164: done
165:
166: tags: TAGS
167:
168: ID: $(HEADERS) $(SOURCES) $(LISP)
169: list='$(SOURCES) $(HEADERS)'; \
170: unique=`for i in $$list; do echo $$i; done | \
171: awk ' { files[$$0] = 1; } \
172: END { for (i in files) print i; }'`; \
173: here=`pwd` && cd $(srcdir) \
174: && mkid -f$$here/ID $$unique $(LISP)
175:
176: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
177: tags=; \
178: here=`pwd`; \
179: list='$(SUBDIRS)'; for subdir in $$list; do \
180: if test "$$subdir" = .; then :; else \
181: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
182: fi; \
183: done; \
184: list='$(SOURCES) $(HEADERS)'; \
185: unique=`for i in $$list; do echo $$i; done | \
186: awk ' { files[$$0] = 1; } \
187: END { for (i in files) print i; }'`; \
188: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
189: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
190:
191: mostlyclean-tags:
192:
193: clean-tags:
194:
195: distclean-tags:
196: -rm -f TAGS ID
197:
198: maintainer-clean-tags:
199:
200: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
201:
202: subdir = targets
203:
204: distdir: $(DISTFILES)
205: here=`cd $(top_builddir) && pwd`; \
206: top_distdir=`cd $(top_distdir) && pwd`; \
207: distdir=`cd $(distdir) && pwd`; \
208: cd $(top_srcdir) \
209: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/Makefile
210: @for file in $(DISTFILES); do \
211: d=$(srcdir); \
212: if test -d $$d/$$file; then \
1.20 ! parser 213: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 214: else \
215: test -f $(distdir)/$$file \
216: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
217: || cp -p $$d/$$file $(distdir)/$$file || :; \
218: fi; \
219: done
1.15 parser 220: for subdir in $(DIST_SUBDIRS); do \
1.1 paf 221: if test "$$subdir" = .; then :; else \
222: test -d $(distdir)/$$subdir \
223: || mkdir $(distdir)/$$subdir \
224: || exit 1; \
225: chmod 777 $(distdir)/$$subdir; \
226: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
227: || exit 1; \
228: fi; \
229: done
230: info-am:
231: info: info-recursive
232: dvi-am:
233: dvi: dvi-recursive
234: check-am: all-am
235: check: check-recursive
236: installcheck-am:
237: installcheck: installcheck-recursive
238: install-exec-am:
239: install-exec: install-exec-recursive
240:
241: install-data-am:
242: install-data: install-data-recursive
243:
244: install-am: all-am
245: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
246: install: install-recursive
247: uninstall-am:
248: uninstall: uninstall-recursive
249: all-am: Makefile
250: all-redirect: all-recursive
251: install-strip:
252: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
253: installdirs: installdirs-recursive
254: installdirs-am:
255:
256:
257: mostlyclean-generic:
258:
259: clean-generic:
260:
261: distclean-generic:
262: -rm -f Makefile $(CONFIG_CLEAN_FILES)
263: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
264:
265: maintainer-clean-generic:
266: mostlyclean-am: mostlyclean-tags mostlyclean-generic
267:
268: mostlyclean: mostlyclean-recursive
269:
270: clean-am: clean-tags clean-generic mostlyclean-am
271:
272: clean: clean-recursive
273:
274: distclean-am: distclean-tags distclean-generic clean-am
275: -rm -f libtool
276:
277: distclean: distclean-recursive
278:
279: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
280: distclean-am
281: @echo "This command is intended for maintainers to use;"
282: @echo "it deletes files that may require special tools to rebuild."
283:
284: maintainer-clean: maintainer-clean-recursive
285:
286: .PHONY: install-data-recursive uninstall-data-recursive \
287: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
288: uninstalldirs-recursive all-recursive check-recursive \
289: installcheck-recursive info-recursive dvi-recursive \
290: mostlyclean-recursive distclean-recursive clean-recursive \
291: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
292: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
293: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
294: install-exec install-data-am install-data install-am install \
295: uninstall-am uninstall all-redirect all-am all installdirs-am \
296: installdirs mostlyclean-generic distclean-generic clean-generic \
297: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
298:
299:
300: # Tell versions [3.59,3.63) of GNU make to not export all variables.
301: # Otherwise a system limit (for SysV at least) may be exceeded.
302: .NOEXPORT:
E-mail: