Convert over to new style of Makefile, where there is a difference between .o and .a libraries.

llvm-svn: 3000
This commit is contained in:
Chris Lattner 2002-07-23 17:50:41 +00:00
parent 494c0b07de
commit 0af07b48f2
1 changed files with 3 additions and 1 deletions

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