Fix more build errors in Polly after r206310. David caught one of these
[polly-mirror.git] / Makefile
blob2ad5b363e2f8259f1edfcbfed690853bd244d1bd
1 ##===- projects/polly/Makefile -----------------------------*- Makefile -*-===##
3 # This is a polly Makefile for a project that uses LLVM.
5 ##===----------------------------------------------------------------------===##
8 # Indicates our relative path to the top of the project's root directory.
10 LEVEL = .
11 DIRS = lib test tools
12 EXTRA_DIST = include
15 # Include the Master Makefile that knows how to build all.
17 include $(LEVEL)/Makefile.common