|
|
| File: [Development] / inventor / doc / man / ivman / GNUmakefile (download)
Revision 1.4, Wed Mar 6 21:32:26 2002 UTC (15 years, 7 months ago) by jlim
Removed ivman dependence on SoXt::init() and updated documentation. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = ivman CXXFILES = Main.c++ ClassDef.c++ Man.c++ Reader.c++ Writer.c++ BuildIssues.c++ LLDLIBS = -lInventor all install: $(PROGRAM) include $(IVCOMMONRULES)