Skip to content
Makefile 655 B
Newer Older
##===- 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.
# 
##===----------------------------------------------------------------------===##
Chris Lattner's avatar
Chris Lattner committed
LEVEL = ../..
Anand Shukla's avatar
Anand Shukla committed

USEDLIBS = bcreader bcwriter \
Misha Brukman's avatar
Misha Brukman committed
           instrument profpaths scalaropts \
           ipo ipa datastructure transforms target.a analysis \
Chris Lattner's avatar
Chris Lattner committed
           transformutils vmcore support