Misha Brukman | ef2b0db | 2004-04-16 17:13:52 +0000 | [diff] [blame] | 1 | ##===- runtime/libtrace/Makefile ---------------------------*- Makefile -*-===## |
John Criswell | e2fab73 | 2003-10-20 22:29:16 +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 | 8aa9a8c | 2004-12-02 09:31:40 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 9d6cb9b | 2003-08-15 02:38:06 +0000 | [diff] [blame] | 10 | LEVEL = ../.. |
Reid Spencer | 0108346 | 2004-12-02 09:58:09 +0000 | [diff] [blame] | 11 | BYTECODE_LIBRARY = 1 |
| 12 | LIBRARYNAME = trace |
Reid Spencer | e676067 | 2004-12-22 05:57:33 +0000 | [diff] [blame] | 13 | BYTECODE_DESTINATION = $(CFERuntimeLibDir) |
Vikram S. Adve | 2df1f74 | 2002-05-19 15:49:58 +0000 | [diff] [blame] | 14 | |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 15 | include $(LEVEL)/Makefile.common |
Vikram S. Adve | 2df1f74 | 2002-05-19 15:49:58 +0000 | [diff] [blame] | 16 | |
Reid Spencer | 18c8b49 | 2006-06-01 01:30:27 +0000 | [diff] [blame] | 17 | CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) |
| 18 | CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |