blob: 726cad87123f24572f5b058c295925818fcab550 [file] [log] [blame]
Misha Brukmana9f48362009-04-01 21:37:19 +00001##===- tools/opt/Makefile ----------------------------------*- Makefile -*-===##
2#
John Criswelle2fab732003-10-20 22:29:16 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmana9f48362009-04-01 21:37:19 +00007#
John Criswelle2fab732003-10-20 22:29:16 +00008##===----------------------------------------------------------------------===##
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
Dan Gohman99ed4162009-09-03 16:00:08 +000012LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
Reid Spencer6cb21d42004-10-27 23:18:45 +000013
Chris Lattner00950542001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common