#Makefile for this node of the volume tree

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

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

LIB_NAME = vuGeneral

SOURCES = vuTFIntensity.cpp     \
          vuTFDesign.cpp        \
          vuTFLinear.cpp        \
          vuTFPreintegrated.cpp

HEADERS = vuTFIntensity.h       \
          vuTFDesign.h          \
          vuTFLinear.h          \
          vuTFPreintegrated.h

ifeq ($(DO_SPECTRAL),YES)
 HEADERS += vuTFDesignSpec.h
 SOURCES += vuTFDesignSpec.cpp
endif


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