Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.33

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

E-mail: