blob: 846bd3172ed9c300302f6a9681fb851c8b59b95f [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##===----------------------------------------------------------------------===##
Chris Lattner9d6cb9b2003-08-15 02:38:06 +00009LEVEL = ../..
Chris Lattnerda86e6c2003-08-15 02:20:32 +000010BYTECODE_LIBRARY=1
11#DONT_BUILD_RELINKED=1
Chris Lattner5b007e22003-08-17 18:37:45 +000012LIBRARYNAME=trace
Vikram S. Adve2df1f742002-05-19 15:49:58 +000013
Chris Lattnerda86e6c2003-08-15 02:20:32 +000014include $(LEVEL)/Makefile.common
Vikram S. Adve2df1f742002-05-19 15:49:58 +000015