[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile.am

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



Changes in directory llvm/lib/Transforms/Instrumentation:

Makefile.am updated: 1.1 -> 1.2
---
Log message:

Update to reflect changes in Makefile rules.


---
Diffs of the changes:  (+3 -4)

Index: llvm/lib/Transforms/Instrumentation/Makefile.am
diff -u llvm/lib/Transforms/Instrumentation/Makefile.am:1.1 llvm/lib/Transforms/Instrumentation/Makefile.am:1.2
--- llvm/lib/Transforms/Instrumentation/Makefile.am:1.1	Sun Oct 10 17:19:55 2004
+++ llvm/lib/Transforms/Instrumentation/Makefile.am	Wed Oct 13 06:46:51 2004
@@ -7,12 +7,11 @@
 # 
 #===------------------------------------------------------------------------===#
 
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
 
 SUBDIRS = ProfilePaths
 
 lib_LIBRARIES = libLLVMInstrument.a
-libexec_PROGRAMS = LLVMInstrument.o
 
 MYSOURCES = \
   BlockProfiling.cpp \
@@ -23,5 +22,5 @@
   TraceValues.cpp
 
 libLLVMInstrument_a_SOURCES = $(MYSOURCES)
-LLVMInstrument_o_SOURCES = $(MYSOURCES)
-LIBS=
+
+PRELINK=libLLVMInstrument.a






More information about the llvm-commits mailing list