llvm-6502/runtime/libprofile/Makefile.am
2004-10-17 00:24:24 +00:00

17 lines
636 B
Makefile

#===-- 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