2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/analyze/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-07-03 15:30:38 +00:00
|
|
|
LEVEL = ../..
|
2001-09-07 22:59:25 +00:00
|
|
|
TOOLNAME = analyze
|
2004-04-02 20:32:46 +00:00
|
|
|
USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
|
|
|
|
target.a scalaropts.a transformutils.a vmcore support
|
2003-06-17 20:09:18 +00:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2001-07-03 15:30:38 +00:00
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-20 19:16:29 +00:00
|
|
|
|