2006-07-06 23:48:57 +00:00
|
|
|
##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===##
|
2006-05-29 00:57:22 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = llvm2cpp
|
2007-05-06 09:29:57 +00:00
|
|
|
LINK_COMPONENTS = bitreader
|
2006-05-29 00:57:22 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2006-06-02 00:39:08 +00:00
|
|
|
|
2006-11-03 00:05:16 +00:00
|
|
|
CompileCommonOpts := $(CompileCommonOpts) -Wno-format
|