Fix file mode.
[llvm-testsuite.git] / MultiSource / Applications / Makefile
blob674cbe385efb42d3d7c7aa0c0fe7e80f3cb0c288
1 # MultiSource/Applications/Makefile: Build all subdirectories automatically
3 LEVEL = ../..
5 include $(LEVEL)/Makefile.config
7 PARALLEL_DIRS = Burg aha sgefa siod d spiff treecc SPASS \
8 oggenc JM viterbi SIBsim4 ClamAV sqlite3 lemon
9 ifndef DISABLE_CXX
10 PARALLEL_DIRS += lambda-0.1.3 hbd hexxagon minisat
11 endif
13 ifndef SMALL_PROBLEM_SIZE
14 PARALLEL_DIRS += lua
15 endif
17 # Obsequi uses Linux-only features; need to fix that
18 ifeq ($(TARGET_OS),Linux)
19 PARALLEL_DIRS += obsequi
20 endif
22 # kimwitu++ uses multi-byte chars, not available on sparc/solaris
23 ifneq ($(TARGET_OS),SunOS)
24 ifndef DISABLE_CXX
25 PARALLEL_DIRS += kimwitu++
26 endif
27 endif
29 ifeq ($(TARGET_OS),SunOS)
30 PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS))
31 PARALLEL_DIRS := $(filter-out hexxagon, $(PARALLEL_DIRS))
32 endif
34 include $(LEVEL)/Makefile.programs