summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Makefile')
-rw-r--r--contrib/llvm/lib/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Makefile b/contrib/llvm/lib/Makefile
new file mode 100644
index 0000000..3807f31
--- /dev/null
+++ b/contrib/llvm/lib/Makefile
@@ -0,0 +1,17 @@
+##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ..
+
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
+ Target ExecutionEngine Linker MC CompilerDriver
+
+include $(LEVEL)/Makefile.common
+
OpenPOWER on IntegriCloud