Improve coverage of the X86 instruction set by adding 16-bit shift doubles.
[oota-llvm.git] / lib / Makefile
index d0f6f57d393a74b14dfeabf07a2dcc6eba3dae8c..b89b73d502b807e2639e3c4f619cd0ef72c6d3f9 100644 (file)
@@ -1,6 +1,15 @@
+##===- lib/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 = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
+                ExecutionEngine Debugger Linker
 
 include $(LEVEL)/Makefile.common