|
|
| File: [Development] / projects / inventor / libFL / GNUmakefile (download)
Revision 1.2, Sat Mar 24 02:47:41 2001 UTC (16 years, 7 months ago) by jlim
Added support for optional FreeType interface. |
IVDEPTH = .. include $(IVDEPTH)/make/ivcommondefs SUBDIRS = ifdef FREETYPE SUBDIRS += freetype endif all install: link $(SUBDIRS_MAKERULE) link: if [ ! -L freetype ]; then ln -s ang freetype; fi COMMONPREF = xxx $(COMMONTARGS): %: $(COMMONPREF)% $(SUBDIRS_MAKERULE) include $(IVCOMMONRULES)