Diff for /gforth/Makefile.in between versions 1.84 and 1.86

version 1.84, 1997/02/09 21:51:38 version 1.86, 1997/02/16 20:51:05
Line 86  INCLUDES = forth.h threading.h io.h Line 86  INCLUDES = forth.h threading.h io.h
 KERN_SRC = \  KERN_SRC = \
         aliases0.fs \          aliases0.fs \
         aliases.fs \          aliases.fs \
           args.fs \
         conditionals.fs \          conditionals.fs \
           cond-old.fs \
         cross.fs \          cross.fs \
         errore.fs \          errore.fs \
         files.fs \          files.fs \
Line 118  GFORTH_FI_SRC = \ Line 120  GFORTH_FI_SRC = \
         look.fs \          look.fs \
         search-order.fs \          search-order.fs \
         see.fs \          see.fs \
           see-ext.fs \
         source.fs \          source.fs \
         startup.fs \          startup.fs \
         struct.fs \          struct.fs \
Line 135  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 138  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         doskey.fs ds2texi.fs \          doskey.fs ds2texi.fs \
         etags.fs filedump.fs \          etags.fs filedump.fs \
         glosgen.fs gray.fs \          glosgen.fs gray.fs \
         makedoc.fs \          makedoc.fs comp-image.fs \
         mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs mach64l.fs \          mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs mach64l.fs \
         more.fs other.fs prims2x.fs random.fs \          more.fs other.fs prims2x.fs random.fs \
         sieve.fs \          sieve.fs \
Line 156  SOURCES = CVS compat Makefile.in configu Line 159  SOURCES = CVS compat Makefile.in configu
         ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c atanh.c \          ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c atanh.c \
         strerror.c strsignal.c dblsub.c \          strerror.c strsignal.c dblsub.c \
         INSTALL.DOS makefile.dos mkdosmf.sed configure.bat dosconf.h \          INSTALL.DOS makefile.dos mkdosmf.sed configure.bat dosconf.h \
         startup.dos history.dos \          startup.dos history.dos mkinstalldirs \
         configure.cmd mkos2mf.sed os2conf.h makefile.os2 \          configure.cmd mkos2mf.sed os2conf.h makefile.os2 \
         glosgen.glo glossaries.doc \          glosgen.glo glossaries.doc \
         $(INCLUDES) $(FORTH_SRC)          $(INCLUDES) $(FORTH_SRC)
Line 252  dist:  $(SOURCES) $(FORTH_GEN0) @KERNEL@ Line 255  dist:  $(SOURCES) $(FORTH_GEN0) @KERNEL@
 dosdist:        $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)  dosdist:        $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)
                 -$(RMTREE) gforth.$(DOSVERSION)                  -$(RMTREE) gforth.$(DOSVERSION)
                 mkdir gforth.$(DOSVERSION)                  mkdir gforth.$(DOSVERSION)
                 $(CP) -rp $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) gforth.$(DOSVERSION)                  $(CP) -rp $(SOURCES) $(FORTH_GEN) $(DOCDIST) gforth.$(DOSVERSION)
                 zip -r9 gforth.zip gforth.$(DOSVERSION)/*                  zip -r9 gforth.zip gforth.$(DOSVERSION)/*
                 -$(RMTREE) gforth.$(DOSVERSION)                  -$(RMTREE) gforth.$(DOSVERSION)
   

Removed from v.1.84  
changed lines
  Added in v.1.86


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>