#Makefile for this node of the volume tree

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

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

LIB_NAME = vuVolume

LIB_PREFIX = bcc_unimodal_3d_1B

SOURCES  = threshold.cpp

HEADERS  = threshold.h

SUBDIRS  = FirstHitRaycaster  \
           MarchingTetrahedra

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