Make iostream #inclusion explicit
[oota-llvm.git] / lib / VMCore / Makefile
index 7d1289c45291f56550d13b6e4494174ea74b89bb..6bae97f309454fdd73fef81676189210697199ac 100644 (file)
@@ -1,7 +1,18 @@
-
+##===- lib/VMCore/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 = LLVMCore
 
-LIBRARYNAME = vmcore
+include $(LEVEL)/Makefile.config
+ifeq ($(ARCH),Alpha)
+BUILD_ARCHIVE = 1
+endif
 
 include $(LEVEL)/Makefile.common