#Makefile for this node of the volume tree

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

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

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_1B_spectral

SOURCES    = spectral.cpp      \
             DatGrid.cpp       \
             Parser.cpp        \
             DatPnt.cpp        \
             vuSampleRay.cpp   \
             Util.cpp          \
             Material.cpp      \
             SpectralImage.cpp

HEADERS    = spectral.h        \
             DatGrid.h         \
             DatPnt.h          \
             Material.h        \
             Parser.h          \
             vuSampleRay.h     \
             SpectralImage.h   \
             Util.h

include $(MAKEBUNDLE)/lib.make

