summaryrefslogtreecommitdiff
path: root/projects/sample/Makefile.common
blob: 9b34d8752726d3bb9c158e4f35a9bb7a53f8af1a (plain)
1
2
3
4
5
6
7
8
9
10
#
# Set this variable to the top of the LLVM source tree.
#
LLVM_SRC_ROOT = $(LEVEL)/../..

#
# Include LLVM's Master Makefile.
#
include $(LLVM_SRC_ROOT)/Makefile.common