blob: b3076c419f6f82d14deb6de42891f49be3e1e27d [file] [log] [blame]
Reid Spencer8b2e1412006-11-17 03:32:33 +00001##===- runtime/libprofile/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner57360d12007-12-29 20:11:13 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencer8b2e1412006-11-17 03:32:33 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Andreas Neustifter1c293572009-08-28 16:13:45 +000011include $(LEVEL)/Makefile.config
12
Daniel Dunbar7cfbe252010-02-23 10:28:06 +000013ifneq ($(strip $(LLVMCC)),)
Reid Spencer8b2e1412006-11-17 03:32:33 +000014BYTECODE_LIBRARY = 1
Daniel Dunbara4b62c42009-08-20 05:12:55 +000015endif
Reid Spencer8b2e1412006-11-17 03:32:33 +000016SHARED_LIBRARY = 1
17LOADABLE_MODULE = 1
18LIBRARYNAME = profile_rt
19EXTRA_DIST = exported_symbols.lst
Daniel Dunbar51faa372010-04-15 21:57:43 +000020EXPORTED_SYMBOL_FILE = exported_symbols.lst
Reid Spencer8b2e1412006-11-17 03:32:33 +000021
22include $(LEVEL)/Makefile.common