[gforth] / gforth / vmgen-ex / Makefile  

gforth: gforth/vmgen-ex/Makefile

Diff for /gforth/vmgen-ex/Makefile between version 1.2 and 1.3

version 1.2, Sun Apr 29 11:48:21 2001 UTC version 1.3, Sun Apr 29 18:41:58 2001 UTC
Line 22 
Line 22 
 YACC=bison  YACC=bison
 #YACC=yacc  #YACC=yacc
 VMGEN=vmgen  VMGEN=vmgen
 GCC=gcc -g -Wall  GCC=gcc -O3 -fomit-frame-pointer -Wall
 CC=$(GCC)  CC=$(GCC)
   
 mini: mini.tab.o support.o peephole.o profile.o disasm.o engine.o engine-debug.o  mini: mini.tab.o support.o peephole.o profile.o disasm.o engine.o engine-debug.o


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help