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

version 1.1, 1999/03/02 15:50:05 version 1.2, 1999/05/17 13:16:53
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  
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>