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

PROGRAM = constrainManip

CXXFILES = constrainManip.c++

LLDLIBS = -lInventor -lInventorXt

all: all_ivbin

include $(IVCOMMONRULES)
