#------------------------------------------------------------------------
# wxUIElements are general classes that are used by wxUtilities.
#------------------------------------------------------------------------

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

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

LIB_NAME = vuwxUIElements

SOURCES  = vuGLCanvas.cpp        \
           vuTransferCanvas.cpp  \
           vuTransferDialog.cpp  \
           vuHelpPanel.cpp       \
           vuSphericViewWin.cpp  \
           vuBasicSubViewer.cpp  \
           vuSimpleFVRCanvas.cpp \
           vuSimpleFVRDialog.cpp \
           vuFBRSubViewer.cpp    \
           vuFBRSubCanvas.cpp    \
           vuSimpleProgressHandler.cpp

#           vuBasicSubWindow.cpp  \

HEADERS  = vuGLCanvas.h        \
           vuTransferCanvas.h  \
           vuTransferDialog.h  \
           vuHelpPanel.h       \
           vuSphericViewWin.h  \
           vuBasicSubViewer.h  \
           vuSimpleFVRCanvas.h \
           vuSimpleFVRDialog.h \
           vuFBRSubViewer.h    \
           vuFBRSubCanvas.h    \
           vuSimpleProgressHandler.h

#           vuBasicSubWindow.h  \

ifeq ($(DO_SPECTRAL),YES)
SOURCES += vuLightDial.cpp       \
           vuSpecPalette.cpp     \
           vuTFDialogSpec.cpp

HEADERS += vuLightDial.h         \
           vuSpecPalette.h       \
           vuTFDialogSpec.h
endif

SUBDIRS  = vuKeyFramerDialog

include $(MAKEBUNDLE)/subdir.make
include $(MAKEBUNDLE)/lib.make
