#Makefile for this node of the volume tree

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

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

LIB_NAME = vuVolume

LIB_PREFIX = regular_unimodal_3d_1B

SOURCES = intensity.cpp

HEADERS = intensity.h

SUBDIRS = Splat          \
          Raycast        \
          Slicer         \
          FVR            \
          SimpleFVR      \
          ShearWarp      \
          CellProjector

ifeq ($(DO_SPECTRAL),YES)
  SUBDIRS += Spectral SpecFVR
  ifeq ($(NVIDIA_EXT), YES)
    SUBDIRS += SpecSplat
  endif
endif

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