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