--- parser3/Makefile.in 2002/01/31 11:11:43 1.2 +++ parser3/Makefile.in 2002/02/22 11:09:12 1.8 @@ -61,21 +61,13 @@ 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@ LIBLTDL = @LIBLTDL@ -LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ -LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ -OBJDUMP = @OBJDUMP@ P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -89,14 +81,16 @@ rootconfigdir = @rootconfigdir@ sqldriversdir = @sqldriversdir@ SUBDIRS = src etc + +EXTRA_DIST = asm.txt form.txt lang.txt operators.txt sql.txt types.txt parser3.dsw ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./src/include/pa_config_auto.h CONFIG_CLEAN_FILES = DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess config.sub \ -configure configure.in install-sh ltconfig ltmain.sh missing \ -mkinstalldirs src/include/pa_config_auto.h.in src/include/stamp-h.in +Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 config.guess \ +config.sub configure configure.in install-sh missing mkinstalldirs \ +src/include/pa_config_auto.h.in src/include/stamp-h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -135,7 +129,7 @@ $(srcdir)/src/include/pa_config_auto.h.i rm -f $(srcdir)/src/include/stamp-h.in; \ $(MAKE) $(srcdir)/src/include/stamp-h.in; \ else :; fi -$(srcdir)/src/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/src/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h cd $(top_srcdir) && $(AUTOHEADER) @echo timestamp > $(srcdir)/src/include/stamp-h.in 2> /dev/null @@ -345,7 +339,6 @@ clean-am: clean-hdr clean-tags clean-ge clean: clean-recursive distclean-am: distclean-hdr distclean-tags distclean-generic clean-am - -rm -f libtool distclean: distclean-recursive -rm -f config.status @@ -375,6 +368,10 @@ maintainer-clean-generic clean mostlycle libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck +cvsupdate: + cvs update + $(MAKE) + # 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: