#Makefile for this node of the volume tree

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

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

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d

SOURCES    = 2B.cpp

HEADERS    = 2B.h

SUBDIRS    = Threshold

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