blob: 1fe32c795e9dd905f00fed0555cc80381de68c51 [file] [log] [blame]
John Criswell723ccd62003-06-30 22:13:48 +00001#
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#
8LEVEL = .
9
10#
11# Directories that needs to be built.
12#
13DIRS = lib tools
14
15#
16# Include the Master Makefile that knows how to build all.
17#
18include $(LEVEL)/Makefile.common
19