[gforth] / gforth / Attic / Makefile  

gforth: gforth/Attic/Makefile

Diff for /gforth/Attic/Makefile between version 1.5 and 1.6

version 1.5, Fri Jun 17 13:28:31 1994 UTC version 1.6, Thu Jul 7 14:59:19 1994 UTC
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 
Line 80 
                 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 $@


Generate output suitable for use with a patch program
Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help