[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / examples / Toolmaker / 08.Manips

File: [Development] / inventor / apps / examples / Toolmaker / 08.Manips / GNUmakefile (download)

Revision 1.1, Mon Sep 18 09:41:01 2000 UTC (17 years, 1 month ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-8, release-2_1_5-10, HEAD

Updated makefiles and miscellaneous other fixes.

IVDEPTH = ../../../..
include $(IVDEPTH)/make/ivcommondefs

PROGRAM = newManips

CXXFILES = \
	Coordinate3Manip.c++ RotTransDragger.c++ \
	RotTransManip.c++ TranslateRadialDragger.c++ \
	TranslateRadialManip.c++ newManips.c++

LLDLIBS = -lInventor -lInventorXt

all: all_ivbin

include $(IVCOMMONRULES)