blob: 91de6d2490bbe0ead3622518d07bf203891ed130 [file] [log] [blame]
John Criswellabe5cdc2003-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 Lattner2f7c9632001-06-06 20:29:01 +00009LEVEL = ../..
Misha Brukman98930272003-08-28 21:32:57 +000010TOOLNAME = llvm-as
Misha Brukmanca1e0c62005-04-24 17:43:41 +000011USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \
12 LLVMSupport.a LLVMbzip2 LLVMSystem.a
Chris Lattner9373bd62001-09-07 22:59:25 +000013
Chris Lattner2f7c9632001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common