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

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: 
1.28      paf        41: top_builddir = ../../..
1.1       paf        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.22      paf        63: APACHE_LIBS = @APACHE_LIBS@
1.1       paf        64: AWK = @AWK@
                     65: CC = @CC@
                     66: CXX = @CXX@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: MAKEINFO = @MAKEINFO@
1.36      paf        71: MIME_INCLUDES = @MIME_INCLUDES@
                     72: MIME_LIBS = @MIME_LIBS@
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.39    ! paf        82: dll_extension = @dll_extension@
1.1       paf        83: host_os = @host_os@
1.33      paf        84: mysql_client = @mysql_client@
                     85: oracle_client = @oracle_client@
                     86: pgsql_client = @pgsql_client@
1.29      paf        87: sqldriversdir = @sqldriversdir@
1.10      parser     88: 
1.38      paf        89: SUBDIRS = hook
                     90: 
                     91: #@test why not INCLUDES=?
1.35      paf        92: 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        93: 
1.20      parser     94: noinst_LIBRARIES = libmod_parser3.a
1.37      paf        95: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C pa_md5c.c
1.20      parser     96: noinst_DATA = apache_build_instruction
1.25      paf        97: 
1.30      paf        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 = 
1.37      paf       110: libmod_parser3_a_OBJECTS =  pa_pool.o pa_threads.o mod_parser3.o \
1.35      paf       111: pa_md5c.o
1.20      parser    112: AR = ar
                    113: CXXFLAGS = @CXXFLAGS@
                    114: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    115: CXXLD = $(CXX)
1.31      paf       116: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.35      paf       117: CFLAGS = @CFLAGS@
                    118: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    119: CCLD = $(CC)
                    120: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1.20      parser    121: DATA =  $(noinst_DATA)
                    122: 
                    123: DIST_COMMON =  Makefile.am Makefile.in p3runConfigure.in
1.1       paf       124: 
                    125: 
                    126: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    127: 
1.23      paf       128: TAR = tar
1.1       paf       129: GZIP_ENV = --best
1.37      paf       130: DEP_FILES =  .deps/mod_parser3.P .deps/pa_md5c.P .deps/pa_pool.P \
                    131: .deps/pa_threads.P
1.20      parser    132: SOURCES = $(libmod_parser3_a_SOURCES)
                    133: OBJECTS = $(libmod_parser3_a_OBJECTS)
                    134: 
1.1       paf       135: all: all-redirect
                    136: .SUFFIXES:
1.31      paf       137: .SUFFIXES: .C .S .c .o .s
1.1       paf       138: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
1.28      paf       139:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile
1.1       paf       140: 
                    141: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    142:        cd $(top_builddir) \
                    143:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    144: 
1.20      parser    145: p3runConfigure: $(top_builddir)/config.status p3runConfigure.in
                    146:        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    147: 
                    148: mostlyclean-noinstLIBRARIES:
                    149: 
                    150: clean-noinstLIBRARIES:
                    151:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    152: 
                    153: distclean-noinstLIBRARIES:
                    154: 
                    155: maintainer-clean-noinstLIBRARIES:
                    156: 
                    157: .s.o:
                    158:        $(COMPILE) -c $<
                    159: 
                    160: .S.o:
                    161:        $(COMPILE) -c $<
                    162: 
                    163: mostlyclean-compile:
                    164:        -rm -f *.o core *.core
                    165: 
                    166: clean-compile:
                    167: 
                    168: distclean-compile:
                    169:        -rm -f *.tab.c
                    170: 
                    171: maintainer-clean-compile:
                    172: 
                    173: libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)
                    174:        -rm -f libmod_parser3.a
                    175:        $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)
                    176:        $(RANLIB) libmod_parser3.a
                    177: .C.o:
                    178:        $(CXXCOMPILE) -c $<
