aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
committerChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
commit56d27019e6aebd7cfa5d031c832193eb66d75830 (patch)
tree1826962f81136719c70efeb5b598e02b3d7b8321 /lib/Analysis
parentf78a824b3c155f78abbf646da486fda866b4cca6 (diff)
downloadexternal_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.zip
external_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.gz
external_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.bz2
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/DataStructure/Makefile3
-rw-r--r--lib/Analysis/IPA/Makefile3
-rw-r--r--lib/Analysis/LiveVar/Makefile2
3 files changed, 2 insertions, 6 deletions
diff --git a/lib/Analysis/DataStructure/Makefile b/lib/Analysis/DataStructure/Makefile
index 6822b37..3c4c7e2 100644
--- a/lib/Analysis/DataStructure/Makefile
+++ b/lib/Analysis/DataStructure/Makefile
@@ -1,7 +1,6 @@
-
LEVEL = ../../..
-
LIBRARYNAME = datastructure
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile
index 95ea15c..80ef418 100644
--- a/lib/Analysis/IPA/Makefile
+++ b/lib/Analysis/IPA/Makefile
@@ -1,7 +1,6 @@
-
LEVEL = ../../..
-
LIBRARYNAME = ipa
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Analysis/LiveVar/Makefile b/lib/Analysis/LiveVar/Makefile
index 81d4948..7fdf34d 100644
--- a/lib/Analysis/LiveVar/Makefile
+++ b/lib/Analysis/LiveVar/Makefile
@@ -1,6 +1,4 @@
-
LEVEL = ../../..
-
LIBRARYNAME = livevar
include $(LEVEL)/Makefile.common