summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 02:26:13 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 02:26:13 +0000
commitf36aeedaa30b34b044c20e8ef5d43bd8c6c0e342 (patch)
tree354a652983b7a654e2c649c471bb01beaf21bfb2 /lib
parent89938080a6315f2a44d0f614933af9a7964817f4 (diff)
downloadllvm-f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342.tar.gz
llvm-f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342.tar.bz2
llvm-f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342.tar.xz
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/IPA/Makefile3
-rw-r--r--lib/Analysis/Makefile1
-rw-r--r--lib/Archive/Makefile1
-rw-r--r--lib/Bytecode/Archive/Makefile1
-rw-r--r--lib/Linker/Makefile2
-rw-r--r--lib/Support/Makefile2
-rw-r--r--lib/System/Makefile2
-rw-r--r--lib/Target/Makefile2
-rw-r--r--lib/Transforms/IPO/Makefile2
-rw-r--r--lib/Transforms/Instrumentation/Makefile2
-rw-r--r--lib/Transforms/Makefile2
-rw-r--r--lib/Transforms/Scalar/Makefile2
-rw-r--r--lib/Transforms/Utils/Makefile1
13 files changed, 9 insertions, 14 deletions
diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile
index b7a6f76ee3..786e74377c 100644
--- a/lib/Analysis/IPA/Makefile
+++ b/lib/Analysis/IPA/Makefile
@@ -6,10 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../../..
LIBRARYNAME = LLVMipa
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
-
include $(LEVEL)/Makefile.common
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 4ec6b061f8..b679b572c5 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -11,7 +11,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
PARALLEL_DIRS = IPA DataStructure
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile
index 9b6b3a9b44..e8cc803c78 100644
--- a/lib/Archive/Makefile
+++ b/lib/Archive/Makefile
@@ -13,6 +13,5 @@ LIBRARYNAME = LLVMArchive
# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Bytecode/Archive/Makefile b/lib/Bytecode/Archive/Makefile
index 9b6b3a9b44..e8cc803c78 100644
--- a/lib/Bytecode/Archive/Makefile
+++ b/lib/Bytecode/Archive/Makefile
@@ -13,6 +13,5 @@ LIBRARYNAME = LLVMArchive
# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Linker/Makefile b/lib/Linker/Makefile
index 688c832f5b..efa2c35f40 100644
--- a/lib/Linker/Makefile
+++ b/lib/Linker/Makefile
@@ -6,10 +6,10 @@
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
LIBRARYNAME = LLVMLinker
BUILD_ARCHIVE := 1
-DONT_BUILD_RELINKED := 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 30862aabb6..6b96056aad 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED := 1
include $(LEVEL)/Makefile.common
diff --git a/lib/System/Makefile b/lib/System/Makefile
index b03de170e9..80fea39238 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -6,10 +6,10 @@
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
EXTRA_DIST = Unix Win32
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index d0efc98784..8b75294c5b 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
LIBRARYNAME = LLVMTarget
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
# We include this early so we can access the value of TARGETS_TO_BUILD as the
# value for PARALLEL_DIRS which must be set before Makefile.rules is included
diff --git a/lib/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile
index 7bf537945a..22a76d3a5e 100644
--- a/lib/Transforms/IPO/Makefile
+++ b/lib/Transforms/IPO/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../../..
LIBRARYNAME = LLVMipo
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index 9ab805c8b2..beba7e5bb4 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -6,11 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../../..
LIBRARYNAME = LLVMInstrumentation
PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index 0493e9a81d..c63bb7f1ef 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -6,11 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = LLVMTransforms
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile
index f327b857f1..79643c407e 100644
--- a/lib/Transforms/Scalar/Makefile
+++ b/lib/Transforms/Scalar/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../../..
LIBRARYNAME = LLVMScalarOpts
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile
index b78e89e21e..26fc4261f1 100644
--- a/lib/Transforms/Utils/Makefile
+++ b/lib/Transforms/Utils/Makefile
@@ -10,7 +10,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMTransformUtils
BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common