blob: 28e90f620ec07fcb1ed48c5442aa92967a5f7e40 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-as/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 = ../..
Misha Brukmancbb62dd2003-08-28 21:32:57 +000010TOOLNAME = llvm-as
Chris Lattner56d27012002-07-23 17:52:38 +000011USEDLIBS = asmparser bcwriter vmcore support.a
Chris Lattnerc9744e72001-09-07 22:59:25 +000012
Chris Lattner00950542001-06-06 20:29:01 +000013include $(LEVEL)/Makefile.common