2004-02-14 00:31:12 +01:00
|
|
|
##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
|
2003-10-21 00:26:57 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:09:26 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2003-10-21 00:26:57 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-05-08 20:09:58 +02:00
|
|
|
|
2004-02-14 00:31:12 +01:00
|
|
|
LEVEL = ../../..
|
2004-10-28 01:18:45 +02:00
|
|
|
LIBRARYNAME = LLVMCBackend
|
2002-05-08 20:09:58 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
2006-06-01 07:49:51 +02:00
|
|
|
|
2006-12-23 07:05:41 +01:00
|
|
|
CompileCommonOpts += -Wno-format
|