[llvm-commits] CVS: llvm/tools/analyze/Makefile.am

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



Changes in directory llvm/tools/analyze:

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

Update to reflect changes in Makefile rules.


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

Index: llvm/tools/analyze/Makefile.am
diff -u llvm/tools/analyze/Makefile.am:1.1 llvm/tools/analyze/Makefile.am:1.2
--- llvm/tools/analyze/Makefile.am:1.1	Sun Oct 10 17:32:57 2004
+++ llvm/tools/analyze/Makefile.am	Wed Oct 13 06:46:51 2004
@@ -7,7 +7,7 @@
 # 
 #===------------------------------------------------------------------------===#
 
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
 
 bin_PROGRAMS = analyze
 
@@ -16,9 +16,6 @@
   analyze.cpp \
   GraphPrinters.cpp
 
-#USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
-#           target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
-
 analyze_LDADD = \
   $(call GETOBJS,AsmParser,BCReader,Core) \
   $(call GETLIBS,Analysis,IPA,DataStructure,ScalarOpts,Transforms,Target) \






More information about the llvm-commits mailing list