[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.28 and 1.29

version 1.28, Thu Jul 6 15:57:23 1995 UTC version 1.29, Tue Jul 25 15:28:02 1995 UTC
Line 28 
Line 28 
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
 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
 CFLAGS  = @DEBUGFLAG@ -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(datadir)/gforth/$(VERSION):$(libdir)/gforth/$(VERSION):.\"  CFLAGS  = @DEBUGFLAG@ -pipe -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(datadir)/gforth/$(VERSION):$(libdir)/gforth/$(VERSION):.\"
   
 #John Wavrik should use -Xlinker -N to get a writable text (executable)  #John Wavrik should use -Xlinker -N to get a writable text (executable)
 LDFLAGS =  @DEBUGFLAG@ @LDFLAGS@ @GCCLDFLAGS@  LDFLAGS =  @DEBUGFLAG@ @LDFLAGS@ @GCCLDFLAGS@


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help