#Makefile for this node of the General tree

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

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

LIB_PREFIX = vuLightfield

LIB_NAME = vuGeneral

HEADERS  = vuSphVwFlt_Blend.h      \
           vuSphVwFlt_Fourier.h    \
           vuSphVwFlt_Lazy.h       \
           vuSphVwFlt_Black.h      \
           vuFourierCluster.h      \
           vuSliceFilter.h


SOURCES  = vuSphVwFlt_Blend.cpp    \
           vuSphVwFlt_Fourier.cpp  \
           vuSphVwFlt_Lazy.cpp     \
           vuSphVwFlt_Black.cpp    \
           vuFourierCluster.cpp    \
           vuSliceFilter.cpp

include $(MAKEBUNDLE)/lib.make
