2004-02-13 23:31:12 +00:00
|
|
|
##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2003-10-20 22:26:57 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# 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
|
|
|
#
|
2003-10-20 22:26:57 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2002-05-08 18:09:58 +00:00
|
|
|
|
2004-02-13 23:31:12 +00:00
|
|
|
LEVEL = ../../..
|
2004-10-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMCBackend
|
2009-07-15 06:35:19 +00:00
|
|
|
DIRS = TargetInfo
|
|
|
|
|
2002-05-08 18:09:58 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2006-06-01 05:49:51 +00:00
|
|
|
|
2006-12-23 06:05:41 +00:00
|
|
|
CompileCommonOpts += -Wno-format
|