Annotation of parser3/src/targets/apache13/modules/extra/Makefile.in, revision 1.10

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

E-mail: