#Makefile for this node of the volume tree

srcdir = ../../../../../../..

include $(MAKEBUNDLE)/pre.make

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

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_1B_intensity_fvr

SOURCES    = FVR.cpp             \
             FFT.cpp             \
             SHarmonics.cpp      \
             Image_io.cpp        \
             TorstensFilters.cpp \
             tfilters.cpp 

HEADERS    = FVR.h             \
             Filter.h          \
             Image_io.h        \
             SHarmonics.h      \
             SimpleDefs.h      \
             TorstensFilters.h \
             Transform.h       \
             tfilters.h

include $(MAKEBUNDLE)/lib.make

