diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
| commit | ace94df71f8e4b8ea2de71ac9f9622d198ea52c7 (patch) | |
| tree | 98bccc806668d3efab2d2ad0a71b5924a509702e /llvm/lib/CodeGen/Makefile.am | |
| parent | 5b240ad1d913a5b6a5cd7bfeaf1d671f7de86a33 (diff) | |
| download | bcm5719-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.am | 8 |
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 |

