#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  = vuSphericIBR.cpp   \
           vuSphericIBR1F.cpp \
           vuSphericIBR2F.cpp \
           vuSphericIBR3F.cpp \
           vuSphericIBR1B.cpp \
           vuSphericIBR3B.cpp

HEADERS  = vuSphericIBR.h     \
           vuSphericIBR1F.h   \
           vuSphericIBR2F.h   \
           vuSphericIBR3F.h   \
           vuSphericIBR1B.h   \
           vuSphericIBR3B.h

include $(MAKEBUNDLE)/lib.make
