blob: f96f1aba2ed3c990d3953e2d2a7ac519895cf758 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
2#
3# This is a sample Makefile for a project that uses LLVM.
4#
5##===----------------------------------------------------------------------===##
6
7#
8# Indicates our relative path to the top of the project's root directory.
9#
10LEVEL = .
11DIRS = lib tools
12EXTRA_DIST = include
13
14#
15# Include the Master Makefile that knows how to build all.
16#
17include $(LEVEL)/Makefile.common
18