1 ##===- runtime/libprofile/Makefile -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
11 include $(LEVEL
)/Makefile.config
13 ifneq ($(wildcard $(LLVMGCC
)),)
18 LIBRARYNAME
= profile_rt
19 EXTRA_DIST
= exported_symbols.lst
20 EXPORTED_SYMBOL_FILE
= $(PROJ_SRC_DIR
)/exported_symbols.lst
22 include $(LEVEL
)/Makefile.common