2003-10-28 18:56:51 +00: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 09:31:40 +00:00
|
|
|
|
2003-10-28 18:56:51 +00:00
|
|
|
LEVEL = ../..
|
2004-12-02 09:58:09 +00:00
|
|
|
BYTECODE_LIBRARY = 1
|
|
|
|
SHARED_LIBRARY = 1
|
2005-01-13 16:53:05 +00:00
|
|
|
LOADABLE_MODULE = 1
|
2004-12-02 09:58:09 +00:00
|
|
|
LIBRARYNAME = profile_rt
|
2004-10-26 03:12:11 +00:00
|
|
|
EXTRA_DIST = exported_symbols.lst
|
|
|
|
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
|
2004-12-22 05:57:33 +00:00
|
|
|
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
2003-10-28 18:56:51 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|