Fix up cmake build.
[oota-llvm.git] / lib / Target / CBackend / Makefile
index 2e13bf7c99a34a569595eba1cc92bed043590b0b..bac3474099cdc63c4b19e02c02d8223b759dbe28 100644 (file)
@@ -1,15 +1,16 @@
-##===- lib/CWriter/Makefile --------------------------------*- Makefile -*-===##
-# 
+##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-LIBRARYNAME = cwriter
+LEVEL = ../../..
+LIBRARYNAME = LLVMCBackendCodeGen
+DIRS = TargetInfo
 
 include $(LEVEL)/Makefile.common
 
+CompileCommonOpts += -Wno-format