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