blob: e1601468f0c8b7f9c69553735b90c6e1b7a7eac6 [file] [log] [blame]
LEVEL = ..
PARALLEL_DIRS = \
Support \
ArrayBoundChecks \
InsertPoolChecks \
ConvertUnsafeAllocas \
OptimizeChecks \
RewriteOOB \
DebugInstrumentation \
FormatStrings \
CStdLib \
SoftBound \
BaggyBoundsChecks \
Utility \
CommonMemorySafety \
# StackSafety \
# SpeculativeChecking \
# DanglingPointers \
# CStdLib \
# FaultInjector \
# IndirectCallChecks \
# PointerChecks \
include $(LEVEL)/Makefile.common
ifneq ($(OS),Darwin)
OPTIONAL_DIRS := Safecode
endif