Sign in
llvm
/
llvm-archive
/
bb78a1c8960506fba399fcf77f9179853418767b
/
.
/
safecode
/
runtime
/
Makefile
blob: 73aa89b7d7fe613365c5abae9f185d03f0e46cb0 [
file
]
#
# Relative path to the top of the source tree.
#
LEVEL
=..
#
# List all of the subdirectories that we will compile.
#
PARALLEL_DIRS
=
SafePoolAllocator
BoundsCheckAllocator
KernelSafePoolAllocator
include $
(
LEVEL
)/
Makefile
.
common