2008-04-23 22:29:24 +00:00
|
|
|
##===- lib/Target/CppBackend/Makefile --- ------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-04-23 22:29:24 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-04-23 22:29:24 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMCppBackend
|
2009-07-15 06:35:19 +00:00
|
|
|
|
|
|
|
DIRS = TargetInfo
|
|
|
|
|
2008-04-23 22:29:24 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
CompileCommonOpts += -Wno-format
|