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:
ead9a94
)
Initial checkin of makefile for this directory
author
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 15:58:16 +0000
(15:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 15:58:16 +0000
(15:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8737
91177308
-0d34-0410-b5e6-
96231b3b80d8
support/lib/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/support/lib/Makefile
b/support/lib/Makefile
new file mode 100644
(file)
index 0000000..
f5446d3
--- /dev/null
+++ b/
support/lib/Makefile
@@ -0,0
+1,6
@@
+LEVEL = ../..
+
+DIRS = Support
+
+include $(LEVEL)/Makefile.common
+