Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.34
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: AWK = @AWK@
67: CC = @CC@
68: CXX = @CXX@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: MAKEINFO = @MAKEINFO@
1.19 parser 73: P3S = @P3S@
1.1 paf 74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
1.14 parser 77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
1.1 paf 79: YACC = @YACC@
1.28 paf 80: charsetsdir = @charsetsdir@
1.33 paf 81: commentcharset_ = @commentcharset_@
1.1 paf 82: host_os = @host_os@
1.33 paf 83: mysql_client = @mysql_client@
84: oracle_client = @oracle_client@
85: pgsql_client = @pgsql_client@
1.29 paf 86: sqldriversdir = @sqldriversdir@
1.10 parser 87:
1.26 paf 88: 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 89:
1.20 parser 90: noinst_LIBRARIES = libmod_parser3.a
91: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C
92: noinst_DATA = apache_build_instruction
1.25 paf 93:
1.29 paf 94: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.20 parser 95: IDENT_DEPS = *.C
1.30 paf 96:
97: EXTRA_DIST = ApacheModuleParser3.dsp
1.1 paf 98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 99: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
1.20 parser 100: CONFIG_CLEAN_FILES = p3runConfigure
101: LIBRARIES = $(noinst_LIBRARIES)
102:
103:
1.28 paf 104: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.20 parser 105: CPPFLAGS = @CPPFLAGS@
106: LDFLAGS = @LDFLAGS@
107: LIBS = @LIBS@
108: libmod_parser3_a_LIBADD =
109: libmod_parser3_a_OBJECTS = pa_pool.o pa_threads.o mod_parser3.o ident.o
110: AR = ar
111: CXXFLAGS = @CXXFLAGS@
112: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113: CXXLD = $(CXX)
1.31 paf 114: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.20 parser 115: DATA = $(noinst_DATA)
116:
117: DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in
1.1 paf 118:
119:
120: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121:
1.23 paf 122: TAR = tar
1.1 paf 123: GZIP_ENV = --best
1.20 parser 124: DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \
125: .deps/pa_threads.P
126: SOURCES = $(libmod_parser3_a_SOURCES)
127: OBJECTS = $(libmod_parser3_a_OBJECTS)
128:
1.1 paf 129: all: all-redirect
130: .SUFFIXES:
1.31 paf 131: .SUFFIXES: .C .S .c .o .s
1.1 paf 132: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 133: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile
1.1 paf 134:
135: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
136: cd $(top_builddir) \
137: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138:
1.20 parser 139: p3runConfigure: $(top_builddir)/config.status p3runConfigure.in
140: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
141:
142: mostlyclean-noinstLIBRARIES:
143:
144: clean-noinstLIBRARIES:
145: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
146:
147: distclean-noinstLIBRARIES:
148:
149: maintainer-clean-noinstLIBRARIES:
150:
151: .s.o:
152: $(COMPILE) -c $<
153:
154: .S.o:
155: $(COMPILE) -c $<
156:
157: mostlyclean-compile:
158: -rm -f *.o core *.core
159:
160: clean-compile:
161:
162: distclean-compile:
163: -rm -f *.tab.c
164:
165: maintainer-clean-compile:
166:
167: libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)
168: -rm -f libmod_parser3.a
169: $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)
170: $(RANLIB) libmod_parser3.a
171: .C.o:
172: $(CXXCOMPILE) -c $<
1.1 paf 173:
174: tags: TAGS
175:
176: ID: $(HEADERS) $(SOURCES) $(LISP)
177: list='$(SOURCES) $(HEADERS)'; \
178: unique=`for i in $$list; do echo $$i; done | \
179: awk ' { files[$$0] = 1; } \
180: END { for (i in files) print i; }'`; \
181: here=`pwd` && cd $(srcdir) \
182: && mkid -f$$here/ID $$unique $(LISP)
183:
1.20 parser 184: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 185: tags=; \
186: here=`pwd`; \
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/apache13
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/apache13/Makefile
1.1 paf 213: @for file in $(DISTFILES); do \
214: d=$(srcdir); \
215: if test -d $$d/$$file; then \
1.23 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.20 parser 223:
224: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
225:
226: -include $(DEP_FILES)
227:
228: mostlyclean-depend:
229:
230: clean-depend:
231:
232: distclean-depend:
233: -rm -rf .deps
234:
235: maintainer-clean-depend:
236:
237: %.o: %.c
238: @echo '$(COMPILE) -c $<'; \
239: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
240: @-cp .deps/$(*F).pp .deps/$(*F).P; \
241: tr ' ' '\012' < .deps/$(*F).pp \
242: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243: >> .deps/$(*F).P; \
244: rm .deps/$(*F).pp
245:
246: %.lo: %.c
247: @echo '$(LTCOMPILE) -c $<'; \
248: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
250: < .deps/$(*F).pp > .deps/$(*F).P; \
251: tr ' ' '\012' < .deps/$(*F).pp \
252: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253: >> .deps/$(*F).P; \
254: rm -f .deps/$(*F).pp
255:
256: %.o: %.C
257: @echo '$(CXXCOMPILE) -c $<'; \
258: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
259: @-cp .deps/$(*F).pp .deps/$(*F).P; \
260: tr ' ' '\012' < .deps/$(*F).pp \
261: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
262: >> .deps/$(*F).P; \
263: rm .deps/$(*F).pp
264:
265: %.lo: %.C
266: @echo '$(LTCXXCOMPILE) -c $<'; \
267: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
268: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
269: < .deps/$(*F).pp > .deps/$(*F).P; \
270: tr ' ' '\012' < .deps/$(*F).pp \
271: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
272: >> .deps/$(*F).P; \
273: rm -f .deps/$(*F).pp
1.1 paf 274: info-am:
1.20 parser 275: info: info-am
1.1 paf 276: dvi-am:
1.20 parser 277: dvi: dvi-am
1.1 paf 278: check-am: all-am
1.20 parser 279: check: check-am
1.1 paf 280: installcheck-am:
1.20 parser 281: installcheck: installcheck-am
1.1 paf 282: install-exec-am:
1.20 parser 283: install-exec: install-exec-am
1.1 paf 284:
285: install-data-am:
1.20 parser 286: install-data: install-data-am
1.1 paf 287:
288: install-am: all-am
289: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.20 parser 290: install: install-am
1.1 paf 291: uninstall-am:
1.20 parser 292: uninstall: uninstall-am
293: all-am: Makefile $(LIBRARIES) $(DATA)
294: all-redirect: all-am
1.1 paf 295: install-strip:
296: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.20 parser 297: installdirs:
1.1 paf 298:
299:
300: mostlyclean-generic:
301:
302: clean-generic:
303:
304: distclean-generic:
305: -rm -f Makefile $(CONFIG_CLEAN_FILES)
306: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
307:
308: maintainer-clean-generic:
1.20 parser 309: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.31 paf 310: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 311:
1.20 parser 312: mostlyclean: mostlyclean-am
1.1 paf 313:
1.31 paf 314: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
315: clean-generic mostlyclean-am
1.1 paf 316:
1.20 parser 317: clean: clean-am
1.1 paf 318:
1.20 parser 319: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.31 paf 320: distclean-tags distclean-depend distclean-generic \
321: clean-am
1.1 paf 322:
1.20 parser 323: distclean: distclean-am
1.1 paf 324:
1.20 parser 325: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.31 paf 326: maintainer-clean-compile maintainer-clean-tags \
327: maintainer-clean-depend maintainer-clean-generic \
328: distclean-am
1.1 paf 329: @echo "This command is intended for maintainers to use;"
330: @echo "it deletes files that may require special tools to rebuild."
331:
1.20 parser 332: maintainer-clean: maintainer-clean-am
1.1 paf 333:
1.20 parser 334: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
335: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
336: mostlyclean-compile distclean-compile clean-compile \
1.31 paf 337: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
338: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
339: distclean-depend clean-depend maintainer-clean-depend info-am info \
340: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
341: install-exec install-data-am install-data install-am install \
342: uninstall-am uninstall all-redirect all-am all installdirs \
343: mostlyclean-generic distclean-generic clean-generic \
344: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.20 parser 345:
346:
347: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
348: rm -f ident.C
349: echo // do not edit. autogenerated by Makefile.am > ident.C.new
350: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
351: mv ident.C.new ident.C
352:
353: apache_build_instruction:
354: -chmod +x p3runConfigure
355: -cp -f p3runConfigure $(APACHE13)
356: @echo "******************************************************"
357: @echo "to build apache with parser3 module:"
358: @echo
359: @echo "1. cd $(APACHE13)"
360: @echo
361: @echo "2. ./p3runConfigure [configure options]"
362: @echo
363: @echo "3. make"
364: @echo "******************************************************"
1.1 paf 365:
366: # Tell versions [3.59,3.63) of GNU make to not export all variables.
367: # Otherwise a system limit (for SysV at least) may be exceeded.
368: .NOEXPORT:
E-mail: