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