Reid Spencer | 987319d | 2004-09-11 20:30:11 +0000 | [diff] [blame] | 1 | ##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===## |
John Criswell | ac028f1 | 2003-10-20 22:28:01 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 11cc8b3 | 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 | ac028f1 | 2003-10-20 22:28:01 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Reid Spencer | 5b81eea | 2004-08-23 19:29:54 +0000 | [diff] [blame] | 9 | LEVEL=../.. |
| 10 | TOOLNAME=ModuleMaker |
Reid Spencer | 7e9e0b0 | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 11 | EXAMPLE_TOOL = 1 |
Chris Lattner | 41528e6 | 2007-05-06 09:29:13 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS := bitwriter |
Chris Lattner | 3397792 | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 13 | |
Chris Lattner | 3397792 | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 14 | include $(LEVEL)/Makefile.common |