1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/Makefile.am
2004-10-10 20:43:57 +00:00

39 lines
1018 B
Makefile

#===-- 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.rules.am
SUBDIRS = InstrSched ModuloScheduling SelectionDAG
libexec_PROGRAMS = LLVMCodeGen.o
LLVMCodeGen_o_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
LIBS=