blob: 68d09369a58fa905be179d654737ae5f644b88a0 [file] [log] [blame]
#===-- lib/CodeGen/Makefile.am -----------------------------*- Makefile -*--===#
#
# The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
include $(top_srcdir)/Makefile_config
SUBDIRS = SelectionDAG
lib_LIBRARIES = libLLVMCodeGen.a
libLLVMCodeGen_a_SOURCES = \
AsmPrinter.cpp \
BranchFolding.cpp \
IntrinsicLowering.cpp \
LiveIntervalAnalysis.cpp \
LiveInterval.cpp \
LiveVariables.cpp \
MachineBasicBlock.cpp \
MachineCodeEmitter.cpp \
MachineFunction.cpp \
MachineInstr.cpp \
Passes.cpp \
PHIElimination.cpp \
PrologEpilogInserter.cpp \
RegAllocIterativeScan.cpp \
RegAllocLinearScan.cpp \
RegAllocLocal.cpp \
RegAllocSimple.cpp \
TwoAddressInstructionPass.cpp \
UnreachableBlockElim.cpp \
VirtRegMap.cpp
PRELINK=libLLVMCodeGen.a