Diff for /parser3/src/targets/apache13/modules/Attic/Makefile.in between versions 1.2 and 1.11

version 1.2, 2001/04/28 16:04:52 version 1.11, 2001/08/28 10:33:41
Line 10 Line 10
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 #  $Id$  
   
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
Line 61  PRE_UNINSTALL = : Line 59  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
   APACHE13_SRC = @APACHE13_SRC@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
Line 77  OBJDUMP = @OBJDUMP@ Line 76  OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 VERSION = @VERSION@  VERSION = @VERSION@
 WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@  
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   
 APACHE13_SRC = ../../../../../../apache-1.3/src/  SUBDIRS = extra
   
 INCLUDES = -I../../../../include -I../../../../classes -I../../../../types $(INCLTDL) -I../../../../sql -I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix  
   
 noinst_LIBRARIES = libmod_parser3.a  
 libmod_parser3_a_SOURCES = pa_pool.C mod_parser3.C  
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../../include/pa_config_auto.h  CONFIG_HEADER = ../../../include/pa_config_auto.h
 CONFIG_CLEAN_FILES =   CONFIG_CLEAN_FILES = 
 LIBRARIES =  $(noinst_LIBRARIES)  
   
   
 DEFS = @DEFS@ -I. -I$(srcdir) -I../../../include  
 CPPFLAGS = @CPPFLAGS@  
 LDFLAGS = @LDFLAGS@  
 LIBS = @LIBS@  
 libmod_parser3_a_LIBADD =   
 libmod_parser3_a_OBJECTS =  pa_pool.o mod_parser3.o  
 AR = ar  
 CXXFLAGS = @CXXFLAGS@  
 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)  
 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)  
 CXXLD = $(CXX)  
 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@  
 DIST_COMMON =  Makefile.am Makefile.in  DIST_COMMON =  Makefile.am Makefile.in
   
   
Line 112  DISTFILES = $(DIST_COMMON) $(SOURCES) $( Line 90  DISTFILES = $(DIST_COMMON) $(SOURCES) $(
   
 TAR = gtar  TAR = gtar
 GZIP_ENV = --best  GZIP_ENV = --best
 DEP_FILES =  .deps/mod_parser3.P .deps/pa_pool.P  
 SOURCES = $(libmod_parser3_a_SOURCES)  
 OBJECTS = $(libmod_parser3_a_OBJECTS)  
   
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .C .S .c .lo .o .s  
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)   $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
         cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/modules/Makefile          cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/modules/Makefile
   
Line 127  Makefile: $(srcdir)/Makefile.in  $(top_b Line 100  Makefile: $(srcdir)/Makefile.in  $(top_b
           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
   
   
 mostlyclean-noinstLIBRARIES:  # This directory's subdirectories are mostly independent; you can cd
   # into them and run `make' without going through this Makefile.
 clean-noinstLIBRARIES:  # To change the values of `make' variables: instead of editing Makefiles,
         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)  # (1) if the variable is set in `config.status', edit `config.status'
   #     (which will cause the Makefiles to be regenerated when you run `make');
 distclean-noinstLIBRARIES:  # (2) otherwise, pass the desired values on the `make' command line.
   
 maintainer-clean-noinstLIBRARIES:  @SET_MAKE@
   
 .s.o:  all-recursive install-data-recursive install-exec-recursive \
         $(COMPILE) -c $<  installdirs-recursive install-recursive uninstall-recursive  \
   check-recursive installcheck-recursive info-recursive dvi-recursive:
 .S.o:          @set fnord $(MAKEFLAGS); amf=$$2; \
         $(COMPILE) -c $<          dot_seen=no; \
           target=`echo $@ | sed s/-recursive//`; \
 mostlyclean-compile:          list='$(SUBDIRS)'; for subdir in $$list; do \
         -rm -f *.o core *.core            echo "Making $$target in $$subdir"; \
             if test "$$subdir" = "."; then \
 clean-compile:              dot_seen=yes; \
               local_target="$$target-am"; \
 distclean-compile:            else \
         -rm -f *.tab.c              local_target="$$target"; \
             fi; \
 maintainer-clean-compile:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
              || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 .s.lo:          done; \
         $(LIBTOOL) --mode=compile $(COMPILE) -c $<          if test "$$dot_seen" = "no"; then \
             $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 .S.lo:          fi; test -z "$$fail"
         $(LIBTOOL) --mode=compile $(COMPILE) -c $<  
   mostlyclean-recursive clean-recursive distclean-recursive \
 mostlyclean-libtool:  maintainer-clean-recursive:
         -rm -f *.lo          @set fnord $(MAKEFLAGS); amf=$$2; \
           dot_seen=no; \
 clean-libtool:          rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
         -rm -rf .libs _libs            rev="$$subdir $$rev"; \
             test "$$subdir" = "." && dot_seen=yes; \
 distclean-libtool:          done; \
           test "$$dot_seen" = "no" && rev=". $$rev"; \
 maintainer-clean-libtool:          target=`echo $@ | sed s/-recursive//`; \
           for subdir in $$rev; do \
 libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES)            echo "Making $$target in $$subdir"; \
         -rm -f libmod_parser3.a            if test "$$subdir" = "."; then \
         $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD)              local_target="$$target-am"; \
         $(RANLIB) libmod_parser3.a            else \
 .C.o:              local_target="$$target"; \
         $(CXXCOMPILE) -c $<            fi; \
 .C.lo:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
         $(LTCXXCOMPILE) -c $<             || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
           done && test -z "$$fail"
   tags-recursive:
           list='$(SUBDIRS)'; for subdir in $$list; do \
             test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
           done
   
 tags: TAGS  tags: TAGS
   
