eced5e5f8ab186f8869c8d4315471b17f2ed2907
[oota-llvm.git] / runtime / libprofile / Makefile
1 ##===- runtime/libprofile/Makefile -------------------------*- Makefile -*-===##
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9
10 LEVEL = ../..
11 include $(LEVEL)/Makefile.config
12
13 ifneq ($(strip $(LLVMCC)),)
14 BYTECODE_LIBRARY = 1
15 endif
16 LIBRARYNAME = profile_rt
17 LINK_LIBS_IN_SHARED = 1
18 SHARED_LIBRARY = 1
19 EXTRA_DIST = libprofile.exports
20 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
21
22 include $(LEVEL)/Makefile.common