summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile.am
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
commitace94df71f8e4b8ea2de71ac9f9622d198ea52c7 (patch)
tree98bccc806668d3efab2d2ad0a71b5924a509702e /llvm/lib/CodeGen/Makefile.am
parent5b240ad1d913a5b6a5cd7bfeaf1d671f7de86a33 (diff)
downloadbcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.tar.gz
bcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.zip
Update to reflect changes in Makefile rules.
llvm-svn: 16950
Diffstat (limited to 'llvm/lib/CodeGen/Makefile.am')
-rw-r--r--llvm/lib/CodeGen/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/Makefile.am b/llvm/lib/CodeGen/Makefile.am
index 0f3cdd2fd5b..68d09369a58 100644
--- a/llvm/lib/CodeGen/Makefile.am
+++ b/llvm/lib/CodeGen/Makefile.am
@@ -7,13 +7,13 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
SUBDIRS = SelectionDAG
-libexec_PROGRAMS = LLVMCodeGen.o
+lib_LIBRARIES = libLLVMCodeGen.a
-LLVMCodeGen_o_SOURCES = \
+libLLVMCodeGen_a_SOURCES = \
AsmPrinter.cpp \
BranchFolding.cpp \
IntrinsicLowering.cpp \
@@ -35,4 +35,4 @@ LLVMCodeGen_o_SOURCES = \
UnreachableBlockElim.cpp \
VirtRegMap.cpp
-LIBS=
+PRELINK=libLLVMCodeGen.a
OpenPOWER on IntegriCloud