blob: 89ffc97e80b34d2c1ef4297218c559dbbf259e2d [file] [log] [blame]
Chris Lattner8eaafde2006-07-06 23:48:57 +00001##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===##
Reid Spencerfb0c0dc2006-05-29 00:57:22 +00002#
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
Chris Lattnerb958ba32007-05-06 05:21:42 +000011LINK_COMPONENTS = bcreader bitreader
Reid Spencerfb0c0dc2006-05-29 00:57:22 +000012
13include $(LEVEL)/Makefile.common
Reid Spencer409411e2006-06-02 00:39:08 +000014
Reid Spencer7bd78732006-11-03 00:05:16 +000015CompileCommonOpts := $(CompileCommonOpts) -Wno-format