blob: 7aa0ef9f0d73552586d777007013fd79d994252e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Set this variable to the top of the LLVM source tree.
#
LLVM_SRC_ROOT = $(LEVEL)/../..
#
# Set this variable to the top level directory where LLVM was built
# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config).
#
#LLVM_OBJ_ROOT = $(LEVEL)/../..
#
# Include LLVM's Master Makefile.
#
include $(LLVM_SRC_ROOT)/Makefile.common
|