|
|
| File: [Development] / inventor / apps / samples / widgets / GNUmakefile.componentTest (download)
Revision 1.1, Mon Sep 18 07:51:58 2000 UTC (17 years, 1 month ago) by jlim
Removed transient files and miscellaneous other fixes. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = componentTest CXXFILES = componentTest.c++ LLDLIBS = libInventorWidget.a -lInventor -lInventorXt -lGLw LTARGETS = libInventorWidget.a all install: all_ivbin libInventorWidget.a: cd `dirname $@`; make `basename $@` include $(IVCOMMONRULES)