#Makefile for this node of the volume tree

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

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

LIB_NAME = vuGeneral

SOURCES  = vuMatrix.cpp    \
           vuVector.cpp    \
           vuSpherical.cpp \

HEADERS  = vuMatrix.h      \
           vuVector.h      \
           vuSpherical.h   \

include $(MAKEBUNDLE)/lib.make
