Diff for /parser3/src/Makefile.in between versions 1.26 and 1.37

version 1.26, 2001/10/11 09:29:35 version 1.37, 2001/11/19 08:00:33
Line 60  POST_UNINSTALL = : Line 60  POST_UNINSTALL = :
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 APACHE13 = @APACHE13@  APACHE13 = @APACHE13@
   APACHE_LIBS = @APACHE_LIBS@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
 CPP_LIBS = @CPP_LIBS@  
 CXX = @CXX@  CXX = @CXX@
   DB2_INCLUDES = @DB2_INCLUDES@
   DB2_LIBS = @DB2_LIBS@
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
 INCLTDL = @INCLTDL@  INCLTDL = @INCLTDL@
 LIBADD_DL = @LIBADD_DL@  LIBADD_DL = @LIBADD_DL@
Line 72  LIBLTDL = @LIBLTDL@ Line 74  LIBLTDL = @LIBLTDL@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 MATH_LIBS = @MATH_LIBS@  
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
 P3S = @P3S@  P3S = @P3S@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
Line 83  XML_LIBS = @XML_LIBS@ Line 84  XML_LIBS = @XML_LIBS@
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   
 SUBDIRS = classes types main libltdl pcre targets  SUBDIRS = libltdl pcre main types classes targets
   
 LIBTOOL_DEPS = @LIBTOOL_DEPS@  LIBTOOL_DEPS = @LIBTOOL_DEPS@
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Line 368  uninstall-am uninstall all-redirect all- Line 368  uninstall-am uninstall all-redirect all-
 installdirs mostlyclean-generic distclean-generic clean-generic \  installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
   
   
 libtool: $(LIBTOOL_DEPS)  libtool: $(LIBTOOL_DEPS)
         $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
   

Removed from v.1.26  
changed lines
  Added in v.1.37


E-mail: