From: Chris Lattner Date: Tue, 23 Jul 2002 17:50:41 +0000 (+0000) Subject: Convert over to new style of Makefile, where there is a difference between .o and... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40ac148c1d31ef156a9626eed5cff593bbc41490;p=oota-llvm.git Convert over to new style of Makefile, where there is a difference between .o and .a libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3000 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 1694f1bb8a3..0889735e191 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,8 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = asmparser bcreader scalaropts transforms analysis ipa datastructure transformutils vmcore support +USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \ + datastructure transformutils.a vmcore support +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common