[gforth] / gforth / Attic / makefile.dos  

gforth: gforth/Attic/makefile.dos

Diff for /gforth/Attic/makefile.dos between version 1.4 and 1.5

version 1.4, Sun Aug 27 19:56:36 1995 UTC version 1.5, Tue Aug 29 21:07:36 1995 UTC
Line 25 
Line 25 
 TEXI2HTML = texi2html  TEXI2HTML = texi2html
 MAKEINFO = makeinfo  MAKEINFO = makeinfo
 XCFLAGS = -fforce-mem -fforce-addr -fomit-frame-pointer  XCFLAGS = -fforce-mem -fforce-addr -fomit-frame-pointer
 XDEFINES =  -DSIZEOF_CHAR_P=4 -DHAVE_LIBM=1 -DHAVE_RINT=1 -DHAVE_EXPM1=1 -DHAVE_LOG1P=1  XDEFINES =
 SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions  SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions
 ENGINE_FLAGS =  -fno-defer-pop -fcaller-saves  ENGINE_FLAGS =  -fno-defer-pop -fcaller-saves
 DEBUGFLAG =  DEBUGFLAG =
 CFLAGS  = -pipe -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(datadir)/gforth/$(VERSION):$(libdir)/gforth/$(VERSION):.\"  CFLAGS  = -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\".\"
   
 #John Wavrik should use -Xlinker -N to get a writable text (executable)  #John Wavrik should use -Xlinker -N to get a writable text (executable)
 XLDFLAGS =  XLDFLAGS =
Line 81 
Line 81 
   
 GEN = gforth  GEN = gforth
   
 OBJECTS = engine.o io.o main.o ecvt.o select.o getopt.o getopt1.o  OBJECTS = engine.o main.o ecvt.o select.o getopt.o getopt1.o
   
 # things that need a working forth system to be generated  # things that need a working forth system to be generated
 FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs  FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help