Convert feature of the simple isel over for the pattern isel to use.
[oota-llvm.git] / lib / Target / CBackend / Makefile
index 3c08fe0da99409fa5a235f9e2e18f702fd9145ed..fc32db0a40ed270f293baf0ed3fcad335a009062 100644 (file)
@@ -1,7 +1,13 @@
-
-LEVEL = ../..
-
-LIBRARYNAME = cwriter
-
+##===- 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.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME = LLVMCBackend
 include $(LEVEL)/Makefile.common