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