2003-10-20 22:29:16 +00:00
|
|
|
##===- runtime/libtrace/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-08-15 02:38:06 +00:00
|
|
|
LEVEL = ../..
|
2003-08-15 02:20:32 +00:00
|
|
|
BYTECODE_LIBRARY=1
|
|
|
|
#DONT_BUILD_RELINKED=1
|
2003-08-17 18:37:45 +00:00
|
|
|
LIBRARYNAME=trace
|
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
|
|
|
|