--- parser3/src/Makefile.in 2001/10/15 12:12:36 1.29 +++ parser3/src/Makefile.in 2001/11/22 09:59:38 1.38 @@ -60,11 +60,13 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ APACHE13 = @APACHE13@ +APACHE_LIBS = @APACHE_LIBS@ AS = @AS@ AWK = @AWK@ CC = @CC@ -CPP_LIBS = @CPP_LIBS@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ @@ -72,7 +74,6 @@ LIBLTDL = @LIBLTDL@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ -MATH_LIBS = @MATH_LIBS@ OBJDUMP = @OBJDUMP@ P3S = @P3S@ PACKAGE = @PACKAGE@ @@ -83,7 +84,8 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ host_os = @host_os@ -SUBDIRS = classes types main libltdl pcre targets +SUBDIRS = libltdl pcre main types classes targets + LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -367,7 +369,6 @@ uninstall-am uninstall all-redirect all- installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean - libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck