aboutsummaryrefslogtreecommitdiff
path: root/External/Makefile
blob: 8dee2cf487cda78d7ef25bfa596bde335b16d4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
ifndef USE_SPEC
DIRS := $(filter-out SPEC/, $(DIRS))
endif

include ${LEVEL}/test/Programs/Makefile.programs