blob: e1e5853a7b6a912dc34b5b313e34afe0c7c1bbd9 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-as/Makefile ------------------------------*- Makefile -*-===##
2#
3# 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.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner9bf8ea22006-09-04 04:47:49 +00009
Chris Lattner00950542001-06-06 20:29:01 +000010LEVEL = ../..
Misha Brukmancbb62dd2003-08-28 21:32:57 +000011TOOLNAME = llvm-as
Chris Lattner44dadff2007-05-06 09:29:57 +000012LINK_COMPONENTS := asmparser bitwriter
Chris Lattnerc9744e72001-09-07 22:59:25 +000013
Chris Lattner6b37dcd2009-02-26 18:29:42 +000014# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
Chris Lattner00950542001-06-06 20:29:01 +000017include $(LEVEL)/Makefile.common