|
|
| File: [Development] / inventor / libFL / src / Attic / Makefile (download)
Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:56:26 2000 UTC (17 years, 2 months ago) by naaman
Initial check-in based on 2.1.5 (SGI IRIX) source tree. |
#!smake # # Makefile for libFL # # $Header: /oss/CVS/cvs/inventor/libFL/src/Attic/Makefile,v 1.1.1.1 2000/08/15 12:56:26 naaman Exp $ # # This merely exists as a placeholder for now until if/when we can # get clearance to release to source to this. Right now a static # version of the library is provided as a binary so that apps can # compile and work. # DEPTH=. all:: libFL.a install: libFL.a @mkdir -p $(IVROOT)/usr/lib @cp libFL.a $(IVROOT)/usr/lib clean clobber: rm -f $(IVROOT)/usr/lib/libFL.a