7b25c355350e6320e9f0d275f45bbfa882697f4e
[oota-llvm.git] / projects / sample / 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 = lib tools
14
15 #
16 # Include the Master Makefile that knows how to build all.
17 #
18 include $(LEVEL)/Makefile.common
19