Sign in
swiftshader
/
SwiftShader
/
088b2be278dde516d097caec0d1bfb5c47e7bb04
/
.
/
Makefile
blob: 12ffff7d219a150a7589105d8a8e7f3e0eccadda [
file
] [
log
] [
blame
]
ifndef SUBZERO_LEVEL
# Top-level, not included from a subdir
SUBZERO_LEVEL
:=
.
DIRS
:=
src
PARALLEL_DIRS
:=
endif
# Set LLVM source root level.
LEVEL
:=
$
(
SUBZERO_LEVEL
)/../..
# Include LLVM common makefile.
include $
(
LEVEL
)/
Makefile
.
common