version 1.5, 1994/06/17 13:28:31
|
version 1.6, 1994/07/07 14:59:19
|
Line 3
|
Line 3
|
RM = echo 'Trying to remove' |
RM = echo 'Trying to remove' |
GCC = gcc |
GCC = gcc |
CC = gcc |
CC = gcc |
SWITCHES = -D_POSIX_VERSION -DDEFAULTBIN='"'$(PWD)'"' #-DUSE_TOS -DUSE_FTOS # -DDIRECT_THREADED |
SWITCHES = -D_POSIX_VERSION -DDEFAULTBIN='"'$(PWD)'"' -DUSE_TOS -DUSE_FTOS # -DDIRECT_THREADED |
CFLAGS = -O4 -Wall -g $(SWITCHES) |
CFLAGS = -O4 -Wall -g $(SWITCHES) |
|
|
#-Xlinker -n puts text and data into the same 256M region |
#-Xlinker -n puts text and data into the same 256M region |
Line 80 primitives.b: primitives
|
Line 80 primitives.b: primitives
|
m4 primitives >$@ |
m4 primitives >$@ |
|
|
primitives.i : primitives.b prims2x.fs |
primitives.i : primitives.b prims2x.fs |
ansforth "include prims2x.fs s\" primitives.b\" ' output-c process-file bye" | awk -f from-cut-here >$@ |
ansforth "include prims2x.fs s\" primitives.b\" ' output-c process-file bye" >$@ |
|
|
prim_labels.i : primitives.b prims2x.fs |
prim_labels.i : primitives.b prims2x.fs |
ansforth "include prims2x.fs s\" primitives.b\" ' output-label process-file bye" | awk -f from-cut-here >$@ |
ansforth "include prims2x.fs s\" primitives.b\" ' output-label process-file bye" >$@ |
|
|
prim_alias.4th: primitives.b prims2x.fs |
prim_alias.4th: primitives.b prims2x.fs |
ansforth "include prims2x.fs s\" primitives.b\" ' output-alias process-file bye" | awk -f from-cut-here >$@ |
ansforth "include prims2x.fs s\" primitives.b\" ' output-alias process-file bye" >$@ |
|
|
aliases.fs: prim_alias.4th |
aliases.fs: prim_alias.4th |
cp prim_alias.4th $@ |
cp prim_alias.4th $@ |