DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 02:26:13 +0000 (02:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 02:26:13 +0000 (02:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8

13 files changed:
lib/Analysis/IPA/Makefile
lib/Analysis/Makefile
lib/Archive/Makefile
lib/Bytecode/Archive/Makefile
lib/Linker/Makefile
lib/Support/Makefile
lib/System/Makefile
lib/Target/Makefile
lib/Transforms/IPO/Makefile
lib/Transforms/Instrumentation/Makefile
lib/Transforms/Makefile
lib/Transforms/Scalar/Makefile
lib/Transforms/Utils/Makefile

index b7a6f76ee3f69377c235b91cec233e3530470377..786e74377c525741e66623cfbf2df2fd04448a58 100644 (file)
@@ -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
 
index 4ec6b061f88de946c9e09f6c698554b2468742db..b679b572c5b0811fa0a9df2155eba3f4b6e1cfec 100644 (file)
@@ -11,7 +11,6 @@ LEVEL = ../..
 LIBRARYNAME = LLVMAnalysis
 PARALLEL_DIRS = IPA DataStructure
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common
 
index 9b6b3a9b4447c70f8432b68fcbd617dc46f50caf..e8cc803c785399e06d4cb98b44fbee93d2ede541 100644 (file)
@@ -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
index 9b6b3a9b4447c70f8432b68fcbd617dc46f50caf..e8cc803c785399e06d4cb98b44fbee93d2ede541 100644 (file)
@@ -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
index 688c832f5b74e307f1fef2b3a6851ca1d7c32cd5..efa2c35f40858ec87300e10d3aea66b5332e3d4a 100644 (file)
@@ -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
 
index 30862aabb660b4cc9f2e46eb79572e34a05e77b0..6b96056aad1d4777a8f4305e7a181a16faa3315a 100644 (file)
@@ -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
index b03de170e93d660ae98307cfe5be75e5e8acdb80..80fea39238eadfacc04114e604dbca7594760968 100644 (file)
@@ -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
 
index d0efc987845fb72ead5546c347beb38b4937b3bb..8b75294c5b65ed64b18e3c9231e865c32ecfe304 100644 (file)
@@ -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
index 7bf537945a6d1e0059c8a73c20575ff940f67a28..22a76d3a5ee3a424740a67b5b198d2b6bfc03660 100644 (file)
@@ -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
 
index 9ab805c8b29e0b3e53ab1c731f66e2ad8a2c159b..beba7e5bb49d8d2053bd527bc96fb6e4103a700e 100644 (file)
@@ -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
 
index 0493e9a81d1b6228cecfc5a1754e829bbefc5718..c63bb7f1ef6b36496cc89ca891e13a51124b8753 100644 (file)
@@ -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
 
index f327b857f173f20db63f5c810be88e5eeddac549..79643c407e3d23256590faa21b9652dfe74f0371 100644 (file)
@@ -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
 
index b78e89e21ea6fa595667c9f91ba1bc2dc145814e..26fc4261f161e4ee0b296a8b3c73c0bea10ca9fe 100644 (file)
@@ -10,7 +10,6 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMTransformUtils
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common