Remove debug code emitter from the JIT
[oota-llvm.git] / lib / VMCore / Makefile.am
1 #===-- lib/VMCore/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 = libLLVMCore.a
13
14 libLLVMCore_a_SOURCES = \
15   AsmWriter.cpp \
16   BasicBlock.cpp \
17   ConstantFolding.cpp \
18   ConstantRange.cpp \
19   Constants.cpp \
20   Dominators.cpp \
21   Function.cpp \
22   Globals.cpp \
23   InstrTypes.cpp \
24   Instruction.cpp \
25   Instructions.cpp \
26   LeakDetector.cpp \
27   Linker.cpp \
28   Mangler.cpp \
29   Module.cpp \
30   ModuleProvider.cpp \
31   Pass.cpp \
32   SymbolTable.cpp \
33   Type.cpp \
34   Value.cpp \
35   Verifier.cpp
36
37 PRELINK=libLLVMCore.a