blob: 8b45738c38f92ab6ff3f3ed77ab7449a36b4a9c4 [file] [log] [blame]
LEVEL = ../../..
#
# Include the configuration so that we know whether or not to include SPEC
#
include ${LEVEL}/Makefile.config
#
# Create the list of directories to compile
#
DIRS := SPEC Povray
ifndef USE_POVRAY
DIRS := $(filter-out Povray/, $(DIRS))
endif
include ${LEVEL}/test/Programs/Makefile.programs