Reid Spencer | 3a168a7 | 2004-08-23 19:29:54 +0000 | [diff] [blame^] | 1 | ##===- examples/ModuleMaker --------------------------------*- Makefile -*-===## |
John Criswell | e26ba9f | 2003-10-20 22:28:01 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Reid Spencer | 3a168a7 | 2004-08-23 19:29:54 +0000 | [diff] [blame^] | 9 | LEVEL=../.. |
| 10 | TOOLNAME=ModuleMaker |
| 11 | USEDLIBS= bcwriter vmcore support.a |
Chris Lattner | 8ca0eeb | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 12 | |
Chris Lattner | 8ca0eeb | 2003-08-21 22:29:52 +0000 | [diff] [blame] | 13 | include $(LEVEL)/Makefile.common |