John Criswell | d8846c1 | 2003-10-21 14:33:46 +0000 | [diff] [blame] | 1 | ##===- docs/Makefile ---------------------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 57360d1 | 2007-12-29 20:11:13 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
John Criswell | d8846c1 | 2003-10-21 14:33:46 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | b9a827c | 2002-01-30 21:20:23 +0000 | [diff] [blame] | 9 | |
mike-m | 68cb319 | 2010-05-06 23:45:43 +0000 | [diff] [blame] | 10 | LEVEL = .. |
| 11 | DIRS = main api |
Chris Lattner | 9e4692c | 2006-07-06 00:36:52 +0000 | [diff] [blame] | 12 | |
Reid Spencer | ca5fc7b | 2004-11-29 04:47:35 +0000 | [diff] [blame] | 13 | include $(LEVEL)/Makefile.common |