blob: d544c7183c2a67379cabc9de4d2825bad98a10ca [file] [log] [blame]
#===-- runtime/libprofile/Makefile.am ----------------------*- Makefile -*--===#
#
# The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
lib_LIBRARIES = libprofile.a
libprofile_a_SOURCES = BasicBlockTracing.c BlockProfiling.c CommonProfiling.c \
EdgeProfiling.c FunctionProfiling.c Profiling.h
EXPORTED_SYMBOL_LIST = exported_symbols.lst
include $(top_srcdir)/Makefile_config