File:  [gforth] / gforth / netlib / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs
Mon May 17 13:29:55 1999 UTC (24 years, 11 months ago) by jwilke
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Moved netlib stuff to extra directory, because I need a configure
script for it.

    1: 
    2: GFORTHHOME = ..
    3: 
    4: LIBS = @LIBS@
    5: 
    6: include $(GFORTHHOME)/engine/Makefile
    7: include $(GFORTHHOME)/wordlib.mk
    8: 
    9: distclean: clean
   10: 	rm -rf config.log config.status config.cache Makefile
   11: 

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