2004-04-17 01:13:52 +08:00
|
|
|
##===- runtime/libtrace/Makefile ---------------------------*- Makefile -*-===##
|
2003-10-21 06:29:16 +08: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 17:31:40 +08:00
|
|
|
|
2003-08-15 10:38:06 +08:00
|
|
|
LEVEL = ../..
|
2004-12-02 17:58:09 +08:00
|
|
|
BYTECODE_LIBRARY = 1
|
|
|
|
LIBRARYNAME = trace
|
2004-12-22 13:57:33 +08:00
|
|
|
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
2002-05-19 23:49:58 +08:00
|
|
|
|
2003-08-15 10:20:32 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
2002-05-19 23:49:58 +08:00
|
|
|
|