summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
commitace94df71f8e4b8ea2de71ac9f9622d198ea52c7 (patch)
tree98bccc806668d3efab2d2ad0a71b5924a509702e /llvm/tools/analyze
parent5b240ad1d913a5b6a5cd7bfeaf1d671f7de86a33 (diff)
downloadbcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.tar.gz
bcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.zip
Update to reflect changes in Makefile rules.
llvm-svn: 16950
Diffstat (limited to 'llvm/tools/analyze')
-rw-r--r--llvm/tools/analyze/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/tools/analyze/Makefile.am b/llvm/tools/analyze/Makefile.am
index 7bad54c0011..b54c7b3cf78 100644
--- a/llvm/tools/analyze/Makefile.am
+++ b/llvm/tools/analyze/Makefile.am
@@ -7,7 +7,7 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
bin_PROGRAMS = analyze
@@ -16,9 +16,6 @@ analyze_SOURCES = \
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) \
OpenPOWER on IntegriCloud