[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.237 and 1.238

version 1.237, Fri Dec 27 15:51:28 2002 UTC version 1.238, Sat Dec 28 17:18:26 2002 UTC
Line 170 
Line 170 
         kernel/saccept.fs \          kernel/saccept.fs \
         kernel/doers.fs \          kernel/doers.fs \
         kernel/getdoers.fs \          kernel/getdoers.fs \
         kernel/pass.fs          kernel/pass.fs \
           kernel/groups.fs
   
 EC_SRC = \  EC_SRC = \
         asm/README \          asm/README \
Line 368 
Line 369 
 FORTH_GEN_ENGINE=engine/prim.i engine/prim_lab.i engine/prim_names.i \  FORTH_GEN_ENGINE=engine/prim.i engine/prim_lab.i engine/prim_names.i \
         engine/prim_superend.i engine/peephole.i engine/profile.i \          engine/prim_superend.i engine/peephole.i engine/profile.i \
         engine/prim_num.i          engine/prim_num.i
 FORTH_GEN0 = prim.b $(FORTH_GEN_ENGINE) kernel/aliases.fs kernel/prim.fs  FORTH_GEN0 = prim.b $(FORTH_GEN_ENGINE) kernel/aliases.fs kernel/prim.fs kernel/groups.fs
 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@
Line 555 
Line 556 
                 make checkone ENGINE="./gforth-fast --no-dynamic" &>/dev/null                  make checkone ENGINE="./gforth-fast --no-dynamic" &>/dev/null
                 make checkone ENGINE="./gforth" &>/dev/null                  make checkone ENGINE="./gforth" &>/dev/null
                 make checkone ENGINE="./gforth-fast" &>/dev/null                  make checkone ENGINE="./gforth-fast" &>/dev/null
                   @echo "*** Check successful ***"
   
 checkone test:  gforth$(EXE) gforth.fi  checkone test:  gforth$(EXE) gforth.fi
                 $(FORTH) test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs -e bye | diff -c - $(srcdir)/test/coretest.out                  $(FORTH) test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs -e bye | diff -c - $(srcdir)/test/coretest.out
Line 693 
Line 695 
                 $(CP) $@- $@                  $(CP) $@- $@
                 $(RM) $@-                  $(RM) $@-
   
   kernel/groups.fs:       engine/prim_lab.i
           grep GROUP $< | cut -f2 -d, | sed -e 's/)/ ,/g' >$@
   
 engine/prim_num.i:      prim.b prims2x.fs  engine/prim_num.i:      prim.b prims2x.fs
                 $(FORTHP) prims2x.fs -e "c-flag on s\" prim.b\" ' output-c-prim-num ' noop process-file bye" >$@                  $(FORTHP) prims2x.fs -e "c-flag on s\" prim.b\" ' output-c-prim-num ' noop process-file bye" >$@
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help