#Makefile for this node of the volume tree

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

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

LIB_NAME = vuVolume

LIB_PREFIX = regular_unimodal_3d

SOURCES  = 1B.cpp

HEADERS  = 1B.h

SUBDIRS  = Intensity Threshold

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