#Makefile for the General->Helper->Spectral node of the general tree

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

#------------------------------------------------------------------------
#Build the whole tree below, or just the node

LIB_NAME = vuGeneral

SOURCES = SPalette.cpp    \
          SOptimizer.cpp  \
          SMatrix.cpp     \

HEADERS = SPalette.h      \
          SOptimizer.h    \
          SMatrix.h       \

include $(MAKEBUNDLE)/lib.make
