##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
- target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
+USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a \
+ transforms.a target.a scalaropts.a transformutils.a vmcore support \
+ LLVMsystem.a
+
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
-
OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
- transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a
+USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
+ asmparser bcreader bcwriter vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)