#Makefile for the spectral volume rendering utility

srcdir = ../../../..
include $(MAKEBUNDLE)/pre.make
include $(srcdir)/vuGui/makewx.env

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

INCLS    += -I../.. $(WXINCLS)
CPPFLAGS += $(WXFLAGS)

LIB_NAME = vuwxUtilities

SOURCES  = vuSphericFBR2F.cpp \

HEADERS  = vuSphericFBR.h     \
           vuSphericFBR2F.h   \

include $(MAKEBUNDLE)/lib.make
