[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.340 and 1.341

version 1.340, Sat Feb 17 16:23:06 2007 UTC version 1.341, Fri Feb 23 16:43:05 2007 UTC
Line 263 
Line 263 
         bubble.fs siev.fs matrix.fs fib.fs \          bubble.fs siev.fs matrix.fs fib.fs \
         oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \          oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \
         moofglos.fs fixpath.fs \          moofglos.fs fixpath.fs \
         add.fs lib.fs oldlib.fs fflib.fs libffi.fs sieve.fs unix/socket.fs          add.fs lib.fs oldlib.fs fflib.fs libffi.fs sieve.fs unix/socket.fs \
           endtry-iferror.fs recover-endtry.fs
   
 COMPAT = compat/README \  COMPAT = compat/README \
         compat/anslocal.fs \          compat/anslocal.fs \
Line 660 
Line 661 
                 time $(FORTH_FAST) fib.fs -e "main bye"                  time $(FORTH_FAST) fib.fs -e "main bye"
   
 onebench:  onebench:
                 @\time -f "siev   %U" $(FORTH_FAST) siev.fs -e "main bye"                  @echo 'sieve bubble matrix  fib'
                 @\time -f "bubble %U" $(FORTH_FAST) -e "warnings off" bubble.fs -e "main bye"                  @echo -n " "`\time 2>&1 -f "%U" $(FORTH_FAST) siev.fs -e "main bye"`
                 @\time -f "matrix %U" $(FORTH_FAST) matrix.fs -e "main bye"                  @echo -n "  "`\time 2>&1 -f "%U" $(FORTH_FAST) -e "warnings off" bubble.fs -e "main bye"`
                 @\time -f "fib    %U" $(FORTH_FAST) fib.fs -e "main bye"                  @echo -n "   "`\time 2>&1 -f "%U" $(FORTH_FAST) matrix.fs -e "main bye"`
                   @echo "  "`\time 2>&1 -f "%U" $(FORTH_FAST) fib.fs -e "main bye"`
   
 all-bench:      gforth-fast$(EXE) gforth$(EXE) gforth-itc$(EXE) gforth-ditc$(EXE) gforth.fi  all-bench:      gforth-fast$(EXE) gforth$(EXE) gforth-itc$(EXE) gforth-ditc$(EXE) gforth.fi
                 @echo "*** gforth-fast dynamic:"                  @echo "*** gforth-fast dynamic:"


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help