Remove debug code emitter from the JIT
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / Makefile.am
1 #===- lib/Transforms/Instrumentation/ProfilePaths/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 lib_LIBRARIES = libLLVMProfilePaths.a
13
14 MYSOURCES= \
15   CombineBranch.cpp \
16   EdgeCode.cpp \
17   GraphAuxiliary.cpp \
18   Graph.cpp \
19   InstLoops.cpp \
20   ProfilePaths.cpp \
21   RetracePath.cpp
22
23 libLLVMProfilePaths_a_SOURCES = $(MYSOURCES)
24
25 PRELINK=libLLVMProfilePaths.a