blob: dfd71b295a9a81f4fb64ae76e3f8b9c7189c351b [file] [log] [blame]
John Criswellabe5cdc2003-10-20 22:29:16 +00001##===- tools/llvm-as/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner8fa21ac2007-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 Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner36bf1082006-09-04 04:47:49 +00009
Daniel Dunbar96d812a2011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-as
Chris Lattner6d80e212007-05-06 09:29:57 +000012LINK_COMPONENTS := asmparser bitwriter
Chris Lattner9373bd62001-09-07 22:59:25 +000013
Chris Lattnerdbf7b1c2009-02-26 18:29:42 +000014# This tool has no plugins, optimize startup time.
Daniel Dunbar96d812a2011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Chris Lattnerdbf7b1c2009-02-26 18:29:42 +000016
Chris Lattner2f7c9632001-06-06 20:29:01 +000017include $(LEVEL)/Makefile.common