Diff for /gforth/Makefile.in between versions 1.267 and 1.268

version 1.267, 2003/05/15 18:43:15 version 1.268, 2003/07/14 20:57:06
Line 357  SOURCES = $(CVSDIRS) compat Makefile.in Line 357  SOURCES = $(CVSDIRS) compat Makefile.in
         versions.bsh \          versions.bsh \
         configure.cmd mkos2mf.sed os2conf.h makefile.os2 engine/makefile.os2 \          configure.cmd mkos2mf.sed os2conf.h makefile.os2 engine/makefile.os2 \
         gforthmi.cmd glosgen.glo doc/glossaries.doc \          gforthmi.cmd glosgen.glo doc/glossaries.doc \
         $(INCLUDES) $(FORTH_SRC) $(COMPAT) $(VMGEN_EX) $(VMGEN_EX2) \          $(INCLUDES) $(FORTH_SRC) $(COMPAT) $(VMGEN_EX) \
         timings.sc \          timings.sc \
         test/coretest.out test/checkans.out          test/coretest.out test/checkans.out
   
Line 589  onebench: Line 589  onebench:
   
 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:"
                 @$(MAKE) onebench ENGINE_FAST="gforth-fast --dynamic"                  @$(MAKE) onebench ENGINE_FAST="./gforth-fast --dynamic"
                 @echo "*** gforth-fast not dynamic:"                  @echo "*** gforth-fast not dynamic:"
                 @$(MAKE) onebench ENGINE_FAST="gforth-fast --no-dynamic"                  @$(MAKE) onebench ENGINE_FAST="./gforth-fast --no-dynamic"
                 @echo "*** gforth dynamic:"                  @echo "*** gforth dynamic:"
                 @$(MAKE) onebench ENGINE_FAST="gforth --dynamic"                  @$(MAKE) onebench ENGINE_FAST="./gforth --dynamic"
                 @echo "*** gforth not dynamic:"                  @echo "*** gforth not dynamic:"
                 @$(MAKE) onebench ENGINE_FAST="gforth --no-dynamic"                  @$(MAKE) onebench ENGINE_FAST="./gforth --no-dynamic"
                 @echo "*** gforth-itc:"                  @echo "*** gforth-itc:"
                 @$(MAKE) onebench ENGINE_FAST=gforth-itc                  @$(MAKE) onebench ENGINE_FAST=./gforth-itc
                 @echo "*** gforth-ditc:"                  @echo "*** gforth-ditc:"
                 @$(MAKE) onebench ENGINE_FAST=gforth-ditc                  @$(MAKE) onebench ENGINE_FAST=./gforth-ditc
   
 # ------------- Make forth images  # ------------- Make forth images
   

Removed from v.1.267  
changed lines
  Added in v.1.268


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