|
|
| File: [Development] / projects / inventor / libFL / GNUmakefile (download)
Revision 1.3, Thu May 17 20:57:20 2001 UTC (16 years, 5 months ago) by jlim
Prevent libFL build errors on non-Linux systems. |
IVDEPTH = .. include $(IVDEPTH)/make/ivcommondefs SUBDIRS = src ifdef FREETYPE SUBDIRS = freetype endif all install: link $(SUBDIRS_MAKERULE) link: if [ ! -L freetype ]; then ln -fs ang freetype; fi COMMONPREF = xxx $(COMMONTARGS): %: $(COMMONPREF)% $(SUBDIRS_MAKERULE) include $(IVCOMMONRULES)