[llvm-commits] CVS: llvm/lib/Target/PowerPC/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+4 -4)
Index: llvm/lib/Target/PowerPC/Makefile.am
diff -u llvm/lib/Target/PowerPC/Makefile.am:1.1 llvm/lib/Target/PowerPC/Makefile.am:1.2
--- llvm/lib/Target/PowerPC/Makefile.am:1.1 Sun Oct 10 17:18:12 2004
+++ llvm/lib/Target/PowerPC/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,9 +7,9 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMPowerPC.o
+lib_LIBRARIES = libLLVMPowerPC.a
BUILT_SOURCES = \
PowerPCGenInstrNames.inc \
@@ -23,7 +23,7 @@
PPC64GenRegisterInfo.inc \
PPC64GenInstrInfo.inc
-LLVMPowerPC_o_SOURCES = \
+libLLVMPowerPC_a_SOURCES = \
PowerPCAsmPrinter.cpp \
PowerPCBranchSelector.cpp \
PowerPCTargetMachine.cpp \
@@ -36,6 +36,6 @@
PPC64ISelSimple.cpp \
PPC64RegisterInfo.cpp
-LIBS=
+PRELINK=libLLVMPowerPC.a
$(BUILT_SOURCES) : $(LLVM_TDFILES) $(TBLGEN)
More information about the llvm-commits
mailing list