blob: 348c39eb29442997419999217491ec3b99d69567 [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 Lenharthc2640d02005-07-05 15:18:33 +000011DIRS = lib
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