#Makefile for the Volume/Fourier/Unimodal/3d node of the volume tree

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

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

LIB_NAME = vuVolume

SOURCES  = 3d.cpp

HEADERS  = 3d.h

SUBDIRS = StandardFVR

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