# Makefile for the lightfield utilities used by vuGui
#------------------------------------------------------------------------

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

#- lib make -------------------------------------------------------------

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

LIB_NAME = vuwxUtilities

SOURCES  = 

HEADERS  = 

#include $(MAKEBUNDLE)/lib.make

#- subdir make ----------------------------------------------------------

SUBDIRS = vuBrowser        \
          vuIBR            \
          vuFourierBrowser \
          vuFBR            \
          vuSimpleFBR      \
          vuRevolver       \

include $(MAKEBUNDLE)/subdir.make
