blob: 7b25c355350e6320e9f0d275f45bbfa882697f4e [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#
Chris Lattnerc3c1d322003-07-23 23:28:57 +000013#DIRS = lib tools
John Criswell723ccd62003-06-30 22:13:48 +000014
15#
16# Include the Master Makefile that knows how to build all.
17#
18include $(LEVEL)/Makefile.common
19