| 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 \ |
| @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 |
| |
|
| 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 >$@ |