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

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: #  $Id: Makefile.am,v 1.4 2001/04/24 14:55:19 paf Exp $
        !            14: 
        !            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: 
        !            43: top_builddir = ../../../..
        !            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@
        !            64: AS = @AS@
        !            65: AWK = @AWK@
        !            66: CC = @CC@
        !            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@
        !            76: OBJDUMP = @OBJDUMP@
        !            77: PACKAGE = @PACKAGE@
        !            78: RANLIB = @RANLIB@
        !            79: VERSION = @VERSION@
        !            80: WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@
        !            81: YACC = @YACC@
        !            82: host_os = @host_os@
        !            83: APACHE13_SRC = ../../../../../../apache-1.3/src/
        !            84: INCLUDES = -I../../../../include -I../../../../classes -I../../../../types $(INCLTDL) -I../../../../sql -I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix
        !            85: noinst_LIBRARIES = libmod_parser3.a
        !            86: libmod_parser3_a_SOURCES = pa_pool.C mod_parser3.C
        !            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 = 
        !            98: libmod_parser3_a_OBJECTS =  pa_pool.o mod_parser3.o
        !            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: 
        !           110: TAR = gtar
        !           111: GZIP_ENV = --best
        !           112: DEP_FILES =  .deps/mod_parser3.P .deps/pa_pool.P
        !           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 \
        !           219:            cp -pr $$d/$$file $(distdir)/$$file; \
        !           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: 
        !           355: 
        !           356: 
        !           357: 
        !           358: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           359: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           360: .NOEXPORT:

E-mail: