2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/opt/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-06-06 20:29:01 +00:00
|
|
|
LEVEL = ../..
|
2001-09-07 22:59:25 +00:00
|
|
|
TOOLNAME = opt
|
2002-06-25 21:43:28 +00:00
|
|
|
|
2003-04-16 22:55:55 +00:00
|
|
|
USEDLIBS = bcreader bcwriter \
|
2003-07-10 16:35:17 +00:00
|
|
|
instrument profpaths scalaropts \
|
2002-12-12 05:29:32 +00:00
|
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
2003-07-21 19:07:27 +00:00
|
|
|
transformutils vmcore support
|
2003-06-17 20:09:18 +00:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2002-09-18 11:55:44 +00:00
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|