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

version 1.84, 1997/02/09 21:51:38 version 1.85, 1997/02/12 00:25:32
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 \
         cross.fs \          cross.fs \
         errore.fs \          errore.fs \
Line 118  GFORTH_FI_SRC = \ Line 119  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 137  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 252  dist:  $(SOURCES) $(FORTH_GEN0) @KERNEL@ Line 254  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.85


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