#makefile for the general files used by the volume tree.

srcdir = ..
include $(MAKEBUNDLE)/pre.make

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

SUBDIRS = vuCamera	\
	  vuColour	\
	  vuFile	\
	  vuLinAlg	\
	  vuMisc	\
	  vuNormal	\
	  vuTimers	\
	  vuFourier	\
	  vuLightfield	\
	  vuTFunc	\
	  vuMarchingCubes

ifeq ($(DO_SPECTRAL),YES)
  SUBDIRS += vuSpectral
endif

include $(MAKEBUNDLE)/subdir.make
