Sign in
swiftshader
/
SwiftShader
/
9cb61e2f3319c2c22c347a56e7c696eca028bba6
/
.
/
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