blob: f96f1aba2ed3c990d3953e2d2a7ac519895cf758 [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 = .
Andrew Lenharth30273212005-07-05 16:36:18 +000011DIRS = lib tools
Reid Spencerc4ea7d82004-10-26 07:03:39 +000012EXTRA_DIST = include
John Criswell723ccd62003-06-30 22:13:48 +000013
14#
15# Include the Master Makefile that knows how to build all.
16#
17include $(LEVEL)/Makefile.common
18