Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.40
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: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.36 paf 71: MIME_INCLUDES = @MIME_INCLUDES@
72: MIME_LIBS = @MIME_LIBS@
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.39 paf 82: dll_extension = @dll_extension@
1.1 paf 83: host_os = @host_os@
1.33 paf 84: mysql_client = @mysql_client@
85: oracle_client = @oracle_client@
86: pgsql_client = @pgsql_client@
1.29 paf 87: sqldriversdir = @sqldriversdir@
1.10 parser 88:
1.38 paf 89: SUBDIRS = hook
90:
91: #@test why not INCLUDES=?
1.35 paf 92: INCLUDES := $(INCLUDES) -I../../classes -I../../types $(INCLTDL) -I../../sql -I../../lib/pcre -I../../lib/md5 -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix -I$(APACHE13)/src/os/win32 @XML_INCLUDES@
1.25 paf 93:
1.20 parser 94: noinst_LIBRARIES = libmod_parser3.a
1.40 ! paf 95: libmod_parser3_a_DEPENDENCIES = Makefile
1.37 paf 96: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C pa_md5c.c
1.20 parser 97: noinst_DATA = apache_build_instruction
1.25 paf 98:
1.30 paf 99: EXTRA_DIST = ApacheModuleParser3.dsp
1.1 paf 100: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 101: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
1.20 parser 102: CONFIG_CLEAN_FILES = p3runConfigure
103: LIBRARIES = $(noinst_LIBRARIES)
104:
105:
1.28 paf 106: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.20 parser 107: CPPFLAGS = @CPPFLAGS@
108: LDFLAGS = @LDFLAGS@
109: LIBS = @LIBS@
110: libmod_parser3_a_LIBADD =
1.37 paf 111: libmod_parser3_a_OBJECTS = pa_pool.o pa_threads.o mod_parser3.o \
1.35 paf 112: pa_md5c.o
1.20 parser 113: AR = ar
114: CXXFLAGS = @CXXFLAGS@
115: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
116: CXXLD = $(CXX)
1.31 paf 117: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.35 paf 118: CFLAGS = @CFLAGS@
119: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120: CCLD = $(CC)
121: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1.20 parser 122: DATA = $(noinst_DATA)
123:
124: DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in
1.1 paf 125:
126:
127: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128:
1.23 paf 129: TAR = tar
1.1 paf 130: GZIP_ENV = --best
1.37 paf 131: DEP_FILES = .deps/mod_parser3.P .deps/pa_md5c.P .deps/pa_pool.P \
132: .deps/pa_threads.P
1.20 parser 133: SOURCES = $(libmod_parser3_a_SOURCES)
134: OBJECTS = $(libmod_parser3_a_OBJECTS)
135:
1.1 paf 136: all: all-redirect
137: .SUFFIXES:
1.31 paf 138: .SUFFIXES: .C .S .c .o .s
1.1 paf 139: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 140: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile
1.1 paf 141:
142: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
143: cd $(top_builddir) \
144: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145:
1.20 parser 146: p3runConfigure: $(top_builddir)/config.status p3runConfigure.in
147: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148:
149: mostlyclean-noinstLIBRARIES:
150:
151: clean-noinstLIBRARIES:
152: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
153:
154: distclean-noinstLIBRARIES:
155:
156: maintainer-clean-noinstLIBRARIES:
157:
158: .s.o:
159: $(COMPILE) -c $<
160:
161: .S.o:
162: $(COMPILE) -c $<
163:
164: mostlyclean-compile:
165: -rm -f *.o core *.core
166:
167: clean-compile:
168:
169: distclean-compile:
170: -rm -f *.tab.c
171:
172: maintainer-clean-compile:
173:
174: libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)
175: -rm -f libmod_parser3.a
176: $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)
177: $(RANLIB) libmod_parser3.a
178: .C.o:
179: $(CXXCOMPILE) -c $<
1.1 paf 180:
1.38 paf 181: # This directory's subdirectories are mostly independent; you can cd
182: # into them and run `make' without going through this Makefile.
183: # To change the values of `make' variables: instead of editing Makefiles,
184: # (1) if the variable is set in `config.status', edit `config.status'
185: # (which will cause the Makefiles to be regenerated when you run `make');
186: # (2) otherwise, pass the desired values on the `make' command line.
187:
188: @SET_MAKE@
189:
190: all-recursive install-data-recursive install-exec-recursive \
191: installdirs-recursive install-recursive uninstall-recursive \
192: check-recursive installcheck-recursive info-recursive dvi-recursive:
193: @set fnord $(MAKEFLAGS); amf=$$2; \
194: dot_seen=no; \
195: target=`echo $@ | sed s/-recursive//`; \
196: list='$(SUBDIRS)'; for subdir in $$list; do \
197: echo "Making $$target in $$subdir"; \
198: if test "$$subdir" = "."; then \
199: dot_seen=yes; \
200: local_target="$$target-am"; \
201: else \
202: local_target="$$target"; \
203: fi; \
204: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
205: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
206: done; \
207: if test "$$dot_seen" = "no"; then \
208: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
209: fi; test -z "$$fail"
210:
211: mostlyclean-recursive clean-recursive distclean-recursive \
212: maintainer-clean-recursive:
213: @set fnord $(MAKEFLAGS); amf=$$2; \
214: dot_seen=no; \
215: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
216: rev="$$subdir $$rev"; \
217: test "$$subdir" = "." && dot_seen=yes; \
218: done; \
219: test "$$dot_seen" = "no" && rev=". $$rev"; \
220: target=`echo $@ | sed s/-recursive//`; \
221: for subdir in $$rev; do \
222: echo "Making $$target in $$subdir"; \
223: if test "$$subdir" = "."; then \
224: local_target="$$target-am"; \
225: else \
226: local_target="$$target"; \
227: fi; \
228: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
229: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
230: done && test -z "$$fail"
231: tags-recursive:
232: list='$(SUBDIRS)'; for subdir in $$list; do \
233: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
234: done
235:
1.1 paf 236: tags: TAGS
237:
238: ID: $(HEADERS) $(SOURCES) $(LISP)
239: list='$(SOURCES) $(HEADERS)'; \
240: unique=`for i in $$list; do echo $$i; done | \
241: awk ' { files[$$0] = 1; } \
242: END { for (i in files) print i; }'`; \
243: here=`pwd` && cd $(srcdir) \
244: && mkid -f$$here/ID $$unique $(LISP)
245:
1.38 paf 246: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 247: tags=; \
248: here=`pwd`; \
1.38 paf 249: list='$(SUBDIRS)'; for subdir in $$list; do \
250: if test "$$subdir" = .; then :; else \
251: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
252: fi; \
253: done; \
1.1 paf 254: list='$(SOURCES) $(HEADERS)'; \
255: unique=`for i in $$list; do echo $$i; done | \
256: awk ' { files[$$0] = 1; } \
257: END { for (i in files) print i; }'`; \
258: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
259: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
260:
261: mostlyclean-tags:
262:
263: clean-tags:
264:
265: distclean-tags:
266: -rm -f TAGS ID
267:
268: maintainer-clean-tags:
269:
270: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
271:
1.28 paf 272: subdir = src/targets/apache13
1.1 paf 273:
274: distdir: $(DISTFILES)
275: here=`cd $(top_builddir) && pwd`; \
276: top_distdir=`cd $(top_distdir) && pwd`; \
277: distdir=`cd $(distdir) && pwd`; \
278: cd $(top_srcdir) \
1.28 paf 279: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/apache13/Makefile
1.1 paf 280: @for file in $(DISTFILES); do \
281: d=$(srcdir); \
282: if test -d $$d/$$file; then \
1.23 paf 283: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 284: else \
285: test -f $(distdir)/$$file \
286: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
287: || cp -p $$d/$$file $(distdir)/$$file || :; \
288: fi; \
289: done
1.38 paf 290: for subdir in $(SUBDIRS); do \
291: if test "$$subdir" = .; then :; else \
292: test -d $(distdir)/$$subdir \
293: || mkdir $(distdir)/$$subdir \
294: || exit 1; \
295: chmod 777 $(distdir)/$$subdir; \
296: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
297: || exit 1; \
298: fi; \
299: done
1.20 parser 300:
301: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
302:
303: -include $(DEP_FILES)
304:
305: mostlyclean-depend:
306:
307: clean-depend:
308:
309: distclean-depend:
310: -rm -rf .deps
311:
312: maintainer-clean-depend:
313:
314: %.o: %.c
315: @echo '$(COMPILE) -c $<'; \
316: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
317: @-cp .deps/$(*F).pp .deps/$(*F).P; \
318: tr ' ' '\012' < .deps/$(*F).pp \
319: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
320: >> .deps/$(*F).P; \
321: rm .deps/$(*F).pp
322:
323: %.lo: %.c
324: @echo '$(LTCOMPILE) -c $<'; \
325: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
326: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
327: < .deps/$(*F).pp > .deps/$(*F).P; \
328: tr ' ' '\012' < .deps/$(*F).pp \
329: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
330: >> .deps/$(*F).P; \
331: rm -f .deps/$(*F).pp
332:
333: %.o: %.C
334: @echo '$(CXXCOMPILE) -c $<'; \
335: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
336: @-cp .deps/$(*F).pp .deps/$(*F).P; \
337: tr ' ' '\012' < .deps/$(*F).pp \
338: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
339: >> .deps/$(*F).P; \
340: rm .deps/$(*F).pp
341:
342: %.lo: %.C
343: @echo '$(LTCXXCOMPILE) -c $<'; \
344: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
345: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
346: < .deps/$(*F).pp > .deps/$(*F).P; \
347: tr ' ' '\012' < .deps/$(*F).pp \
348: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
349: >> .deps/$(*F).P; \
350: rm -f .deps/$(*F).pp
1.1 paf 351: info-am:
1.38 paf 352: info: info-recursive
1.1 paf 353: dvi-am:
1.38 paf 354: dvi: dvi-recursive
1.1 paf 355: check-am: all-am
1.38 paf 356: check: check-recursive
1.1 paf 357: installcheck-am:
1.38 paf 358: installcheck: installcheck-recursive
1.1 paf 359: install-exec-am:
1.38 paf 360: install-exec: install-exec-recursive
1.1 paf 361:
362: install-data-am:
1.38 paf 363: install-data: install-data-recursive
1.1 paf 364:
365: install-am: all-am
366: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.38 paf 367: install: install-recursive
1.1 paf 368: uninstall-am:
1.38 paf 369: uninstall: uninstall-recursive
1.20 parser 370: all-am: Makefile $(LIBRARIES) $(DATA)
1.38 paf 371: all-redirect: all-recursive
1.1 paf 372: install-strip:
373: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.38 paf 374: installdirs: installdirs-recursive
375: installdirs-am:
1.1 paf 376:
377:
378: mostlyclean-generic:
379:
380: clean-generic:
381:
382: distclean-generic:
383: -rm -f Makefile $(CONFIG_CLEAN_FILES)
384: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
385:
386: maintainer-clean-generic:
1.20 parser 387: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.31 paf 388: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 389:
1.38 paf 390: mostlyclean: mostlyclean-recursive
1.1 paf 391:
1.31 paf 392: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
393: clean-generic mostlyclean-am
1.1 paf 394:
1.38 paf 395: clean: clean-recursive
1.1 paf 396:
1.20 parser 397: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.31 paf 398: distclean-tags distclean-depend distclean-generic \
399: clean-am
1.1 paf 400:
1.38 paf 401: distclean: distclean-recursive
1.1 paf 402:
1.20 parser 403: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.31 paf 404: maintainer-clean-compile maintainer-clean-tags \
405: maintainer-clean-depend maintainer-clean-generic \
406: distclean-am
1.1 paf 407: @echo "This command is intended for maintainers to use;"
408: @echo "it deletes files that may require special tools to rebuild."
409:
1.38 paf 410: maintainer-clean: maintainer-clean-recursive
1.1 paf 411:
1.20 parser 412: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
413: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
414: mostlyclean-compile distclean-compile clean-compile \
1.38 paf 415: maintainer-clean-compile install-data-recursive \
416: uninstall-data-recursive install-exec-recursive \
417: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
418: all-recursive check-recursive installcheck-recursive info-recursive \
419: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
420: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
421: distclean-tags clean-tags maintainer-clean-tags distdir \
422: mostlyclean-depend distclean-depend clean-depend \
423: maintainer-clean-depend info-am info dvi-am dvi check check-am \
424: installcheck-am installcheck install-exec-am install-exec \
425: install-data-am install-data install-am install uninstall-am uninstall \
426: all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
427: distclean-generic clean-generic maintainer-clean-generic clean \
428: mostlyclean distclean maintainer-clean
1.20 parser 429:
430:
431: apache_build_instruction:
432: -chmod +x p3runConfigure
433: -cp -f p3runConfigure $(APACHE13)
434: @echo "******************************************************"
435: @echo "to build apache with parser3 module:"
436: @echo
437: @echo "1. cd $(APACHE13)"
438: @echo
439: @echo "2. ./p3runConfigure [configure options]"
440: @echo
441: @echo "3. make"
442: @echo "******************************************************"
1.1 paf 443:
444: # Tell versions [3.59,3.63) of GNU make to not export all variables.
445: # Otherwise a system limit (for SysV at least) may be exceeded.
446: .NOEXPORT:
E-mail: