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