#Makefile for this node of the volume tree

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

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

LIB_NAME = vuVolume

LIB_PREFIX = lightfield_unimodal_spheric

SOURCES  = vuSphLfFlt_BestMatch.cpp   \
           vuSphLfFlt_Line.cpp        \
           vuSphLfFlt_Triangle.cpp    \
           \
           vuSphLfFlt_Z_Axis.cpp      \
           vuSphLfFlt_XZ_Axis.cpp     \
           vuSphLfFlt_XYZ_Axis.cpp    \
           vuSphLfFlt_All.cpp         \
           vuSphLfFlt_FitAngle.cpp    \
           vuSphLfFlt_Nearest.cpp     \

HEADERS  = vuSphLfFlt_BestMatch.h    \
           vuSphLfFlt_Line.h         \
           vuSphLfFlt_Triangle.h     \
           \
           vuSphLfFlt_Z_Axis.h       \
           vuSphLfFlt_XZ_Axis.h      \
           vuSphLfFlt_XYZ_Axis.h     \
           vuSphLfFlt_All.h          \
           vuSphLfFlt_FitAngle.h     \
           vuSphLfFlt_Nearest.h      \

include $(MAKEBUNDLE)/lib.make
