blob: c1a894bddc7d6b386033f6f34a24925683e3331e [file] [log] [blame]
John Criswellc2bc2f12003-10-21 15:31:36 +00001##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
John Criswell723ccd62003-06-30 22:13:48 +00002#
3# This is a sample Makefile for a project that uses LLVM.
4#
John Criswellc2bc2f12003-10-21 15:31:36 +00005##===----------------------------------------------------------------------===##
John Criswell723ccd62003-06-30 22:13:48 +00006
7#
8# Indicates our relative path to the top of the project's root directory.
9#
10LEVEL = .
11
12#
13# Directories that needs to be built.
14#
John Criswella37fefd2003-09-06 15:03:24 +000015DIRS = lib tools
John Criswell723ccd62003-06-30 22:13:48 +000016
17#
18# Include the Master Makefile that knows how to build all.
19#
20include $(LEVEL)/Makefile.common
21