Diff for /parser3/src/Makefile.in between versions 1.14 and 1.20

version 1.14, 2001/08/31 15:35:34 version 1.20, 2001/09/25 09:36:51
Line 75  OBJDUMP = @OBJDUMP@ Line 75  OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 VERSION = @VERSION@  VERSION = @VERSION@
   XML_INCLUDES = @XML_INCLUDES@
   XML_LIBS = @XML_LIBS@
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   
 SUBDIRS = classes types main libltdl pcre targets  SUBDIRS = classes types main libltdl pcre 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 92  install-sh ltconfig ltmain.sh missing mk Line 95  install-sh ltconfig ltmain.sh missing mk
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   
 TAR = tar  TAR = gtar
 GZIP_ENV = --best  GZIP_ENV = --best
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
Line 274  distdir: $(DISTFILES) Line 277  distdir: $(DISTFILES)
         @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pr $$/$$file $(distdir)/$$file; \              cp -pr $$d/$$file $(distdir)/$$file; \
           else \            else \
             test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
Line 362  uninstall-am uninstall all-redirect all- Line 365  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
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # 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.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.14  
changed lines
  Added in v.1.20


E-mail: