blob: e43fed398767fe050f81988f687991b6d2821750 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/opt/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner00950542001-06-06 20:29:01 +00009LEVEL = ../..
Chris Lattnerc9744e72001-09-07 22:59:25 +000010TOOLNAME = opt
Anand Shukla63aaa112002-06-25 21:43:28 +000011
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
13 LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
14 LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
15 LLVMSystem.a
16
Brian Gaeke52852702003-06-17 20:09:18 +000017TOOLLINKOPTS = $(PLATFORMLIBDL)
Vikram S. Adve2f0a51c2002-09-18 11:55:44 +000018
Chris Lattner00950542001-06-06 20:29:01 +000019include $(LEVEL)/Makefile.common