blob: 2ad5b363e2f8259f1edfcbfed690853bd244d1bd [file] [log] [blame]
Tobias Grosser75805372011-04-29 06:27:021##===- projects/polly/Makefile -----------------------------*- Makefile -*-===##
2#
3# This is a polly 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 = .
Hongbin Zheng91bfd782012-04-11 07:43:1311DIRS = lib test tools
Tobias Grosser75805372011-04-29 06:27:0212EXTRA_DIST = include
13
14#
15# Include the Master Makefile that knows how to build all.
16#
17include $(LEVEL)/Makefile.common