#!gmake -R

PROJECT_BASE ?= $(shell expr $(CURDIR) : '\(.*/devel\).*' )

#--- include standard makefile includes ---------------------------------------

include $(PROJECT_BASE)/mak/common.mak
include $(PROJECT_BASE)/mak/toplevel.mak

#--- subdirectory dependencies ------------------------------------------------

$(call subdir_depend,main,accum_buffer b_spline_warp contour_warp \
			  shadowcaster water_waves )

#--- end of file --------------------------------------------------------------
# CVSId: "@(#) $Id$"                                                            
