#!gmake -R

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

#--- packages / targets -------------------------------------------------------

REQUIRED_PACKAGES	:= Qt OpenGL

DEFAULT_TARGETS		:= lib

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

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

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