Diff for /parser3/src/main/Makefile.in between versions 1.1 and 1.43

version 1.1, 2001/04/23 15:16:05 version 1.43, 2002/06/24 15:10:20
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 40  pkgdatadir = $(datadir)/@PACKAGE@ Line 38  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
 top_builddir = ..  top_builddir = ../..
   
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
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@
 AS = @AS@  APACHE13 = @APACHE13@
   APACHE_LIBS = @APACHE_LIBS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
 CXX = @CXX@  CXX = @CXX@
 DLLTOOL = @DLLTOOL@  
 INCLTDL = @INCLTDL@  INCLTDL = @INCLTDL@
 LIBADD_DL = @LIBADD_DL@  LIBADD_DL = @LIBADD_DL@
 LIBLTDL = @LIBLTDL@  LIBLTDL = @LIBLTDL@
 LIBTOOL = @LIBTOOL@  
 LIBTOOL_DEPS = @LIBTOOL_DEPS@  
 LN_S = @LN_S@  
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 OBJDUMP = @OBJDUMP@  MIME_INCLUDES = @MIME_INCLUDES@
   MIME_LIBS = @MIME_LIBS@
   P3S = @P3S@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 VERSION = @VERSION@  VERSION = @VERSION@
   XML_INCLUDES = @XML_INCLUDES@
   XML_LIBS = @XML_LIBS@
 YACC = @YACC@  YACC = @YACC@
   charsetsdir = @charsetsdir@
   commentcharset_ = @commentcharset_@
 host_os = @host_os@  host_os = @host_os@
 mysql = @mysql@  mysql_client = @mysql_client@
 INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre  oracle_client = @oracle_client@
   pgsql_client = @pgsql_client@
   sqldriversdir = @sqldriversdir@
   
   INCLUDES = -I../types -I../classes -I../sql -I../lib/pcre $(INCLTDL) @XML_INCLUDES@
   
   noinst_HEADERS = compile_tools.h
 noinst_LIBRARIES = libmain.a  noinst_LIBRARIES = libmain.a
 libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C  libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C pa_dictionary.C pa_stylesheet_manager.C pa_cache_managers.C pa_charset.C pa_charsets.C pa_uue.C ident.C
   
   IDENT_AWK = $(top_srcdir)/src/ident.awk
   IDENT_DEPS = *.h *.C
   
   EXTRA_DIST = compile.y main.dsp
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../include/pa_config_auto.h  CONFIG_HEADER = ../../src/include/pa_config_auto.h
 CONFIG_CLEAN_FILES =   CONFIG_CLEAN_FILES = 
 LIBRARIES =  $(noinst_LIBRARIES)  LIBRARIES =  $(noinst_LIBRARIES)
   
   
 DEFS = @DEFS@ -I. -I$(srcdir) -I../include  DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@  LIBS = @LIBS@
Line 97  libmain_a_LIBADD = Line 109  libmain_a_LIBADD =
 libmain_a_OBJECTS =  compile.o compile.tab.o compile_tools.o execute.o \  libmain_a_OBJECTS =  compile.o compile.tab.o compile_tools.o execute.o \
 pa_array.o pa_common.o pa_exception.o pa_globals.o pa_hash.o pa_pool.o \  pa_array.o pa_common.o pa_exception.o pa_globals.o pa_hash.o pa_pool.o \
 pa_request.o pa_string.o pa_table.o untaint.o pa_dir.o pa_exec.o \  pa_request.o pa_string.o pa_table.o untaint.o pa_dir.o pa_exec.o \
 pa_socks.o pa_sql_driver_manager.o  pa_socks.o pa_sql_driver_manager.o pa_dictionary.o \
   pa_stylesheet_manager.o pa_cache_managers.o pa_charset.o pa_charsets.o \
   pa_uue.o ident.o
 AR = ar  AR = ar
 CXXFLAGS = @CXXFLAGS@  CXXFLAGS = @CXXFLAGS@
 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_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)  CXXLD = $(CXX)
 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@  CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
   HEADERS =  $(noinst_HEADERS)
   
 DIST_COMMON =  Makefile.am Makefile.in  DIST_COMMON =  Makefile.am Makefile.in
   
   
