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