blob: 59ffefc5dcd51642b20fdd3917f396dc8eab91f5 [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
#
PARALLEL_DIRS := SPEC Povray
ifndef USE_POVRAY
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
include ${LEVEL}/test/Programs/Makefile.programs