|
|
| File: [Development] / inventor / doc / man / ivman / GNUmakefile (download)
Revision 1.3, Mon Sep 18 09:11:13 2000 UTC (17 years, 1 month ago) by jlim
Updated makefiles. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = ivman CXXFILES = Main.c++ ClassDef.c++ Man.c++ Reader.c++ Writer.c++ BuildIssues.c++ LLDLIBS = -lInventor -lInventorXt all install: $(PROGRAM) include $(IVCOMMONRULES)