Diff for /gforth/Makefile.in between versions 1.323 and 1.324

version 1.323, 2006/04/09 13:15:27 version 1.324, 2006/04/09 13:52:46
Line 194  EC_SRC = \ Line 194  EC_SRC = \
         ec/shex.fs \          ec/shex.fs \
         ec/builttag.fs \          ec/builttag.fs \
         ec/dotx.fs \          ec/dotx.fs \
         ec/nesting.fs          ec/nesting.fs \
           build-ec.in
   
 GFORTH_FI_SRC = \  GFORTH_FI_SRC = \
         assert.fs \          assert.fs \
Line 415  FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) $( Line 416  FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) $(
 FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)  FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)
 FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi  FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi
 # this is used for antidependences,  # this is used for antidependences,
 FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@   FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@ build-ec
   
 #kernel dependencies  #kernel dependencies
 KERN_DEPS = $(KERN_SRC) kernel/version.fs machpc.fs $(FORTH_GEN0) compat/strcomp.fs  KERN_DEPS = $(KERN_SRC) kernel/version.fs machpc.fs $(FORTH_GEN0) compat/strcomp.fs
Line 928  engine/config.h: stamp-h Line 929  engine/config.h: stamp-h
 stamp-h: engine/config.h.in config.status stamp-h.in  stamp-h: engine/config.h.in config.status stamp-h.in
         ./config.status          ./config.status
   
 Makefile Makedist engine/Makefile gforthmi vmgen machpc.fs doc/version.texi envos.fs:   Makefile.in Makedist.in engine/Makefile.in gforthmi.in vmgen.in machpc.fs.in doc/version.texi.in config.status configure.in envos.fs.in  Makefile Makedist engine/Makefile gforthmi vmgen machpc.fs doc/version.texi envos.fs build-ec:  Makefile.in Makedist.in engine/Makefile.in gforthmi.in vmgen.in machpc.fs.in doc/version.texi.in config.status configure.in envos.fs.in build-ec.in
         ./config.status          ./config.status
   
 config.status: configure  config.status: configure

Removed from v.1.323  
changed lines
  Added in v.1.324


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