Diff for /gforth/Makefile.in between versions 1.31 and 1.33

version 1.31, 1995/09/06 21:00:09 version 1.33, 1995/10/07 17:38:10
Line 19  GCC = gcc Line 19  GCC = gcc
 CC      = $(GCC)  CC      = $(GCC)
 FORTH   = ./gforth  FORTH   = ./gforth
 STRIP   = strip  STRIP   = strip
 TEXI2DVI = tex  TEXI2DVI = texi2dvi
 DVI2PS  = dvips  DVI2PS  = dvips
 #you can get texi2html from http://asis01.cern.ch/infohtml/texi2html.html  #you can get texi2html from http://asis01.cern.ch/infohtml/texi2html.html
 TEXI2HTML = texi2html  TEXI2HTML = texi2html
Line 55  KERN_SRC = main.fs search-order.fs cross Line 55  KERN_SRC = main.fs search-order.fs cross
         errore.fs kernal.fs version.fs extend.fs tools.fs toolsext.fs          errore.fs kernal.fs version.fs extend.fs tools.fs toolsext.fs
   
 FORTH_SRC = anslocal.fs add.fs assert.fs ansi.fs blocks.fs bufio.fs checkans.fs \  FORTH_SRC = anslocal.fs add.fs assert.fs ansi.fs blocks.fs bufio.fs checkans.fs \
         colorize.fs cross.fs debug.fs debugging.fs doskey.fs ds2texi.fs \          code.fs colorize.fs cross.fs debug.fs debugging.fs doskey.fs ds2texi.fs \
         dumpimage.fs environ.fs errore.fs etags.fs extend.fs filedump.fs \          dumpimage.fs environ.fs errore.fs etags.fs extend.fs filedump.fs \
         float.fs glocals.fs glosgen.fs gray.fs hash.fs history.fs \          float.fs glocals.fs glosgen.fs gray.fs hash.fs history.fs \
         kernal.fs locals-test.fs look.fs main.fs makedoc.fs \          kernal.fs locals-test.fs look.fs main.fs makedoc.fs \
Line 181  test:  gforth Line 181  test:  gforth
                 @echo 'Expect to see INCORRECT RESULT: { GS1 -> <TRUE> <TRUE> }'                  @echo 'Expect to see INCORRECT RESULT: { GS1 -> <TRUE> <TRUE> }'
                 @echo 'This is a bug of the testing program'                  @echo 'This is a bug of the testing program'
                 $(FORTH) tester.fs coretest.fs -e bye                  $(FORTH) tester.fs coretest.fs -e bye
                 $(FORTH) startup.fs blocks.fs checkans.fs -e bye                  $(FORTH) startup.fs blocks.fs code.fs checkans.fs -e bye
                 @echo 'Expect no differences'                  @echo 'Expect no differences'
                 $(FORTH) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye"| diff -c - primitives.i                  $(FORTH) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye"| diff -c - primitives.i
   
Line 273  version.c: Makefile.in Line 273  version.c: Makefile.in
 doc.fd:         makedoc.fs float.fs search-order.fs glocals.fs environ.fs \  doc.fd:         makedoc.fs float.fs search-order.fs glocals.fs environ.fs \
                  toolsext.fs wordinfo.fs \                   toolsext.fs wordinfo.fs \
                  vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \                   vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \
                  doskey.fs vt100key.fs startup.fs assert.fs debugging.fs                   doskey.fs vt100key.fs startup.fs assert.fs debugging.fs code.fs
                 $(FORTH) -e "s\" doc.fd\"" makedoc.fs startup.fs -e bye                  $(FORTH) -e "s\" doc.fd\"" makedoc.fs startup.fs code.fs -e bye
   
 gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd  gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd
                 $(FORTH) ds2texi.fs >$@                  $(FORTH) ds2texi.fs >$@

Removed from v.1.31  
changed lines
  Added in v.1.33


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