2004-04-16 17:13:52 +00:00
|
|
|
##===- runtime/libtrace/Makefile ---------------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-12-02 09:31:40 +00:00
|
|
|
|
2003-08-15 02:38:06 +00:00
|
|
|
LEVEL = ../..
|
2004-12-02 09:58:09 +00:00
|
|
|
BYTECODE_LIBRARY = 1
|
|
|
|
LIBRARYNAME = trace
|
2004-12-22 05:57:33 +00:00
|
|
|
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
2002-05-19 15:49:58 +00:00
|
|
|
|
2003-08-15 02:20:32 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2002-05-19 15:49:58 +00:00
|
|
|
|
2006-06-01 01:30:27 +00:00
|
|
|
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
|
|
|
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|