#Makefile for the standard fourier volume renderer

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

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

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

LIB_NAME = vuwxUtilities

SOURCES  = vuStandardFVR.cpp   \
           vuStandardFVR1F.cpp \
           vuStandardFVR3F.cpp \

HEADERS  = vuStandardFVR.h    \
           vuStandardFVR1F.h  \
           vuStandardFVR3F.h

include $(MAKEBUNDLE)/lib.make