--- parser3/Makefile.in 2003/01/09 16:48:14 1.43 +++ parser3/Makefile.in 2004/04/05 09:29:21 1.57.4.1 @@ -41,7 +41,6 @@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APACHE13 = @APACHE13@ -APACHE_LIBS = @APACHE_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -51,21 +50,21 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@ COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@ +CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CPP_LIBS = @CPP_LIBS@ CXX = @CXX@ -CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ -DO_NOT_LINK_LIBSTDCPP_FALSE = @DO_NOT_LINK_LIBSTDCPP_FALSE@ -DO_NOT_LINK_LIBSTDCPP_TRUE = @DO_NOT_LINK_LIBSTDCPP_TRUE@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GC_LIBS = @GC_LIBS@ INCLTDL = @INCLTDL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -113,7 +112,6 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -charsetsdir = @charsetsdir@ commentcharset_koi8r = @commentcharset_koi8r@ commentcharset_windows1250 = @commentcharset_windows1250@ commentcharset_windows1251 = @commentcharset_windows1251@ @@ -141,13 +139,12 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ -sqldriversdir = @sqldriversdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = src etc bin -EXTRA_DIST = operators.txt parser3.dsw +EXTRA_DIST = operators.txt parser3.sln subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -524,9 +521,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -libtool: $(LIBTOOL_DEPS) - $(SHELL) ./config.status --recheck - update: cvs update $(MAKE) @@ -538,13 +532,13 @@ commit: # thus causing redundant remaking: # aclocal+autoconf+automake - cvs commit -m "no message" -f acinclude.m4 - cvs commit -m "no message" -f acconfig.h - cvs commit -m "no message" -f aclocal.m4 - cvs commit -m "no message" -f Makefile.am - cvs commit -m "no message" -f Makefile.in - cvs commit -m "no message" -f configure.in - cvs commit -m "no message" -f configure + cvs commit -m "$(m)" -f acsite.m4 + cvs commit -m "$(m)" -f acinclude.m4 + cvs commit -m "$(m)" -f aclocal.m4 + cvs commit -m "$(m)" -f Makefile.am + cvs commit -m "$(m)" -f Makefile.in + cvs commit -m "$(m)" -f configure.in + cvs commit -m "$(m)" -f configure cvs commit