Line 112  DISTFILES = $(DIST_COMMON) $(SOURCES) $( Line 127  DISTFILES = $(DIST_COMMON) $(SOURCES) $(
 TAR = tar  TAR = tar
 GZIP_ENV = --best  GZIP_ENV = --best
 DEP_FILES =  .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \  DEP_FILES =  .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \
 .deps/execute.P .deps/pa_array.P .deps/pa_common.P .deps/pa_dir.P \  .deps/execute.P .deps/ident.P .deps/pa_array.P \
   .deps/pa_cache_managers.P .deps/pa_charset.P .deps/pa_charsets.P \
   .deps/pa_common.P .deps/pa_dictionary.P .deps/pa_dir.P \
 .deps/pa_exception.P .deps/pa_exec.P .deps/pa_globals.P .deps/pa_hash.P \  .deps/pa_exception.P .deps/pa_exec.P .deps/pa_globals.P .deps/pa_hash.P \
 .deps/pa_pool.P .deps/pa_request.P .deps/pa_socks.P \  .deps/pa_pool.P .deps/pa_request.P .deps/pa_socks.P \
 .deps/pa_sql_driver_manager.P .deps/pa_string.P .deps/pa_table.P \  .deps/pa_sql_driver_manager.P .deps/pa_string.P \
   .deps/pa_stylesheet_manager.P .deps/pa_table.P .deps/pa_uue.P \
 .deps/untaint.P  .deps/untaint.P
 SOURCES = $(libmain_a_SOURCES)  SOURCES = $(libmain_a_SOURCES)
 OBJECTS = $(libmain_a_OBJECTS)  OBJECTS = $(libmain_a_OBJECTS)
   
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .C .S .c .lo .o .s  .SUFFIXES: .C .S .c .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 main/Makefile          cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile
   
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
         cd $(top_builddir) \          cd $(top_builddir) \
Line 156  distclean-compile: Line 174  distclean-compile:
   
 maintainer-clean-compile:  maintainer-clean-compile:
   
 .s.lo:  
         $(LIBTOOL) --mode=compile $(COMPILE) -c $<  
   
 .S.lo:  
         $(LIBTOOL) --mode=compile $(COMPILE) -c $<  
   
 mostlyclean-libtool:  
         -rm -f *.lo  
   
 clean-libtool:  
         -rm -rf .libs _libs  
   
 distclean-libtool:  
   
 maintainer-clean-libtool:  
   
 libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES)  libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES)
         -rm -f libmain.a          -rm -f libmain.a
         $(AR) cru libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)          $(AR) cru libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)
         $(RANLIB) libmain.a          $(RANLIB) libmain.a
 .C.o:  .C.o:
         $(CXXCOMPILE) -c $<          $(CXXCOMPILE) -c $<
 .C.lo:  
         $(LTCXXCOMPILE) -c $<  
   
 tags: TAGS  tags: TAGS
   
Line 212  maintainer-clean-tags: Line 212  maintainer-clean-tags:
   
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
   
 subdir = main  subdir = src/main
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         here=`cd $(top_builddir) && pwd`; \          here=`cd $(top_builddir) && pwd`; \
         top_distdir=`cd $(top_distdir) && pwd`; \          top_distdir=`cd $(top_distdir) && pwd`; \
         distdir=`cd $(distdir) && pwd`; \          distdir=`cd $(distdir) && pwd`; \
         cd $(top_srcdir) \          cd $(top_srcdir) \
           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu main/Makefile            && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/main/Makefile
         @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
Line 300  install-am: all-am Line 300  install-am: all-am
 install: install-am  install: install-am
 uninstall-am:  uninstall-am:
 uninstall: uninstall-am  uninstall: uninstall-am
 all-am: Makefile $(LIBRARIES)  all-am: Makefile $(LIBRARIES) $(HEADERS)
 all-redirect: all-am  all-redirect: all-am
 install-strip:  install-strip:
         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
Line 317  distclean-generic: Line 317  distclean-generic:
   
 maintainer-clean-generic:  maintainer-clean-generic:
 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \  mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \                  mostlyclean-tags mostlyclean-depend mostlyclean-generic
                 mostlyclean-generic  
   
 mostlyclean: mostlyclean-am  mostlyclean: mostlyclean-am
   
 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \  clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
                 clean-depend clean-generic mostlyclean-am                  clean-generic mostlyclean-am
   
 clean: clean-am  clean: clean-am
   
 distclean-am:  distclean-noinstLIBRARIES distclean-compile \  distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                 distclean-libtool distclean-tags distclean-depend \                  distclean-tags distclean-depend distclean-generic \
                 distclean-generic clean-am                  clean-am
         -rm -f libtool  
   
 distclean: distclean-am  distclean: distclean-am
   
 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \  maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                 maintainer-clean-compile maintainer-clean-libtool \                  maintainer-clean-compile maintainer-clean-tags \
                 maintainer-clean-tags maintainer-clean-depend \                  maintainer-clean-depend maintainer-clean-generic \
                 maintainer-clean-generic distclean-am                  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."
   
Line 346  maintainer-clean: maintainer-clean-am Line 344  maintainer-clean: maintainer-clean-am
 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \  .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \  clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 mostlyclean-compile distclean-compile clean-compile \  mostlyclean-compile distclean-compile clean-compile \
 maintainer-clean-compile mostlyclean-libtool distclean-libtool \  maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \  clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 distclean-tags clean-tags maintainer-clean-tags distdir \  distclean-depend clean-depend maintainer-clean-depend info-am info \
 mostlyclean-depend distclean-depend clean-depend \  dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 maintainer-clean-depend info-am info dvi-am dvi check check-am \  install-exec install-data-am install-data install-am install \
 installcheck-am installcheck install-exec-am install-exec \  uninstall-am uninstall all-redirect all-am all installdirs \
 install-data-am install-data install-am install uninstall-am uninstall \  mostlyclean-generic distclean-generic clean-generic \
 all-redirect all-am all installdirs mostlyclean-generic \  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 distclean-generic clean-generic maintainer-clean-generic clean \  
 mostlyclean distclean maintainer-clean  
   
   
   
   
   
 compile.tab.C: compile.y  compile.tab.C: compile.y
         bison -v $< -o $@          bison -v $< -o $@
   
   ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
           rm -f ident.C 
           echo // do not edit. autogenerated by Makefile.am > ident.C.new 
           cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=main >> ident.C.new 
           mv ident.C.new ident.C 
   
 # 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.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.1  
changed lines
  Added in v.1.43


E-mail: