OSDN Git Service

Adding in projects subtree.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:12:19 +0000 (22:12 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:12:19 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Makefile [new file with mode: 0644]

diff --git a/projects/Makefile b/projects/Makefile
new file mode 100644 (file)
index 0000000..0489557
--- /dev/null
@@ -0,0 +1,6 @@
+LEVEL=..
+
+DIRS=
+OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
+
+include $(LEVEL)/Makefile.common