summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-30 22:12:19 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-30 22:12:19 +0000
commit2f8b41738ed579f91105569243919ff12be0ba0a (patch)
treec5748871dc81dedd346724c4b9e63a4bbc9dae87 /projects
parentb4a25f34010a7749234af4eadba3ceb3e7e2acfb (diff)
downloadllvm-2f8b41738ed579f91105569243919ff12be0ba0a.tar.gz
llvm-2f8b41738ed579f91105569243919ff12be0ba0a.tar.bz2
llvm-2f8b41738ed579f91105569243919ff12be0ba0a.tar.xz
Adding in projects subtree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/Makefile b/projects/Makefile
new file mode 100644
index 0000000000..0489557731
--- /dev/null
+++ b/projects/Makefile
@@ -0,0 +1,6 @@
+LEVEL=..
+
+DIRS=
+OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
+
+include $(LEVEL)/Makefile.common