Tobias Grosser | 7580537 | 2011-04-29 06:27:02 | [diff] [blame] | 1 | ##===- 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 | # |
| 10 | LEVEL = . |
Hongbin Zheng | 91bfd78 | 2012-04-11 07:43:13 | [diff] [blame] | 11 | DIRS = lib test tools |
Tobias Grosser | 7580537 | 2011-04-29 06:27:02 | [diff] [blame] | 12 | EXTRA_DIST = include |
| 13 | |
| 14 | # |
| 15 | # Include the Master Makefile that knows how to build all. |
| 16 | # |
| 17 | include $(LEVEL)/Makefile.common |