|
|
| File: [Development] / projects / inventor / libFL / ang / GNUmakefile (download)
Revision 1.1, Sat Mar 24 02:34:24 2001 UTC (16 years, 7 months ago) by jlim
Ang Bodhi's FreeType interface. |
IVDEPTH = ../.. include $(IVDEPTH)/make/ivcommondefs ARCHIVE = libFL.a LCINCS += -I/usr/include/freetype2 CFILES = fl.c flclient.c flfreetype.c all install: link all_ivbin link: if [ ! -L flclient.h ]; then ln -s ../src/flclient.h .; fi include $(IVCOMMONRULES)