--- parser3/Makefile.in 2002/01/31 11:11:43 1.2 +++ parser3/Makefile.in 2002/12/09 09:17:45 1.35 @@ -61,21 +61,15 @@ 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@ +MIME_INCLUDES = @MIME_INCLUDES@ +MIME_LIBS = @MIME_LIBS@ P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -84,19 +78,24 @@ 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 = operators.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 +configure configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -120,34 +119,6 @@ config.status: $(srcdir)/configure $(CON $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -src/include/pa_config_auto.h: src/include/stamp-h - @if test ! -f $@; then \ - rm -f src/include/stamp-h; \ - $(MAKE) src/include/stamp-h; \ - else :; fi -src/include/stamp-h: $(srcdir)/src/include/pa_config_auto.h.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=src/include/pa_config_auto.h \ - $(SHELL) ./config.status - @echo timestamp > src/include/stamp-h 2> /dev/null -$(srcdir)/src/include/pa_config_auto.h.in: $(srcdir)/src/include/stamp-h.in - @if test ! -f $@; then \ - 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) - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/src/include/stamp-h.in 2> /dev/null - -mostlyclean-hdr: - -clean-hdr: - -distclean-hdr: - -rm -f src/include/pa_config_auto.h - -maintainer-clean-hdr: - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -336,33 +307,32 @@ distclean-generic: -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic +mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive -clean-am: clean-hdr clean-tags clean-generic mostlyclean-am +clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive -distclean-am: distclean-hdr distclean-tags distclean-generic clean-am - -rm -f libtool +distclean-am: distclean-tags distclean-generic clean-am distclean: distclean-recursive -rm -f config.status -maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ - maintainer-clean-generic distclean-am +maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ + distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive -rm -f config.status -.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ -install-data-recursive uninstall-data-recursive install-exec-recursive \ -uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ -all-recursive check-recursive installcheck-recursive info-recursive \ -dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ +.PHONY: install-data-recursive uninstall-data-recursive \ +install-exec-recursive uninstall-exec-recursive installdirs-recursive \ +uninstalldirs-recursive all-recursive check-recursive \ +installcheck-recursive info-recursive dvi-recursive \ +mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ @@ -375,6 +345,28 @@ maintainer-clean-generic clean mostlycle libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck +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: