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:
40ac148
)
Convert over to new style makefile where libraries by default build .o files
author
Chris Lattner
<sabre@nondot.org>
Tue, 23 Jul 2002 17:52:24 +0000
(17:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 23 Jul 2002 17:52:24 +0000
(17:52 +0000)
unless they specify BUILD_ARCHIVE to also build a .a file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3001
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/Makefile
patch
|
blob
|
history
diff --git
a/lib/Analysis/Makefile
b/lib/Analysis/Makefile
index bbf1238703323abcae818d1dc27b5ae0449221fa..6168140831dcf8f7d0b572c1fb1f0ba032a96a21 100644
(file)
--- a/
lib/Analysis/Makefile
+++ b/
lib/Analysis/Makefile
@@
-1,9
+1,7
@@
-
LEVEL = ../..
-
LIBRARYNAME = analysis
-
DIRS = LiveVar IPA DataStructure
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common