# The makefile for the whole volume project.

#------------------------------------------------------------------------
#Include the general build configuration

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

SUBDIRS = Extern  \
          General \
          Volume  \
          vuGui   \
#	  lib     \
#          Tools

include $(MAKEBUNDLE)/subdir.make
