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

PROGRAM = example

CXXFILES = example.c++

LLDLIBS = -lInventor -lInventorXt

all: all_ivbin

include $(IVCOMMONRULES)
