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