#Makefile for this node of the volume tree

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

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

LIB_NAME = vuGeneral

SOURCES  = vuNormalBlock.cpp \
           vuNormalTable.cpp

HEADERS  = vuNormalBlock.h   \
           vuNormalTable.h

include $(MAKEBUNDLE)/lib.make
