blob: eef8e5c2fd4aa722e388841003aae65197503bd4 [file] [log] [blame]
LEVEL = ../../../..
DIRS := CFP2000 CINT2000 CINT95
include ${LEVEL}/Makefile.config
#
# Remove SPEC95 and SPEC2000 per the user's configuration
#
ifndef USE_SPEC2000
DIRS := $(filter-out CFP2000/, $(DIRS))
DIRS := $(filter-out CINT2000/, $(DIRS))
endif
ifndef USE_SPEC95
DIRS := $(filter-out CINT95/, $(DIRS))
endif
include ${LEVEL}/test/Programs/Makefile.programs