Small fixes for supporting dll* linkage types
[oota-llvm.git] / lib / Bytecode / Makefile
index 75d4f7cd10c1f579e7c6578fd05caee5f5897c80..b31a245292f3bae1821f3ae7256bb6cde37dfab1 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/Bytecode/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 = Reader Writer
+PARALLEL_DIRS = Reader Writer Archive
 
 include $(LEVEL)/Makefile.common