| siteforthdir=$(datadir)/gforth/site-forth |
siteforthdir=$(datadir)/gforth/site-forth |
| |
|
| CVSDIRS = CVS engine/CVS kernel/CVS doc/CVS asm/CVS ec/CVS test/CVS \ |
CVSDIRS = CVS engine/CVS kernel/CVS doc/CVS asm/CVS ec/CVS test/CVS \ |
| compat/CVS \ |
compat/CVS unix/CVS \ |
| arch/CVS arch/generic/CVS arch/m68k/CVS arch/mips/CVS \ |
arch/CVS arch/generic/CVS arch/m68k/CVS arch/mips/CVS \ |
| arch/386/CVS arch/hppa/CVS arch/sparc/CVS arch/power/CVS \ |
arch/386/CVS arch/hppa/CVS arch/sparc/CVS arch/power/CVS \ |
| arch/alpha/CVS arch/4stack/CVS arch/misc/CVS arch/6502/CVS \ |
arch/alpha/CVS arch/4stack/CVS arch/misc/CVS arch/6502/CVS \ |
| arch/8086/CVS arch/avr/CVS arch/c165/CVS arch/h8/CVS \ |
arch/8086/CVS arch/avr/CVS arch/c165/CVS arch/h8/CVS \ |
| arch/shboom/CVS arch/ia64/CVS |
arch/shboom/CVS arch/sharc/CVS arch/ia64/CVS |
| |
|
| INCLUDES = engine/forth.h engine/threaded.h engine/io.h |
INCLUDES = engine/forth.h engine/threaded.h engine/io.h |
| |
|
| kernel/int.fs \ |
kernel/int.fs \ |
| kernel/comp.fs \ |
kernel/comp.fs \ |
| kernel/io.fs \ |
kernel/io.fs \ |
| |
kernel/input.fs \ |
| kernel/license.fs \ |
kernel/license.fs \ |
| kernel/nio.fs \ |
kernel/nio.fs \ |
| kernel/saccept.fs \ |
kernel/saccept.fs \ |
| code.fs colorize.fs comp-i.fs \ |
code.fs colorize.fs comp-i.fs \ |
| doskey.fs ds2texi.fs \ |
doskey.fs ds2texi.fs \ |
| envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \ |
envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \ |
| glosgen.fs gray.fs httpd.fs \ |
glosgen.fs gray.fs httpd.fs proxy.fs \ |
| make-app.fs doc/makedoc.fs \ |
make-app.fs doc/makedoc.fs \ |
| more.fs other.fs prims2x.fs random.fs \ |
more.fs other.fs prims2x.fs random.fs \ |
| table.fs string.fs \ |
table.fs string.fs \ |
| 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 \ |
moofglos.fs \ |
| add.fs lib.fs sieve.fs |
add.fs lib.fs sieve.fs unix/socket.fs |
| |
|
| COMPAT = compat/README \ |
COMPAT = compat/README \ |
| compat/anslocal.fs \ |
compat/anslocal.fs \ |
| arch/shboom/prim.fs \ |
arch/shboom/prim.fs \ |
| arch/shboom/dis2.fs \ |
arch/shboom/dis2.fs \ |
| arch/shboom/sh.p \ |
arch/shboom/sh.p \ |
| arch/shboom/doers.fs |
arch/shboom/doers.fs \ |
| |
arch/sharc/mach.fs \ |
| # arch/sharc/mach.fs \ |
arch/sharc/machine.h \ |
| # arch/sharc/machine.h \ |
arch/sharc/compile.sharc \ |
| # arch/sharc/compile.sharc \ |
arch/sharc/unistd.h \ |
| # arch/sharc/unistd.h \ |
arch/sharc/systypes.h \ |
| # arch/sharc/systypes.h \ |
arch/sharc/types.h \ |
| # arch/sharc/types.h \ |
arch/sharc/g21k-3.3.4-bp1.diff |
| # arch/sharc/g21k-3.3.4-bp1.diff |
|
| |
|
| SOURCES = $(CVSDIRS) compat Makefile.in Makedist.in engine/Makefile.in gforthmi.in \ |
SOURCES = $(CVSDIRS) compat Makefile.in Makedist.in engine/Makefile.in gforthmi.in \ |
| configure.in configure config.sub config.guess elisp-comp missing \ |
configure.in configure config.sub config.guess elisp-comp missing \ |