#Makefile for this node of the volume tree

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

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

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_2b

SOURCES    = threshold.cpp

HEADERS    = threshold.h

SUBDIRS    = MarchingCubes

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