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