projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a25f3
)
Adding in projects subtree.
author
John Criswell
<criswell@uiuc.edu>
Mon, 30 Jun 2003 22:12:19 +0000
(22:12 +0000)
committer
John 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]
patch
|
blob
diff --git a/projects/Makefile
b/projects/Makefile
new file mode 100644
(file)
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