Line 187  ID: $(HEADERS) $(SOURCES) $(LISP) Line 165  ID: $(HEADERS) $(SOURCES) $(LISP)
         here=`pwd` && cd $(srcdir) \          here=`pwd` && cd $(srcdir) \
           && mkid -f$$here/ID $$unique $(LISP)            && mkid -f$$here/ID $$unique $(LISP)
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
         tags=; \          tags=; \
         here=`pwd`; \          here=`pwd`; \
           list='$(SUBDIRS)'; for subdir in $$list; do \
      if test "$$subdir" = .; then :; else \
               test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
      fi; \
           done; \
         list='$(SOURCES) $(HEADERS)'; \          list='$(SOURCES) $(HEADERS)'; \
         unique=`for i in $$list; do echo $$i; done | \          unique=`for i in $$list; do echo $$i; done | \
           awk '    { files[$$0] = 1; } \            awk '    { files[$$0] = 1; } \
Line 226  distdir: $(DISTFILES) Line 209  distdir: $(DISTFILES)
             || cp -p $$d/$$file $(distdir)/$$file || :; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
           fi; \            fi; \
         done          done
           for subdir in $(SUBDIRS); do \
 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)            if test "$$subdir" = .; then :; else \
               test -d $(distdir)/$$subdir \
 -include $(DEP_FILES)              || mkdir $(distdir)/$$subdir \
               || exit 1; \
 mostlyclean-depend:              chmod 777 $(distdir)/$$subdir; \
               (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 clean-depend:                || exit 1; \
             fi; \
 distclean-depend:          done
         -rm -rf .deps  
   
 maintainer-clean-depend:  
   
 %.o: %.c  
         @echo '$(COMPILE) -c $<'; \  
         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-cp .deps/$(*F).pp .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm .deps/$(*F).pp  
   
 %.lo: %.c  
         @echo '$(LTCOMPILE) -c $<'; \  
         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \  
           < .deps/$(*F).pp > .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm -f .deps/$(*F).pp  
   
 %.o: %.C  
         @echo '$(CXXCOMPILE) -c $<'; \  
         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-cp .deps/$(*F).pp .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm .deps/$(*F).pp  
   
 %.lo: %.C  
         @echo '$(LTCXXCOMPILE) -c $<'; \  
         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \  
           < .deps/$(*F).pp > .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm -f .deps/$(*F).pp  
 info-am:  info-am:
 info: info-am  info: info-recursive
 dvi-am:  dvi-am:
 dvi: dvi-am  dvi: dvi-recursive
 check-am: all-am  check-am: all-am
 check: check-am  check: check-recursive
 installcheck-am:  installcheck-am:
 installcheck: installcheck-am  installcheck: installcheck-recursive
 install-exec-am:  install-exec-am:
 install-exec: install-exec-am  install-exec: install-exec-recursive
   
 install-data-am:  install-data-am:
 install-data: install-data-am  install-data: install-data-recursive
   
 install-am: all-am  install-am: all-am
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 install: install-am  install: install-recursive
 uninstall-am:  uninstall-am:
 uninstall: uninstall-am  uninstall: uninstall-recursive
 all-am: Makefile $(LIBRARIES)  all-am: Makefile
 all-redirect: all-am  all-redirect: all-recursive
 install-strip:  install-strip:
         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 installdirs:  installdirs: installdirs-recursive
   installdirs-am:
   
   
 mostlyclean-generic:  mostlyclean-generic:
Line 312  distclean-generic: Line 255  distclean-generic:
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*          -rm -f config.cache config.log stamp-h stamp-h[0-9]*
   
 maintainer-clean-generic:  maintainer-clean-generic:
 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \  mostlyclean-am:  mostlyclean-tags mostlyclean-generic
                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \  
                 mostlyclean-generic  
   
 mostlyclean: mostlyclean-am  mostlyclean: mostlyclean-recursive
   
 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \  clean-am:  clean-tags clean-generic mostlyclean-am
                 clean-depend clean-generic mostlyclean-am  
   
 clean: clean-am  clean: clean-recursive
   
 distclean-am:  distclean-noinstLIBRARIES distclean-compile \  distclean-am:  distclean-tags distclean-generic clean-am
                 distclean-libtool distclean-tags distclean-depend \  
                 distclean-generic clean-am  
         -rm -f libtool          -rm -f libtool
   
 distclean: distclean-am  distclean: distclean-recursive
   
 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \  maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
                 maintainer-clean-compile maintainer-clean-libtool \                  distclean-am
                 maintainer-clean-tags maintainer-clean-depend \  
                 maintainer-clean-generic distclean-am  
         @echo "This command is intended for maintainers to use;"          @echo "This command is intended for maintainers to use;"
         @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-recursive
   
 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \  .PHONY: install-data-recursive uninstall-data-recursive \
 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \  install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 mostlyclean-compile distclean-compile clean-compile \  uninstalldirs-recursive all-recursive check-recursive \
 maintainer-clean-compile mostlyclean-libtool distclean-libtool \  installcheck-recursive info-recursive dvi-recursive \
 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \  mostlyclean-recursive distclean-recursive clean-recursive \
 distclean-tags clean-tags maintainer-clean-tags distdir \  maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 mostlyclean-depend distclean-depend clean-depend \  distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 maintainer-clean-depend info-am info dvi-am dvi check check-am \  dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 installcheck-am installcheck install-exec-am install-exec \  install-exec install-data-am install-data install-am install \
 install-data-am install-data install-am install uninstall-am uninstall \  uninstall-am uninstall all-redirect all-am all installdirs-am \
 all-redirect all-am all installdirs mostlyclean-generic \  installdirs mostlyclean-generic distclean-generic clean-generic \
 distclean-generic clean-generic maintainer-clean-generic clean \  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 mostlyclean distclean maintainer-clean  
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.

Removed from v.1.2  
changed lines
  Added in v.1.11


E-mail: