Pass argc by value, not by reference, since it isn't modified.
[oota-llvm.git] / lib / Support / Makefile
index d52d7315bf859c61b3c1da72918cbbf51a3a5548..af2776cbfa3321b2aed1bb0ee2e4c0509b10e834 100644 (file)
@@ -1,5 +1,14 @@
-LEVEL = ../../..
-LIBRARYNAME = support
+##===- lib/Support/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 = LLVMSupport
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common