#Makefile for the Volume node of the volume tree

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

#------------------------------------------------------------------------
#Build the whole tree below, or just the node.

LIB_NAME = vuVolume

SOURCES  = volume.cpp

HEADERS  = volume.h

SUBDIRS  = Curvilinear \
           Irregular   \
           Rectilinear \
           Regular     \
           BCC         \
           Lightfield  \
           Fourier

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