[llvm-commits] CVS: llvm/lib/Target/SparcV9/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
Makefile.am updated: 1.3 -> 1.4
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+4 -4)
Index: llvm/lib/Target/SparcV9/Makefile.am
diff -u llvm/lib/Target/SparcV9/Makefile.am:1.3 llvm/lib/Target/SparcV9/Makefile.am:1.4
--- llvm/lib/Target/SparcV9/Makefile.am:1.3 Sun Oct 10 18:36:09 2004
+++ llvm/lib/Target/SparcV9/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,17 +7,17 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
SUBDIRS = InstrSched LiveVar ModuloScheduling RegAlloc
-libexec_PROGRAMS = LLVMSparcV9.o
+lib_LIBRARIES = libLLVMSparcV9.a
BUILT_SOURCES = \
SparcV9CodeEmitter.inc \
SparcV9.burm.cpp
-LLVMSparcV9_o_SOURCES = \
+libLLVMSparcV9_a_SOURCES = \
EmitBytecodeToAssembly.cpp \
InternalGlobalMapper.cpp \
MachineCodeForInstruction.cpp \
@@ -39,7 +39,7 @@
SparcV9TmpInstr.cpp \
$(BUILT_SOURCES)
-LIBS=
+PRELINK=libLLVMSparcV9.a
SparcV9.burg.in1 : SparcV9.burg.in
$(CXX) -E $(AM_CPPFLAGS) -x c++ $< | $(SED) '/^#/d' | $(SED) 's/Ydefine/#define/' > $@
More information about the llvm-commits
mailing list