summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-23 17:52:24 +0000
committerChris Lattner <sabre@nondot.org>2002-07-23 17:52:24 +0000
commit2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5 (patch)
tree51e6bf5f012b3ca54240668edb947fee7db68a6b /llvm/lib/Analysis
parent0af07b48f2b6ab156f13f688546b1b44f0263e95 (diff)
downloadbcm5719-llvm-2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5.tar.gz
bcm5719-llvm-2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5.zip
Convert over to new style makefile where libraries by default build .o files
unless they specify BUILD_ARCHIVE to also build a .a file. llvm-svn: 3001
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile
index bbf12387033..6168140831d 100644
--- a/llvm/lib/Analysis/Makefile
+++ b/llvm/lib/Analysis/Makefile
@@ -1,9 +1,7 @@
-
LEVEL = ../..
-
LIBRARYNAME = analysis
-
DIRS = LiveVar IPA DataStructure
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud