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
This commit is contained in:
Chris Lattner 2002-07-23 17:50:41 +00:00
parent aa852bbb50
commit 40ac148c1d

View File

@ -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