blob: 9b34d8752726d3bb9c158e4f35a9bb7a53f8af1a [file] [log] [blame]
Chris Lattner8ca0eeb2003-08-21 22:29:52 +00001#
2# Set this variable to the top of the LLVM source tree.
3#
4LLVM_SRC_ROOT = $(LEVEL)/../..
5
6#
7# Include LLVM's Master Makefile.
8#
9include $(LLVM_SRC_ROOT)/Makefile.common
10