2008-04-24 00:29:24 +02:00
|
|
|
##===- lib/Target/CppBackend/Makefile --- ------------------*- Makefile -*-===##
|
2009-01-09 17:44:42 +01:00
|
|
|
#
|
2008-04-24 00:29:24 +02: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 17:44:42 +01:00
|
|
|
#
|
2008-04-24 00:29:24 +02:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
2011-11-10 16:35:14 +01:00
|
|
|
LIBRARYNAME = LLVMCppBackendCodeGen
|
2009-07-15 08:35:19 +02:00
|
|
|
DIRS = TargetInfo
|
|
|
|
|
2008-04-24 00:29:24 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
CompileCommonOpts += -Wno-format
|