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

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

E-mail: