blob: 9a070703746dd63e619ff75ab0fab1865243f49d [file] [log] [blame]
Misha Brukmanef2b0db2004-04-16 17:13:52 +00001##===- runtime/libtrace/Makefile ---------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
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 Spencer8aa9a8c2004-12-02 09:31:40 +00009
Chris Lattner9d6cb9b2003-08-15 02:38:06 +000010LEVEL = ../..
Reid Spencer01083462004-12-02 09:58:09 +000011BYTECODE_LIBRARY = 1
12LIBRARYNAME = trace
Reid Spencere6760672004-12-22 05:57:33 +000013BYTECODE_DESTINATION = $(CFERuntimeLibDir)
Vikram S. Adve2df1f742002-05-19 15:49:58 +000014
Chris Lattnerda86e6c2003-08-15 02:20:32 +000015include $(LEVEL)/Makefile.common
Vikram S. Adve2df1f742002-05-19 15:49:58 +000016
Reid Spencer18c8b492006-06-01 01:30:27 +000017CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
18CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))