[llvm-commits] CVS: llvm/lib/Target/Skeleton/Makefile.am

Reid Spencer reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004



Changes in directory llvm/lib/Target/Skeleton:

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/Skeleton/Makefile.am
diff -u llvm/lib/Target/Skeleton/Makefile.am:1.1 llvm/lib/Target/Skeleton/Makefile.am:1.2
--- llvm/lib/Target/Skeleton/Makefile.am:1.1	Sun Oct 10 17:18:24 2004
+++ llvm/lib/Target/Skeleton/Makefile.am	Wed Oct 13 06:46:51 2004
@@ -8,9 +8,9 @@
 #===------------------------------------------------------------------------===#
 
 
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
 
-libexec_PROGRAMS = LLVMSkeleton.o
+lib_LIBRARIES = libLLVMSkeleton.a
 
 BUILT_SOURCES = \
   SkeletonGenRegisterInfo.h.inc \
@@ -19,13 +19,13 @@
   SkeletonGenInstrNames.inc \
   SkeletonGenInstrInfo.inc
 
-LLVMSkeleton_o_SOURCES = \
+libLLVMSkeleton_a_SOURCES = \
   SkeletonInstrInfo.cpp \
   SkeletonJITInfo.cpp \
   SkeletonRegisterInfo.cpp \
   SkeletonTargetMachine.cpp \
   $(BUILT_SOURCES)
 
-LIBS=
+PRELINK=libLLVMSkeleton.a
 
 $(BUILT_SOURCES) : $(TDFILES) $(TBLGEN)






More information about the llvm-commits mailing list