summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorBill Wendling <wendling@apple.com>2011-08-16 21:26:27 -0700
committerBill Wendling <wendling@apple.com>2011-08-16 21:26:27 -0700
commitaf352bf765ecf3e55da38c34cb480b269a157894 (patch)
tree300f40205b0132de57f462eb8b3b15cc7e3011cb /lib/Makefile
downloadflang-af352bf765ecf3e55da38c34cb480b269a157894.tar.gz
First commit
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644
index 0000000000..f24099bc07
--- /dev/null
+++ b/lib/Makefile
@@ -0,0 +1,14 @@
+##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+FLANG_LEVEL := ..
+
+PARALLEL_DIRS = Basic Parse AST Frontend
+
+include $(FLANG_LEVEL)/Makefile