1.1       paf       179: 
1.38      paf       180: # This directory's subdirectories are mostly independent; you can cd
                    181: # into them and run `make' without going through this Makefile.
                    182: # To change the values of `make' variables: instead of editing Makefiles,
                    183: # (1) if the variable is set in `config.status', edit `config.status'
                    184: #     (which will cause the Makefiles to be regenerated when you run `make');
                    185: # (2) otherwise, pass the desired values on the `make' command line.
                    186: 
                    187: @SET_MAKE@
                    188: 
                    189: all-recursive install-data-recursive install-exec-recursive \
                    190: installdirs-recursive install-recursive uninstall-recursive  \
                    191: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    192:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    193:        dot_seen=no; \
                    194:        target=`echo $@ | sed s/-recursive//`; \
                    195:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    196:          echo "Making $$target in $$subdir"; \
                    197:          if test "$$subdir" = "."; then \
                    198:            dot_seen=yes; \
                    199:            local_target="$$target-am"; \
                    200:          else \
                    201:            local_target="$$target"; \
                    202:          fi; \
                    203:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    204:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    205:        done; \
                    206:        if test "$$dot_seen" = "no"; then \
                    207:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    208:        fi; test -z "$$fail"
                    209: 
                    210: mostlyclean-recursive clean-recursive distclean-recursive \
                    211: maintainer-clean-recursive:
                    212:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    213:        dot_seen=no; \
                    214:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    215:          rev="$$subdir $$rev"; \
                    216:          test "$$subdir" = "." && dot_seen=yes; \
                    217:        done; \
                    218:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    219:        target=`echo $@ | sed s/-recursive//`; \
                    220:        for subdir in $$rev; do \
                    221:          echo "Making $$target in $$subdir"; \
                    222:          if test "$$subdir" = "."; then \
                    223:            local_target="$$target-am"; \
                    224:          else \
                    225:            local_target="$$target"; \
                    226:          fi; \
                    227:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    228:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    229:        done && test -z "$$fail"
                    230: tags-recursive:
                    231:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    232:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    233:        done
                    234: 
1.1       paf       235: tags: TAGS
                    236: 
                    237: ID: $(HEADERS) $(SOURCES) $(LISP)
                    238:        list='$(SOURCES) $(HEADERS)'; \
                    239:        unique=`for i in $$list; do echo $$i; done | \
                    240:          awk '    { files[$$0] = 1; } \
                    241:               END { for (i in files) print i; }'`; \
                    242:        here=`pwd` && cd $(srcdir) \
                    243:          && mkid -f$$here/ID $$unique $(LISP)
                    244: 
1.38      paf       245: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
1.1       paf       246:        tags=; \
                    247:        here=`pwd`; \
1.38      paf       248:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    249:    if test "$$subdir" = .; then :; else \
                    250:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    251:    fi; \
                    252:        done; \
1.1       paf       253:        list='$(SOURCES) $(HEADERS)'; \
                    254:        unique=`for i in $$list; do echo $$i; done | \
                    255:          awk '    { files[$$0] = 1; } \
                    256:               END { for (i in files) print i; }'`; \
                    257:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    258:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    259: 
                    260: mostlyclean-tags:
                    261: 
                    262: clean-tags:
                    263: 
                    264: distclean-tags:
                    265:        -rm -f TAGS ID
                    266: 
                    267: maintainer-clean-tags:
                    268: 
                    269: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    270: 
1.28      paf       271: subdir = src/targets/apache13
1.1       paf       272: 
                    273: distdir: $(DISTFILES)
                    274:        here=`cd $(top_builddir) && pwd`; \
                    275:        top_distdir=`cd $(top_distdir) && pwd`; \
                    276:        distdir=`cd $(distdir) && pwd`; \
                    277:        cd $(top_srcdir) \
1.28      paf       278:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/apache13/Makefile
1.1       paf       279:        @for file in $(DISTFILES); do \
                    280:          d=$(srcdir); \
                    281:          if test -d $$d/$$file; then \
1.23      paf       282:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       283:          else \
                    284:            test -f $(distdir)/$$file \
                    285:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    286:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    287:          fi; \
                    288:        done
1.38      paf       289:        for subdir in $(SUBDIRS); do \
                    290:          if test "$$subdir" = .; then :; else \
                    291:            test -d $(distdir)/$$subdir \
                    292:            || mkdir $(distdir)/$$subdir \
                    293:            || exit 1; \
                    294:            chmod 777 $(distdir)/$$subdir; \
                    295:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                    296:              || exit 1; \
                    297:          fi; \
                    298:        done
1.20      parser    299: 
                    300: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    301: 
                    302: -include $(DEP_FILES)
                    303: 
                    304: mostlyclean-depend:
                    305: 
                    306: clean-depend:
                    307: 
                    308: distclean-depend:
                    309:        -rm -rf .deps
                    310: 
                    311: maintainer-clean-depend:
                    312: 
                    313: %.o: %.c
                    314:        @echo '$(COMPILE) -c $<'; \
                    315:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    316:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    317:        tr ' ' '\012' < .deps/$(*F).pp \
                    318:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    319:            >> .deps/$(*F).P; \
                    320:        rm .deps/$(*F).pp
                    321: 
                    322: %.lo: %.c
                    323:        @echo '$(LTCOMPILE) -c $<'; \
                    324:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    325:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    326:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    327:        tr ' ' '\012' < .deps/$(*F).pp \
                    328:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    329:            >> .deps/$(*F).P; \
                    330:        rm -f .deps/$(*F).pp
                    331: 
                    332: %.o: %.C
                    333:        @echo '$(CXXCOMPILE) -c $<'; \
                    334:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    335:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    336:        tr ' ' '\012' < .deps/$(*F).pp \
                    337:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    338:            >> .deps/$(*F).P; \
                    339:        rm .deps/$(*F).pp
                    340: 
                    341: %.lo: %.C
                    342:        @echo '$(LTCXXCOMPILE) -c $<'; \
                    343:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    344:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    345:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    346:        tr ' ' '\012' < .deps/$(*F).pp \
                    347:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    348:            >> .deps/$(*F).P; \
                    349:        rm -f .deps/$(*F).pp
