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

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

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

LIB_NAME = vuVolume

SOURCES  = unimodal.cpp

HEADERS  = unimodal.h

SUBDIRS  = 3d

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