[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / doc / man / ivman

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
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-10, HEAD
Changes since 1.3: +1 -1 lines

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)