[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.239 and 1.240

version 1.239, Tue Dec 31 15:05:58 2002 UTC version 1.240, Thu Jan 2 21:40:22 2003 UTC
Line 574 
Line 574 
                 time $(FORTH_FAST) matrix.fs -e "main bye"                  time $(FORTH_FAST) matrix.fs -e "main bye"
                 time $(FORTH_FAST) fib.fs -e "main bye"                  time $(FORTH_FAST) fib.fs -e "main bye"
   
   onebench:
                   @\time -f "siev   %U" $(FORTH_FAST) siev.fs -e "main bye"
                   @\time -f "bubble %U" $(FORTH_FAST) -e "warnings off" bubble.fs -e "main bye"
                   @\time -f "matrix %U" $(FORTH_FAST) matrix.fs -e "main bye"
                   @\time -f "fib    %U" $(FORTH_FAST) fib.fs -e "main bye"
   
   all-bench:      gforth-fast$(EXE) gforth$(EXE) gforth-itc$(EXE) gforth-ditc$(EXE) gforth.fi
                   @echo "*** gforth-fast dynamic:"
                   @make onebench ENGINE_FAST="gforth-fast --dynamic"
                   @echo "*** gforth-fast not dynamic:"
                   @make onebench ENGINE_FAST="gforth-fast --no-dynamic"
                   @echo "*** gforth dynamic:"
                   @make onebench ENGINE_FAST="gforth --dynamic"
                   @echo "*** gforth not dynamic:"
                   @make onebench ENGINE_FAST="gforth --no-dynamic"
                   @echo "*** gforth-itc:"
                   @make onebench ENGINE_FAST=gforth-itc
                   @echo "*** gforth-ditc:"
                   @make onebench ENGINE_FAST=gforth-ditc
   
 # ------------- Make forth images  # ------------- Make forth images
   
 # How to make new images:  # How to make new images:


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help