Diff for /parser3/src/Makefile.in between versions 1.25 and 1.38

version 1.25, 2001/10/11 08:00:29 version 1.38, 2001/11/22 09:59:38
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@
 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 81  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
Line 96  install-sh ltconfig ltmain.sh missing mk Line 99  install-sh ltconfig ltmain.sh missing mk
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   
 TAR = gtar  TAR = tar
 GZIP_ENV = --best  GZIP_ENV = --best
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
Line 278  distdir: $(DISTFILES) Line 281  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 $$d/$$file $(distdir)/$$file; \              cp -pr $$/$$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 \

Removed from v.1.25  
changed lines
  Added in v.1.38


E-mail: