--- parser3/src/main/Makefile.in 2001/05/10 17:28:16 1.2 +++ parser3/src/main/Makefile.in 2002/02/07 17:41:36 1.35 @@ -10,8 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.2 2001/05/10 17:28:16 paf Exp $ - SHELL = @SHELL@ @@ -40,7 +38,7 @@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. +top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ @@ -61,10 +59,14 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ +APACHE13 = @APACHE13@ +APACHE_LIBS = @APACHE_LIBS@ AS = @AS@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ @@ -74,22 +76,30 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ +P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ +XML_INCLUDES = @XML_INCLUDES@ +XML_LIBS = @XML_LIBS@ YACC = @YACC@ +charsetsdir = @charsetsdir@ host_os = @host_os@ -INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre -I../libltdl +rootconfigdir = @rootconfigdir@ +sqldriversdir = @sqldriversdir@ + +INCLUDES = -I../types -I../classes -I../sql -I../pcre $(INCLTDL) @XML_INCLUDES@ @DB2_INCLUDES@ 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_db_connection.C pa_db_manager.C pa_db_table.C pa_cache_managers.C pa_charset.C pa_charsets.C ident.C +IDENT_AWK = $(top_srcdir)/src/ident.awk +IDENT_DEPS = *.h *.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/pa_config_auto.h +CONFIG_HEADER = ../../src/include/pa_config_auto.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../include +DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -97,7 +107,9 @@ libmain_a_LIBADD = 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_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_db_connection.o pa_db_manager.o \ +pa_db_table.o pa_cache_managers.o pa_charset.o pa_charsets.o ident.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -112,11 +124,14 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $( TAR = tar GZIP_ENV = --best 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_db_connection.P .deps/pa_db_manager.P \ +.deps/pa_db_table.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_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/untaint.P +.deps/pa_sql_driver_manager.P .deps/pa_string.P \ +.deps/pa_stylesheet_manager.P .deps/pa_table.P .deps/untaint.P SOURCES = $(libmain_a_SOURCES) OBJECTS = $(libmain_a_OBJECTS) @@ -124,7 +139,7 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .C .S .c .lo .o .s $(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) cd $(top_builddir) \ @@ -212,14 +227,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = main +subdir = src/main distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ 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 \ d=$(srcdir); \ if test -d $$d/$$file; then \ @@ -359,11 +374,17 @@ mostlyclean distclean maintainer-clean - - compile.tab.C: compile.y 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. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: