2003-10-29 02:56:51 +08:00
|
|
|
##===- runtime/libprofile/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-12-02 17:31:40 +08:00
|
|
|
|
2003-10-29 02:56:51 +08:00
|
|
|
LEVEL = ../..
|
2004-12-02 17:58:09 +08:00
|
|
|
BYTECODE_LIBRARY = 1
|
|
|
|
SHARED_LIBRARY = 1
|
2005-01-14 00:53:05 +08:00
|
|
|
LOADABLE_MODULE = 1
|
2004-12-02 17:58:09 +08:00
|
|
|
LIBRARYNAME = profile_rt
|
2004-10-26 11:12:11 +08:00
|
|
|
EXTRA_DIST = exported_symbols.lst
|
2005-10-19 02:50:26 +08:00
|
|
|
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
|
2004-12-22 13:57:33 +08:00
|
|
|
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
2003-10-29 02:56:51 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|