Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.30
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:
1.29 paf 13: #@test why not INCLUDES=?
14:
1.1 paf 15:
16: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36:
37: DESTDIR =
38:
39: pkgdatadir = $(datadir)/@PACKAGE@
40: pkglibdir = $(libdir)/@PACKAGE@
41: pkgincludedir = $(includedir)/@PACKAGE@
42:
1.28 paf 43: top_builddir = ../../..
1.1 paf 44:
45: ACLOCAL = @ACLOCAL@
46: AUTOCONF = @AUTOCONF@
47: AUTOMAKE = @AUTOMAKE@
48: AUTOHEADER = @AUTOHEADER@
49:
50: INSTALL = @INSTALL@
51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52: INSTALL_DATA = @INSTALL_DATA@
53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
54: transform = @program_transform_name@
55:
56: NORMAL_INSTALL = :
57: PRE_INSTALL = :
58: POST_INSTALL = :
59: NORMAL_UNINSTALL = :
60: PRE_UNINSTALL = :
61: POST_UNINSTALL = :
62: host_alias = @host_alias@
63: host_triplet = @host@
1.19 parser 64: APACHE13 = @APACHE13@
1.22 paf 65: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 66: AS = @AS@
67: AWK = @AWK@
68: CC = @CC@
69: CXX = @CXX@
1.22 paf 70: DB2_INCLUDES = @DB2_INCLUDES@
71: DB2_LIBS = @DB2_LIBS@
1.1 paf 72: DLLTOOL = @DLLTOOL@
73: INCLTDL = @INCLTDL@
74: LIBADD_DL = @LIBADD_DL@
75: LIBLTDL = @LIBLTDL@
76: LIBTOOL = @LIBTOOL@
77: LIBTOOL_DEPS = @LIBTOOL_DEPS@
78: LN_S = @LN_S@
79: MAKEINFO = @MAKEINFO@
80: OBJDUMP = @OBJDUMP@
1.19 parser 81: P3S = @P3S@
1.1 paf 82: PACKAGE = @PACKAGE@
83: RANLIB = @RANLIB@
84: VERSION = @VERSION@
1.14 parser 85: XML_INCLUDES = @XML_INCLUDES@
86: XML_LIBS = @XML_LIBS@
1.1 paf 87: YACC = @YACC@
1.28 paf 88: charsetsdir = @charsetsdir@
1.1 paf 89: host_os = @host_os@
1.29 paf 90: rootconfigdir = @rootconfigdir@
91: sqldriversdir = @sqldriversdir@
1.10 parser 92:
1.26 paf 93: INCLUDES := $(INCLUDES) -I../../classes -I../../types $(INCLTDL) -I../../sql -I../../pcre -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix -I$(APACHE13)/src/os/win32 @XML_INCLUDES@
1.25 paf 94:
1.20 parser 95: noinst_LIBRARIES = libmod_parser3.a
96: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C
97: noinst_DATA = apache_build_instruction
1.25 paf 98:
1.29 paf 99: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.20 parser 100: IDENT_DEPS = *.C
1.30 ! paf 101:
! 102: EXTRA_DIST = ApacheModuleParser3.dsp
1.1 paf 103: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 104: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
1.20 parser 105: CONFIG_CLEAN_FILES = p3runConfigure
106: LIBRARIES = $(noinst_LIBRARIES)
107:
108:
1.28 paf 109: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.20 parser 110: CPPFLAGS = @CPPFLAGS@
111: LDFLAGS = @LDFLAGS@
112: LIBS = @LIBS@
113: libmod_parser3_a_LIBADD =
114: libmod_parser3_a_OBJECTS = pa_pool.o pa_threads.o mod_parser3.o ident.o
115: AR = ar
116: CXXFLAGS = @CXXFLAGS@
117: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
118: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
119: CXXLD = $(CXX)
120: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
121: DATA = $(noinst_DATA)
122:
123: DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in
1.1 paf 124:
125:
126: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127:
1.23 paf 128: TAR = tar
1.1 paf 129: GZIP_ENV = --best
1.20 parser 130: DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \
131: .deps/pa_threads.P
132: SOURCES = $(libmod_parser3_a_SOURCES)
133: OBJECTS = $(libmod_parser3_a_OBJECTS)
134:
1.1 paf 135: all: all-redirect
136: .SUFFIXES:
1.20 parser 137: .SUFFIXES: .C .S .c .lo .o .s
1.1 paf 138: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 139: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile
1.1 paf 140:
141: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
142: cd $(top_builddir) \
143: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144:
1.20 parser 145: p3runConfigure: $(top_builddir)/config.status p3runConfigure.in
146: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
147:
148: mostlyclean-noinstLIBRARIES:
149:
150: clean-noinstLIBRARIES:
151: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
152:
153: distclean-noinstLIBRARIES:
154:
155: maintainer-clean-noinstLIBRARIES:
156:
157: .s.o:
158: $(COMPILE) -c $<
159:
160: .S.o:
161: $(COMPILE) -c $<
162:
163: mostlyclean-compile:
164: -rm -f *.o core *.core
165:
166: clean-compile:
167:
168: distclean-compile:
169: -rm -f *.tab.c
170:
171: maintainer-clean-compile:
172:
173: .s.lo:
174: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175:
176: .S.lo:
177: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1.1 paf 178:
1.20 parser 179: mostlyclean-libtool:
180: -rm -f *.lo
181:
182: clean-libtool:
183: -rm -rf .libs _libs
184:
185: distclean-libtool:
186:
187: maintainer-clean-libtool:
188:
189: libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)
190: -rm -f libmod_parser3.a
191: $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)
192: $(RANLIB) libmod_parser3.a
193: .C.o:
194: $(CXXCOMPILE) -c $<
195: .C.lo:
196: $(LTCXXCOMPILE) -c $<
1.1 paf 197:
198: tags: TAGS
199:
200: ID: $(HEADERS) $(SOURCES) $(LISP)
201: list='$(SOURCES) $(HEADERS)'; \
202: unique=`for i in $$list; do echo $$i; done | \
203: awk ' { files[$$0] = 1; } \
204: END { for (i in files) print i; }'`; \
205: here=`pwd` && cd $(srcdir) \
206: && mkid -f$$here/ID $$unique $(LISP)
207:
1.20 parser 208: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 209: tags=; \
210: here=`pwd`; \
211: list='$(SOURCES) $(HEADERS)'; \
212: unique=`for i in $$list; do echo $$i; done | \
213: awk ' { files[$$0] = 1; } \
214: END { for (i in files) print i; }'`; \
215: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
217:
218: mostlyclean-tags:
219:
220: clean-tags:
221:
222: distclean-tags:
223: -rm -f TAGS ID
224:
225: maintainer-clean-tags:
226:
227: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
228:
1.28 paf 229: subdir = src/targets/apache13
1.1 paf 230:
231: distdir: $(DISTFILES)
232: here=`cd $(top_builddir) && pwd`; \
233: top_distdir=`cd $(top_distdir) && pwd`; \
234: distdir=`cd $(distdir) && pwd`; \
235: cd $(top_srcdir) \
1.28 paf 236: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/apache13/Makefile
1.1 paf 237: @for file in $(DISTFILES); do \
238: d=$(srcdir); \
239: if test -d $$d/$$file; then \
1.23 paf 240: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 241: else \
242: test -f $(distdir)/$$file \
243: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244: || cp -p $$d/$$file $(distdir)/$$file || :; \
245: fi; \
246: done
1.20 parser 247:
248: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
249:
250: -include $(DEP_FILES)
251:
252: mostlyclean-depend:
253:
254: clean-depend:
255:
256: distclean-depend:
257: -rm -rf .deps
258:
259: maintainer-clean-depend:
260:
261: %.o: %.c
262: @echo '$(COMPILE) -c $<'; \
263: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264: @-cp .deps/$(*F).pp .deps/$(*F).P; \
265: tr ' ' '\012' < .deps/$(*F).pp \
266: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267: >> .deps/$(*F).P; \
268: rm .deps/$(*F).pp
269:
270: %.lo: %.c
271: @echo '$(LTCOMPILE) -c $<'; \
272: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
274: < .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 -f .deps/$(*F).pp
279:
280: %.o: %.C
281: @echo '$(CXXCOMPILE) -c $<'; \
282: $(CXXCOMPILE) -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 '$(LTCXXCOMPILE) -c $<'; \
291: $(LTCXXCOMPILE) -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
1.1 paf 298: info-am:
1.20 parser 299: info: info-am
1.1 paf 300: dvi-am:
1.20 parser 301: dvi: dvi-am
1.1 paf 302: check-am: all-am
1.20 parser 303: check: check-am
1.1 paf 304: installcheck-am:
1.20 parser 305: installcheck: installcheck-am
1.1 paf 306: install-exec-am:
1.20 parser 307: install-exec: install-exec-am
1.1 paf 308:
309: install-data-am:
1.20 parser 310: install-data: install-data-am
1.1 paf 311:
312: install-am: all-am
313: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.20 parser 314: install: install-am
1.1 paf 315: uninstall-am:
1.20 parser 316: uninstall: uninstall-am
317: all-am: Makefile $(LIBRARIES) $(DATA)
318: all-redirect: all-am
1.1 paf 319: install-strip:
320: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.20 parser 321: installdirs:
1.1 paf 322:
323:
324: mostlyclean-generic:
325:
326: clean-generic:
327:
328: distclean-generic:
329: -rm -f Makefile $(CONFIG_CLEAN_FILES)
330: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
331:
332: maintainer-clean-generic:
1.20 parser 333: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
334: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
335: mostlyclean-generic
1.1 paf 336:
1.20 parser 337: mostlyclean: mostlyclean-am
1.1 paf 338:
1.20 parser 339: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
340: clean-depend clean-generic mostlyclean-am
1.1 paf 341:
1.20 parser 342: clean: clean-am
1.1 paf 343:
1.20 parser 344: distclean-am: distclean-noinstLIBRARIES distclean-compile \
345: distclean-libtool distclean-tags distclean-depend \
346: distclean-generic clean-am
1.1 paf 347: -rm -f libtool
348:
1.20 parser 349: distclean: distclean-am
1.1 paf 350:
1.20 parser 351: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
352: maintainer-clean-compile maintainer-clean-libtool \
353: maintainer-clean-tags maintainer-clean-depend \
354: maintainer-clean-generic distclean-am
1.1 paf 355: @echo "This command is intended for maintainers to use;"
356: @echo "it deletes files that may require special tools to rebuild."
357:
1.20 parser 358: maintainer-clean: maintainer-clean-am
1.1 paf 359:
1.20 parser 360: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
361: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
362: mostlyclean-compile distclean-compile clean-compile \
363: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
364: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
365: distclean-tags clean-tags maintainer-clean-tags distdir \
366: mostlyclean-depend distclean-depend clean-depend \
367: maintainer-clean-depend info-am info dvi-am dvi check check-am \
368: installcheck-am installcheck install-exec-am install-exec \
369: install-data-am install-data install-am install uninstall-am uninstall \
370: all-redirect all-am all installdirs mostlyclean-generic \
371: distclean-generic clean-generic maintainer-clean-generic clean \
372: mostlyclean distclean maintainer-clean
373:
374:
375: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
376: rm -f ident.C
377: echo // do not edit. autogenerated by Makefile.am > ident.C.new
378: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
379: mv ident.C.new ident.C
380:
381: apache_build_instruction:
382: -chmod +x p3runConfigure
383: -cp -f p3runConfigure $(APACHE13)
384: @echo "******************************************************"
385: @echo "to build apache with parser3 module:"
386: @echo
387: @echo "1. cd $(APACHE13)"
388: @echo
389: @echo "2. ./p3runConfigure [configure options]"
390: @echo
391: @echo "3. make"
392: @echo "******************************************************"
1.1 paf 393:
394: # Tell versions [3.59,3.63) of GNU make to not export all variables.
395: # Otherwise a system limit (for SysV at least) may be exceeded.
396: .NOEXPORT:
E-mail: