John Criswell | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame^] | 1 | ##===- runtime/libtrace/Makefile ------------------------------*- Makefile -*-===## |
| 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 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 9d6cb9b | 2003-08-15 02:38:06 +0000 | [diff] [blame] | 9 | LEVEL = ../.. |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 10 | BYTECODE_LIBRARY=1 |
| 11 | #DONT_BUILD_RELINKED=1 |
Chris Lattner | 5b007e2 | 2003-08-17 18:37:45 +0000 | [diff] [blame] | 12 | LIBRARYNAME=trace |
Vikram S. Adve | 2df1f74 | 2002-05-19 15:49:58 +0000 | [diff] [blame] | 13 | |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 14 | include $(LEVEL)/Makefile.common |
Vikram S. Adve | 2df1f74 | 2002-05-19 15:49:58 +0000 | [diff] [blame] | 15 | |