Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.36
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.36 ! paf 73: MIME_INCLUDES = @MIME_INCLUDES@
! 74: MIME_LIBS = @MIME_LIBS@
1.19 parser 75: P3S = @P3S@
1.1 paf 76: PACKAGE = @PACKAGE@
77: RANLIB = @RANLIB@
78: VERSION = @VERSION@
1.14 parser 79: XML_INCLUDES = @XML_INCLUDES@
80: XML_LIBS = @XML_LIBS@
1.1 paf 81: YACC = @YACC@
1.28 paf 82: charsetsdir = @charsetsdir@
1.33 paf 83: commentcharset_ = @commentcharset_@
1.1 paf 84: host_os = @host_os@
1.33 paf 85: mysql_client = @mysql_client@
86: oracle_client = @oracle_client@
87: pgsql_client = @pgsql_client@
1.29 paf 88: sqldriversdir = @sqldriversdir@
1.10 parser 89:
1.35 paf 90: 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 91:
1.20 parser 92: noinst_LIBRARIES = libmod_parser3.a
1.35 paf 93: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C pa_md5c.c
1.20 parser 94: noinst_DATA = apache_build_instruction
1.25 paf 95:
1.29 paf 96: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.20 parser 97: IDENT_DEPS = *.C
1.30 paf 98:
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.35 paf 111: libmod_parser3_a_OBJECTS = pa_pool.o pa_threads.o mod_parser3.o ident.o \
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.35 paf 131: DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_md5c.P \
132: .deps/pa_pool.P .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:
181: tags: TAGS
182:
183: ID: $(HEADERS) $(SOURCES) $(LISP)
184: list='$(SOURCES) $(HEADERS)'; \
185: unique=`for i in $$list; do echo $$i; done | \
186: awk ' { files[$$0] = 1; } \
187: END { for (i in files) print i; }'`; \
188: here=`pwd` && cd $(srcdir) \
189: && mkid -f$$here/ID $$unique $(LISP)
190:
1.20 parser 191: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 192: tags=; \
193: here=`pwd`; \
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: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
200:
201: mostlyclean-tags:
202:
203: clean-tags:
204:
205: distclean-tags:
206: -rm -f TAGS ID
207:
208: maintainer-clean-tags:
209:
210: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211:
1.28 paf 212: subdir = src/targets/apache13
1.1 paf 213:
214: distdir: $(DISTFILES)
215: here=`cd $(top_builddir) && pwd`; \
216: top_distdir=`cd $(top_distdir) && pwd`; \
217: distdir=`cd $(distdir) && pwd`; \
218: cd $(top_srcdir) \
1.28 paf 219: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/apache13/Makefile
1.1 paf 220: @for file in $(DISTFILES); do \
221: d=$(srcdir); \
222: if test -d $$d/$$file; then \
1.23 paf 223: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 224: else \
225: test -f $(distdir)/$$file \
226: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227: || cp -p $$d/$$file $(distdir)/$$file || :; \
228: fi; \
229: done
1.20 parser 230:
231: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
232:
233: -include $(DEP_FILES)
234:
235: mostlyclean-depend:
236:
237: clean-depend:
238:
239: distclean-depend:
240: -rm -rf .deps
241:
242: maintainer-clean-depend:
243:
244: %.o: %.c
245: @echo '$(COMPILE) -c $<'; \
246: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247: @-cp .deps/$(*F).pp .deps/$(*F).P; \
248: tr ' ' '\012' < .deps/$(*F).pp \
249: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250: >> .deps/$(*F).P; \
251: rm .deps/$(*F).pp
252:
253: %.lo: %.c
254: @echo '$(LTCOMPILE) -c $<'; \
255: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
257: < .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 -f .deps/$(*F).pp
262:
263: %.o: %.C
264: @echo '$(CXXCOMPILE) -c $<'; \
265: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266: @-cp .deps/$(*F).pp .deps/$(*F).P; \
267: tr ' ' '\012' < .deps/$(*F).pp \
268: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269: >> .deps/$(*F).P; \
270: rm .deps/$(*F).pp
271:
272: %.lo: %.C
273: @echo '$(LTCXXCOMPILE) -c $<'; \
274: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
276: < .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 -f .deps/$(*F).pp
1.1 paf 281: info-am:
1.20 parser 282: info: info-am
1.1 paf 283: dvi-am:
1.20 parser 284: dvi: dvi-am
1.1 paf 285: check-am: all-am
1.20 parser 286: check: check-am
1.1 paf 287: installcheck-am:
1.20 parser 288: installcheck: installcheck-am
1.1 paf 289: install-exec-am:
1.20 parser 290: install-exec: install-exec-am
1.1 paf 291:
292: install-data-am:
1.20 parser 293: install-data: install-data-am
1.1 paf 294:
295: install-am: all-am
296: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.20 parser 297: install: install-am
1.1 paf 298: uninstall-am:
1.20 parser 299: uninstall: uninstall-am
300: all-am: Makefile $(LIBRARIES) $(DATA)
301: all-redirect: all-am
1.1 paf 302: install-strip:
303: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.20 parser 304: installdirs:
1.1 paf 305:
306:
307: mostlyclean-generic:
308:
309: clean-generic:
310:
311: distclean-generic:
312: -rm -f Makefile $(CONFIG_CLEAN_FILES)
313: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
314:
315: maintainer-clean-generic:
1.20 parser 316: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.31 paf 317: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 318:
1.20 parser 319: mostlyclean: mostlyclean-am
1.1 paf 320:
1.31 paf 321: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
322: clean-generic mostlyclean-am
1.1 paf 323:
1.20 parser 324: clean: clean-am
1.1 paf 325:
1.20 parser 326: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.31 paf 327: distclean-tags distclean-depend distclean-generic \
328: clean-am
1.1 paf 329:
1.20 parser 330: distclean: distclean-am
1.1 paf 331:
1.20 parser 332: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.31 paf 333: maintainer-clean-compile maintainer-clean-tags \
334: maintainer-clean-depend maintainer-clean-generic \
335: distclean-am
1.1 paf 336: @echo "This command is intended for maintainers to use;"
337: @echo "it deletes files that may require special tools to rebuild."
338:
1.20 parser 339: maintainer-clean: maintainer-clean-am
1.1 paf 340:
1.20 parser 341: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
342: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
343: mostlyclean-compile distclean-compile clean-compile \
1.31 paf 344: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
345: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
346: distclean-depend clean-depend maintainer-clean-depend info-am info \
347: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
348: install-exec install-data-am install-data install-am install \
349: uninstall-am uninstall all-redirect all-am all installdirs \
350: mostlyclean-generic distclean-generic clean-generic \
351: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.20 parser 352:
353:
354: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
355: rm -f ident.C
356: echo // do not edit. autogenerated by Makefile.am > ident.C.new
357: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
358: mv ident.C.new ident.C
359:
360: apache_build_instruction:
361: -chmod +x p3runConfigure
362: -cp -f p3runConfigure $(APACHE13)
363: @echo "******************************************************"
364: @echo "to build apache with parser3 module:"
365: @echo
366: @echo "1. cd $(APACHE13)"
367: @echo
368: @echo "2. ./p3runConfigure [configure options]"
369: @echo
370: @echo "3. make"
371: @echo "******************************************************"
1.1 paf 372:
373: # Tell versions [3.59,3.63) of GNU make to not export all variables.
374: # Otherwise a system limit (for SysV at least) may be exceeded.
375: .NOEXPORT:
E-mail: