#Makefile for this node of the volume tree

srcdir = ../../../../../../..
include $(MAKEBUNDLE)/pre.make

#------------------------------------------------------------------------

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_1B_intensity_raycast

SOURCES    = Raycast.cpp     \
             DatGrid.cpp     \
             DatPnt.cpp      \
             vuSampleRay.cpp

HEADERS    = Raycast.h       \
             DatGrid.h       \
             DatPnt.h        \
             vuSampleRay.h

include $(MAKEBUNDLE)/lib.make
