Update to reflect changes in Makefile rules.
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile.am
1 #===-- lib/Transforms/Instrumentation/Makefile.am ----------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 include $(top_srcdir)/Makefile_config
11
12 SUBDIRS = ProfilePaths
13
14 lib_LIBRARIES = libLLVMInstrument.a
15
16 MYSOURCES = \
17   BlockProfiling.cpp \
18   EdgeProfiling.cpp \
19   EmitFunctions.cpp \
20   ProfilingUtils.cpp \
21   TraceBasicBlocks.cpp \
22   TraceValues.cpp
23
24 libLLVMInstrument_a_SOURCES = $(MYSOURCES)
25
26 PRELINK=libLLVMInstrument.a