blob: 89e6b6fecc9fdacf0f94007582d665d83b5ce9ac [file] [log] [blame]
# MultiSource/Applications Makefile: Build all subdirectories automatically
LEVEL = ../..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS hexxagon oggenc JM
# Obsequi uses Linux-only features; need to fix that
ifeq ($(OS),Linux)
PARALLEL_DIRS += obsequi
endif
# kimwitu++ uses multi-byte chars, not available on sparc/solaris
ifneq ($(OS),SunOS)
PARALLEL_DIRS += kimwitu++
endif
ifeq ($(OS),SunOS)
PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS))
PARALLEL_DIRS := $(filter-out hexxagon, $(PARALLEL_DIRS))
endif
include $(LEVEL)/Makefile.programs