Chris Lattner | 8ca0eeb | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 1 | # |
2 | # Set this variable to the top of the LLVM source tree. | ||||
3 | # | ||||
4 | LLVM_SRC_ROOT = $(LEVEL)/../.. | ||||
5 | |||||
6 | # | ||||
7 | # Include LLVM's Master Makefile. | ||||
8 | # | ||||
9 | include $(LLVM_SRC_ROOT)/Makefile.common | ||||
10 |