#Makefile for the spectral fourier volume rendering utility

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

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

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

LIB_NAME = vuwxUtilities

SOURCES  = vuSpecFVR.cpp

HEADERS  = vuSpecFVR.h

include $(MAKEBUNDLE)/lib.make



