blob: f96f1aba2ed3c990d3953e2d2a7ac519895cf758 [file] [log] [blame]
John Criswellf9924ce2003-10-21 15:31:36 +00001##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
John Criswelle17afeb2003-06-30 22:13:48 +00002#
3# This is a sample Makefile for a project that uses LLVM.
4#
John Criswellf9924ce2003-10-21 15:31:36 +00005##===----------------------------------------------------------------------===##
John Criswelle17afeb2003-06-30 22:13:48 +00006
7#
8# Indicates our relative path to the top of the project's root directory.
9#
10LEVEL = .
Andrew Lenharth8c220de2005-07-05 16:36:18 +000011DIRS = lib tools
Reid Spencerc6c87c12004-10-26 07:03:39 +000012EXTRA_DIST = include
John Criswelle17afeb2003-06-30 22:13:48 +000013
14#
15# Include the Master Makefile that knows how to build all.
16#
17include $(LEVEL)/Makefile.common
18