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

PROGRAM = testResults

CXXFILES = testResults.c++

LLDLIBS = -lInventor -lInventorXt

all: all_ivbin

include $(IVCOMMONRULES)
