Fix typos in comments.
[oota-llvm.git] / lib / Support / Makefile
index 7a41c62b04e7a1846fda70ae7c2770ed43db62d8..7f76ed702d2fdb616beaecc9bb0a151171a6ba85 100644 (file)
@@ -1,12 +1,17 @@
-LEVEL = ../..
-
-DIRS  = 
+##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 
-LIBRARYNAME = support
+LEVEL = ../..
+LIBRARYNAME = LLVMSupport
+BUILD_ARCHIVE = 1
 
-## List source files in link order
-Source  = \
-         ProgramOption.o \
-         ProgramOptions.o
+## FIXME: This only requires RTTI because tblgen uses it.  Fix that.
+REQUIRES_RTTI = 1
 
 include $(LEVEL)/Makefile.common