Adding in projects subtree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Makefile b/projects/Makefile
new file mode 100644
index 0000000..0489557
--- /dev/null
+++ b/projects/Makefile
@@ -0,0 +1,6 @@
+LEVEL=..
+
+DIRS=
+OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
+
+include $(LEVEL)/Makefile.common