blob: 98948033e24ebb337caf6a510056566d9805732e [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
Reid Spencer18c8b492006-06-01 01:30:27 +000011USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
12 LLVMSupport.a LLVMbzip2.a LLVMSystem.a
Reid Spencerfb0c0dc2006-05-29 00:57:22 +000013
14include $(LEVEL)/Makefile.common
Reid Spencer409411e2006-06-02 00:39:08 +000015
16CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
17CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))