--- parser3/Makefile.in 2002/02/22 10:11:29 1.7 +++ parser3/Makefile.in 2002/12/09 09:17:45 1.35 @@ -68,6 +68,8 @@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ LIBLTDL = @LIBLTDL@ MAKEINFO = @MAKEINFO@ +MIME_INCLUDES = @MIME_INCLUDES@ +MIME_LIBS = @MIME_LIBS@ P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -76,13 +78,17 @@ XML_INCLUDES = @XML_INCLUDES@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ charsetsdir = @charsetsdir@ +commentcharset_ = @commentcharset_@ +dll_extension = @dll_extension@ host_os = @host_os@ -rootconfigdir = @rootconfigdir@ +mysql_client = @mysql_client@ +oracle_client = @oracle_client@ +pgsql_client = @pgsql_client@ sqldriversdir = @sqldriversdir@ -SUBDIRS = src etc +SUBDIRS = src etc bin -EXTRA_DIST = asm.txt form.txt lang.txt operators.txt sql.txt types.txt parser3.dsw +EXTRA_DIST = operators.txt parser3.dsw ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./src/include/pa_config_auto.h @@ -339,10 +345,28 @@ maintainer-clean-generic clean mostlycle libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -cvsupdate: +update: cvs update $(MAKE) +commit: + # trick to make 'make' happy at check out time + # without this aclocal.m4 never updates + # and becomes older than it's prerequisities + # 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 + + cvs commit + +happy: update install-exec + # 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: