#Makefile for this node of the volume tree

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

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

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_1B_intensity

#the modules are ported in the order listed, except CellProjector.h/cpp
SOURCES = CellProjector.cpp \
	vuGrid.cpp

#cvs added up to vuGrid
#compiles up to vuTetrahedron
HEADERS = CellProjector.h \
	vuGrid.h

include $(MAKEBUNDLE)/lib.make

