blob: a15b609b9e4d8b3826a959514f5d9df9e6de06a4 [file] [log] [blame]
Reid Spencerfb0c0dc2006-05-29 00:57:22 +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##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = llvm2cpp
11USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \
12 LLVMSupport.a LLVMbzip2 LLVMSystem.a
13
14include $(LEVEL)/Makefile.common