68d09369a58fa905be179d654737ae5f644b88a0
[oota-llvm.git] / lib / CodeGen / Makefile.am
1 #===-- lib/CodeGen/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 = SelectionDAG
13
14 lib_LIBRARIES = libLLVMCodeGen.a
15
16 libLLVMCodeGen_a_SOURCES = \
17   AsmPrinter.cpp \
18   BranchFolding.cpp \
19   IntrinsicLowering.cpp \
20   LiveIntervalAnalysis.cpp \
21   LiveInterval.cpp \
22   LiveVariables.cpp \
23   MachineBasicBlock.cpp \
24   MachineCodeEmitter.cpp \
25   MachineFunction.cpp \
26   MachineInstr.cpp \
27   Passes.cpp \
28   PHIElimination.cpp \
29   PrologEpilogInserter.cpp \
30   RegAllocIterativeScan.cpp \
31   RegAllocLinearScan.cpp \
32   RegAllocLocal.cpp \
33   RegAllocSimple.cpp \
34   TwoAddressInstructionPass.cpp \
35   UnreachableBlockElim.cpp \
36   VirtRegMap.cpp
37
38 PRELINK=libLLVMCodeGen.a