#Makefile for this node of the volume tree

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

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

LIB_NAME = vuVolume

LIB_PREFIX = lightfield_unimodal

SOURCES = spheric.cpp                \
          vuSphericFilter.cpp        \
          vuSphericFilterFactory.cpp \

HEADERS = spheric.h                  \
          vuSphericFilter.h          \
          vuSphericFilterFactory.h   \

SUBDIRS  = Browser        \
           IBR            \
           FourierBrowser \
           FBR            \
           vuFilter       \

include $(MAKEBUNDLE)/lib.make
include $(MAKEBUNDLE)/subdir.make
