Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now
[oota-llvm.git] / lib / Support / Makefile
index 7a41c62b04e7a1846fda70ae7c2770ed43db62d8..0b6660408ac9e5145235c62a84eb7dd02b16a687 100644 (file)
@@ -1,12 +1,13 @@
+##===- 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 = ../..
-
-DIRS  = 
-
 LIBRARYNAME = support
-
-## List source files in link order
-Source  = \
-         ProgramOption.o \
-         ProgramOptions.o
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common