7c2d3280b2875513d4553f37c76cf4a75a30635f
[oota-llvm.git] / projects / ModuleMaker / Makefile
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