2003-10-21 06:29:16 +08: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 23:30:38 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = analyze
|
2002-07-24 01:50:41 +08:00
|
|
|
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
2003-04-01 01:30:35 +08:00
|
|
|
datastructure target.a transformutils.a scalaropts.a vmcore support
|
2003-06-18 04:09:18 +08:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2001-07-03 23:30:38 +08:00
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-21 03:16:29 +08:00
|
|
|
|