#Makefile for the Volume->Rectilinear node of the volume tree


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

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

LIB_NAME = vuVolume

SOURCES  = rectilinear.cpp

HEADERS  = rectilinear.h

SUBDIRS  = Multimodal \
           Unimodal

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