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

PROGRAM = printVolume

CXXFILES = printVolume.c++ GetVolumeAction.c++

LLDLIBS = -lInventor

all: all_ivbin

include $(IVCOMMONRULES)
