Bugpoint has the ability of generating a plethora of core files, so to
[oota-llvm.git] / tools / analyze / Makefile
index 9a33f950a4f7edabc612d011d7879cfb79091e3e..6fd5d9400097aa0a308729a136958929edaea9a4 100644 (file)
@@ -1,6 +1,8 @@
 LEVEL = ../..
 TOOLNAME = analyze
-USEDLIBS = analysis asmparser bcreader scalaropts vmcore analysis ipa datastructure transforms support
+USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
+           datastructure target.a transformutils.a scalaropts.a vmcore support
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common