Chris Lattner | 8ca0eeb | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 1 | # |
2 | # This is a sample Makefile for a project that uses LLVM. | ||||
3 | # | ||||
4 | |||||
5 | # | ||||
6 | # Indicates our relative path to the top of the project's root directory. | ||||
7 | # | ||||
8 | LEVEL = . | ||||
9 | |||||
10 | # | ||||
11 | # Directories that needs to be built. | ||||
12 | # | ||||
13 | DIRS = tools | ||||
14 | |||||
15 | # | ||||
16 | # Include the Master Makefile that knows how to build all. | ||||
17 | # | ||||
18 | include $(LEVEL)/Makefile.common | ||||
19 |