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