#Makefile for this node of the volume tree

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

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

LIB_NAME = vuGeneral

SOURCES  = vuArcBall.cpp         \
           vuRay.cpp             \
           vuString.cpp          \
           vuThread.cpp          \
           vuImage.cpp           \
           vuConvexHull.cpp      \
           vuSpectralImage.cpp   \
           vuConvert.cpp         \
           vuHistogram.cpp       \
           vuMap.cpp             \
           vuUDSphere.cpp        \
           vuCommandLineTool.cpp \
           vuFilter.cpp          \
           vuTimer.cpp           \

HEADERS  = vuArcBall.h         \
           vuString.h          \
           vuConvert.h         \
           vuConvexHull.h      \
           vuDVector.h         \
           vuHistogram.h       \
           vuImage.h           \
           vuMap.h             \
           vuRay.h             \
           vuSpectralImage.h   \
           vuString.h          \
           vuThread.h          \
           vuUDSphere.h        \
           vuCommandLineTool.h \
           vuFilter.h          \
           vuTimer.h           \

include $(MAKEBUNDLE)/lib.make