1.1       paf       350: info-am:
1.38      paf       351: info: info-recursive
1.1       paf       352: dvi-am:
1.38      paf       353: dvi: dvi-recursive
1.1       paf       354: check-am: all-am
1.38      paf       355: check: check-recursive
1.1       paf       356: installcheck-am:
1.38      paf       357: installcheck: installcheck-recursive
1.1       paf       358: install-exec-am:
1.38      paf       359: install-exec: install-exec-recursive
1.1       paf       360: 
                    361: install-data-am:
1.38      paf       362: install-data: install-data-recursive
1.1       paf       363: 
                    364: install-am: all-am
                    365:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.38      paf       366: install: install-recursive
1.1       paf       367: uninstall-am:
1.38      paf       368: uninstall: uninstall-recursive
1.20      parser    369: all-am: Makefile $(LIBRARIES) $(DATA)
1.38      paf       370: all-redirect: all-recursive
1.1       paf       371: install-strip:
                    372:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.38      paf       373: installdirs: installdirs-recursive
                    374: installdirs-am:
1.1       paf       375: 
                    376: 
                    377: mostlyclean-generic:
                    378: 
                    379: clean-generic:
                    380: 
                    381: distclean-generic:
                    382:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    383:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    384: 
                    385: maintainer-clean-generic:
1.20      parser    386: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.31      paf       387:                mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1       paf       388: 
1.38      paf       389: mostlyclean: mostlyclean-recursive
1.1       paf       390: 
1.31      paf       391: clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
                    392:                clean-generic mostlyclean-am
1.1       paf       393: 
1.38      paf       394: clean: clean-recursive
1.1       paf       395: 
1.20      parser    396: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
1.31      paf       397:                distclean-tags distclean-depend distclean-generic \
                    398:                clean-am
1.1       paf       399: 
1.38      paf       400: distclean: distclean-recursive
1.1       paf       401: 
1.20      parser    402: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
1.31      paf       403:                maintainer-clean-compile maintainer-clean-tags \
                    404:                maintainer-clean-depend maintainer-clean-generic \
                    405:                distclean-am
1.1       paf       406:        @echo "This command is intended for maintainers to use;"
                    407:        @echo "it deletes files that may require special tools to rebuild."
                    408: 
1.38      paf       409: maintainer-clean: maintainer-clean-recursive
1.1       paf       410: 
1.20      parser    411: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    412: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    413: mostlyclean-compile distclean-compile clean-compile \
1.38      paf       414: maintainer-clean-compile install-data-recursive \
                    415: uninstall-data-recursive install-exec-recursive \
                    416: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
                    417: all-recursive check-recursive installcheck-recursive info-recursive \
                    418: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
                    419: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    420: distclean-tags clean-tags maintainer-clean-tags distdir \
                    421: mostlyclean-depend distclean-depend clean-depend \
                    422: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    423: installcheck-am installcheck install-exec-am install-exec \
                    424: install-data-am install-data install-am install uninstall-am uninstall \
                    425: all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
                    426: distclean-generic clean-generic maintainer-clean-generic clean \
                    427: mostlyclean distclean maintainer-clean
1.20      parser    428: 
                    429: 
                    430: apache_build_instruction:
                    431:        -chmod +x p3runConfigure
                    432:        -cp -f p3runConfigure $(APACHE13)
                    433:        @echo "******************************************************"
                    434:        @echo "to build apache with parser3 module:"
                    435:        @echo
                    436:        @echo "1. cd $(APACHE13)"
                    437:        @echo
                    438:        @echo "2. ./p3runConfigure [configure options]"
                    439:        @echo
                    440:        @echo "3. make"
                    441:        @echo "******************************************************"
1.1       paf       442: 
                    443: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    444: # Otherwise a system limit (for SysV at least) may be exceeded.
                    445: .NOEXPORT:

E-mail: