Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.26
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.22 paf 63: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 64: AS = @AS@
65: AWK = @AWK@
66: CC = @CC@
67: CXX = @CXX@
1.22 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@
86: host_os = @host_os@
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.20 parser 94: IDENT_AWK = ../../ident.awk
95: IDENT_DEPS = *.C
1.1 paf 96: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97: CONFIG_HEADER = ../../include/pa_config_auto.h
1.20 parser 98: CONFIG_CLEAN_FILES = p3runConfigure
99: LIBRARIES = $(noinst_LIBRARIES)
100:
101:
102: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
103: CPPFLAGS = @CPPFLAGS@
104: LDFLAGS = @LDFLAGS@
105: LIBS = @LIBS@
106: libmod_parser3_a_LIBADD =
107: libmod_parser3_a_OBJECTS = pa_pool.o pa_threads.o mod_parser3.o ident.o
108: AR = ar
109: CXXFLAGS = @CXXFLAGS@
110: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112: CXXLD = $(CXX)
113: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
114: DATA = $(noinst_DATA)
115:
116: DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in
1.1 paf 117:
118:
119: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120:
1.23 paf 121: TAR = tar
1.1 paf 122: GZIP_ENV = --best
1.20 parser 123: DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \
124: .deps/pa_threads.P
125: SOURCES = $(libmod_parser3_a_SOURCES)
126: OBJECTS = $(libmod_parser3_a_OBJECTS)
127:
1.1 paf 128: all: all-redirect
129: .SUFFIXES:
1.20 parser 130: .SUFFIXES: .C .S .c .lo .o .s
1.1 paf 131: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
132: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/Makefile
133:
134: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
135: cd $(top_builddir) \
136: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137:
1.20 parser 138: p3runConfigure: $(top_builddir)/config.status p3runConfigure.in
139: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140:
141: mostlyclean-noinstLIBRARIES:
142:
143: clean-noinstLIBRARIES:
144: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
145:
146: distclean-noinstLIBRARIES:
147:
148: maintainer-clean-noinstLIBRARIES:
149:
150: .s.o:
151: $(COMPILE) -c $<
152:
153: .S.o:
154: $(COMPILE) -c $<
155:
156: mostlyclean-compile:
157: -rm -f *.o core *.core
158:
159: clean-compile:
160:
161: distclean-compile:
162: -rm -f *.tab.c
163:
164: maintainer-clean-compile:
165:
166: .s.lo:
167: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
168:
169: .S.lo:
170: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1.1 paf 171:
1.20 parser 172: mostlyclean-libtool:
173: -rm -f *.lo
174:
175: clean-libtool:
176: -rm -rf .libs _libs
177:
178: distclean-libtool:
179:
180: maintainer-clean-libtool:
181:
182: libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)
183: -rm -f libmod_parser3.a
184: $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)
185: $(RANLIB) libmod_parser3.a
186: .C.o:
187: $(CXXCOMPILE) -c $<
188: .C.lo:
189: $(LTCXXCOMPILE) -c $<
1.1 paf 190:
191: tags: TAGS
192:
193: ID: $(HEADERS) $(SOURCES) $(LISP)
194: list='$(SOURCES) $(HEADERS)'; \
195: unique=`for i in $$list; do echo $$i; done | \
196: awk ' { files[$$0] = 1; } \
197: END { for (i in files) print i; }'`; \
198: here=`pwd` && cd $(srcdir) \
199: && mkid -f$$here/ID $$unique $(LISP)
200:
1.20 parser 201: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 202: tags=; \
203: here=`pwd`; \
204: list='$(SOURCES) $(HEADERS)'; \
205: unique=`for i in $$list; do echo $$i; done | \
206: awk ' { files[$$0] = 1; } \
207: END { for (i in files) print i; }'`; \
208: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
209: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
210:
211: mostlyclean-tags:
212:
213: clean-tags:
214:
215: distclean-tags:
216: -rm -f TAGS ID
217:
218: maintainer-clean-tags:
219:
220: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
221:
222: subdir = targets/apache13
223:
224: distdir: $(DISTFILES)
225: here=`cd $(top_builddir) && pwd`; \
226: top_distdir=`cd $(top_distdir) && pwd`; \
227: distdir=`cd $(distdir) && pwd`; \
228: cd $(top_srcdir) \
229: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/apache13/Makefile
230: @for file in $(DISTFILES); do \
231: d=$(srcdir); \
232: if test -d $$d/$$file; then \
1.23 paf 233: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 234: else \
235: test -f $(distdir)/$$file \
236: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237: || cp -p $$d/$$file $(distdir)/$$file || :; \
238: fi; \
239: done
1.20 parser 240:
241: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
242:
243: -include $(DEP_FILES)
244:
245: mostlyclean-depend:
246:
247: clean-depend:
248:
249: distclean-depend:
250: -rm -rf .deps
251:
252: maintainer-clean-depend:
253:
254: %.o: %.c
255: @echo '$(COMPILE) -c $<'; \
256: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
257: @-cp .deps/$(*F).pp .deps/$(*F).P; \
258: tr ' ' '\012' < .deps/$(*F).pp \
259: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260: >> .deps/$(*F).P; \
261: rm .deps/$(*F).pp
262:
263: %.lo: %.c
264: @echo '$(LTCOMPILE) -c $<'; \
265: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
267: < .deps/$(*F).pp > .deps/$(*F).P; \
268: tr ' ' '\012' < .deps/$(*F).pp \
269: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
270: >> .deps/$(*F).P; \
271: rm -f .deps/$(*F).pp
272:
273: %.o: %.C
274: @echo '$(CXXCOMPILE) -c $<'; \
275: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
276: @-cp .deps/$(*F).pp .deps/$(*F).P; \
277: tr ' ' '\012' < .deps/$(*F).pp \
278: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
279: >> .deps/$(*F).P; \
280: rm .deps/$(*F).pp
281:
282: %.lo: %.C
283: @echo '$(LTCXXCOMPILE) -c $<'; \
284: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
285: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
286: < .deps/$(*F).pp > .deps/$(*F).P; \
287: tr ' ' '\012' < .deps/$(*F).pp \
288: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
289: >> .deps/$(*F).P; \
290: rm -f .deps/$(*F).pp
1.1 paf 291: info-am:
1.20 parser 292: info: info-am
1.1 paf 293: dvi-am:
1.20 parser 294: dvi: dvi-am
1.1 paf 295: check-am: all-am
1.20 parser 296: check: check-am
1.1 paf 297: installcheck-am:
1.20 parser 298: installcheck: installcheck-am
1.1 paf 299: install-exec-am:
1.20 parser 300: install-exec: install-exec-am
1.1 paf 301:
302: install-data-am:
1.20 parser 303: install-data: install-data-am
1.1 paf 304:
305: install-am: all-am
306: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.20 parser 307: install: install-am
1.1 paf 308: uninstall-am:
1.20 parser 309: uninstall: uninstall-am
310: all-am: Makefile $(LIBRARIES) $(DATA)
311: all-redirect: all-am
1.1 paf 312: install-strip:
313: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.20 parser 314: installdirs:
1.1 paf 315:
316:
317: mostlyclean-generic:
318:
319: clean-generic:
320:
321: distclean-generic:
322: -rm -f Makefile $(CONFIG_CLEAN_FILES)
323: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
324:
325: maintainer-clean-generic:
1.20 parser 326: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
327: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
328: mostlyclean-generic
1.1 paf 329:
1.20 parser 330: mostlyclean: mostlyclean-am
1.1 paf 331:
1.20 parser 332: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
333: clean-depend clean-generic mostlyclean-am
1.1 paf 334:
1.20 parser 335: clean: clean-am
1.1 paf 336:
1.20 parser 337: distclean-am: distclean-noinstLIBRARIES distclean-compile \
338: distclean-libtool distclean-tags distclean-depend \
339: distclean-generic clean-am
1.1 paf 340: -rm -f libtool
341:
1.20 parser 342: distclean: distclean-am
1.1 paf 343:
1.20 parser 344: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
345: maintainer-clean-compile maintainer-clean-libtool \
346: maintainer-clean-tags maintainer-clean-depend \
347: maintainer-clean-generic distclean-am
1.1 paf 348: @echo "This command is intended for maintainers to use;"
349: @echo "it deletes files that may require special tools to rebuild."
350:
1.20 parser 351: maintainer-clean: maintainer-clean-am
1.1 paf 352:
1.20 parser 353: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
354: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
355: mostlyclean-compile distclean-compile clean-compile \
356: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
357: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
358: distclean-tags clean-tags maintainer-clean-tags distdir \
359: mostlyclean-depend distclean-depend clean-depend \
360: maintainer-clean-depend info-am info dvi-am dvi check check-am \
361: installcheck-am installcheck install-exec-am install-exec \
362: install-data-am install-data install-am install uninstall-am uninstall \
363: all-redirect all-am all installdirs mostlyclean-generic \
364: distclean-generic clean-generic maintainer-clean-generic clean \
365: mostlyclean distclean maintainer-clean
366:
367:
368: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
369: rm -f ident.C
370: echo // do not edit. autogenerated by Makefile.am > ident.C.new
371: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
372: mv ident.C.new ident.C
373:
374: apache_build_instruction:
375: -chmod +x p3runConfigure
376: -cp -f p3runConfigure $(APACHE13)
377: @echo "******************************************************"
378: @echo "to build apache with parser3 module:"
379: @echo
380: @echo "1. cd $(APACHE13)"
381: @echo
382: @echo "2. ./p3runConfigure [configure options]"
383: @echo
384: @echo "3. make"
385: @echo "******************************************************"
1.1 paf 386:
387: # Tell versions [3.59,3.63) of GNU make to not export all variables.
388: # Otherwise a system limit (for SysV at least) may be exceeded.
389: .NOEXPORT:
E-mail: