Annotation of gforth/wordlibs/Makefile, revision 1.1

1.1     ! jwilke      1: 
        !             2: GFORTHHOME = ..
        !             3: 
        !             4: include $(GFORTHHOME)/engine/Makefile
        !             5: 
        !             6: %.c: %.pri
        !             7:        cat $*.h > $@
        !             8:        $(GFORTHHOME)/gforth -e "include $(GFORTHHOME)/prims2cl.fs file $< main bye" >> $@
        !             9: 
        !            10: %.so: %.c
        !            11:        $(GCC) -shared -I$(GFORTHHOME) $(CFLAGS) $< -o $@
        !            12: 
        !            13: unixlib.c: unixlib.pri unixlib.h
        !            14: 

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