#Makefile for this node of the volume tree

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

#------------------------------------------------------------------------
#Build the whole tree below, or just the node.

LIB_NAME = vuVolume

LIB_PREFIX = regular

SOURCES = multimodal.cpp

HEADERS = multimodal.h

SUBDIRS = 2d \
          3d \
          4d

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