Remove debug code emitter from the JIT
[oota-llvm.git] / tools / bugpoint / Makefile.am
1 #===-- tools/bugpoint/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 bin_PROGRAMS = bugpoint
13
14 bugpoint_SOURCES = \
15   BugDriver.cpp \
16   bugpoint.cpp \
17   CrashDebugger.cpp \
18   ExecutionDriver.cpp \
19   ExtractFunction.cpp \
20   Miscompilation.cpp \
21   OptimizerDriver.cpp \
22   TestPasses.cpp
23
24 bugpoint_LDADD = \
25   $(call GETOBJS,IPO,ScalarOpts,Analysis,Transforms,Instrument,ProfilePaths) \
26   $(call GETOBJS,DataStructure,IPA) \
27   $(call GETLIBS,Target) \
28   $(call GETOBJS,TransformUtils,AsmParser,BCReader,BCWriter,Core) \
29   $(call GETLIBS,Support,System)