[gforth] / gforth / wordlibs / Makefile  

gforth: gforth/wordlibs/Makefile

Diff for /gforth/wordlibs/Makefile between version 1.1 and 1.2

version 1.1, Tue Mar 2 15:50:05 1999 UTC version 1.2, Mon May 17 13:16:53 1999 UTC
Line 2 
Line 2 
 GFORTHHOME = ..  GFORTHHOME = ..
   
 include $(GFORTHHOME)/engine/Makefile  include $(GFORTHHOME)/engine/Makefile
   include $(GFORTHHOME)/wordlib.mk
 %.c: %.pri  
         cat $*.h > $@  
         $(GFORTHHOME)/gforth -e "include $(GFORTHHOME)/prims2cl.fs file $< main bye" >> $@  
   
 %.so: %.c  
         $(GCC) -shared -I$(GFORTHHOME) $(CFLAGS) $< -o $@  
   
 unixlib.c: unixlib.pri unixlib.h  
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help