*** empty log message ***
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:52:38 +0000 (17:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:52:38 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8

29 files changed:
lib/Analysis/DataStructure/Makefile
lib/Analysis/IPA/Makefile
lib/Analysis/LiveVar/Makefile
lib/Bytecode/Reader/Makefile
lib/Bytecode/Writer/Makefile
lib/ExecutionEngine/Makefile
lib/Support/Makefile
lib/Target/Makefile
lib/Target/SparcV9/LiveVar/Makefile
lib/Transforms/IPO/Makefile
lib/Transforms/Instrumentation/Makefile
lib/Transforms/Instrumentation/ProfilePaths/Makefile
lib/Transforms/Makefile
lib/Transforms/Scalar/Makefile
lib/Transforms/Utils/Makefile
lib/VMCore/Makefile
support/lib/Support/Makefile
tools/as/Makefile
tools/dis/Makefile
tools/extract/Makefile
tools/gccas/Makefile
tools/gccld/Makefile
tools/link/Makefile
tools/llc/Makefile
tools/lli/Makefile
tools/llvm-as/Makefile
tools/llvm-dis/Makefile
tools/llvm-link/Makefile
tools/opt/Makefile

index 6822b3742d94101115b4c764d405dac779ef8dc4..3c4c7e2322ed0fa76bc197517c8a77e4d288c251 100644 (file)
@@ -1,7 +1,6 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = datastructure
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index 95ea15c8eb9efbefda1d3d7b7926a5e5ab9be4f5..80ef418edb799df66f5d1152641c1b158e791bd0 100644 (file)
@@ -1,7 +1,6 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = ipa
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index 81d494808027b1c787917e767ee3b564874c91d0..7fdf34d50e2df0c71ad723473ce8fda6eb5b8ef4 100644 (file)
@@ -1,6 +1,4 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = livevar
 
 include $(LEVEL)/Makefile.common
index 2c79d1510468252ed6dfa3af5247501c5404444e..b48b4d329d560af50e6c696c0785bc7402742bd4 100644 (file)
@@ -1,6 +1,4 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = bcreader
 
 include $(LEVEL)/Makefile.common
index c03db561543d7f81fc844bf21b303ae860692376..76c52f465d785c899f187b72a30aad670eb56cea 100644 (file)
@@ -1,7 +1,4 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = bcwriter
 
 include $(LEVEL)/Makefile.common
-
index 4a5641106d0f4d58b92fbc7070cd6c1516502738..4e47ee6a71835ec11e4b566c7bf887acc3f8592f 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = lli
-USEDLIBS = bcreader vmcore analysis support target transforms
+USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common
index c7eb8adcb194e6c813ad47e7085f0ea40cbea8fc..7b263b79c8851a242a5ae213f1707eab085e0bd2 100644 (file)
@@ -1,7 +1,5 @@
 LEVEL = ../..
-
-DIRS  = 
-
 LIBRARYNAME = support
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
index 7fd02c66722fd2139f427c3ecd685809f974a0fd..3c5bf674648aeb5b5c2bbdd8ccae41e528f3bce9 100644 (file)
@@ -1,5 +1,6 @@
 LEVEL = ../..
 DIRS = Sparc
 LIBRARYNAME = target
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
index 81d494808027b1c787917e767ee3b564874c91d0..7fdf34d50e2df0c71ad723473ce8fda6eb5b8ef4 100644 (file)
@@ -1,6 +1,4 @@
-
 LEVEL = ../../..
-
 LIBRARYNAME = livevar
 
 include $(LEVEL)/Makefile.common
index 778d2eba028a3240fc759bb686236abb2650db12..0bc3f72bcf07104c2a1fcb93c213f1aca5eb8a72 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../..
-
 LIBRARYNAME = ipo
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index e0e7d7cfb4637ff360a11b3bbfb93d86ca1e1987..ca48b0b254225734ff7b4a53120afed6c3cdbcb5 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../../..
-
 LIBRARYNAME = instrument
 DIRS = ProfilePaths 
+BUILD_ARCHIVE = 1
+
 include $(LEVEL)/Makefile.common
 
index ef2fc28406ebf7df6301cf36bd55d5a5a0a6b8b8..91e1c2f8a66bb21de8536b98408bedad6a31b139 100644 (file)
@@ -1,6 +1,5 @@
 LEVEL = ../../../..
-
-DIRS = 
 LIBRARYNAME = profpaths
+
 include $(LEVEL)/Makefile.common
 
index b9f65b2e7f4929587f16648a59e1cbdf016c744e..31436216db4c935a8462689f7d692304e7dd018e 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 DIRS = Utils Instrumentation Scalar IPO
-
 LIBRARYNAME = transforms
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index fed3412dfd37b50d76080dc0fb2b5248e00ed2ad..9f73623cbdbda5c78be7a6d9853601f2db9e64ad 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../..
-
 LIBRARYNAME = scalaropts
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index f451df2d5c2e4c49e0c6d8560aa853fdb8a89f89..00e4170184dc90f85b21b61bfee6989370bd52cc 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../..
-
 LIBRARYNAME = transformutils
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 
index 7d1289c45291f56550d13b6e4494174ea74b89bb..b0c96e90f30ceeb313b03c8c4cbf6dfe22c2c4e4 100644 (file)
@@ -1,6 +1,4 @@
-
 LEVEL = ../..
-
 LIBRARYNAME = vmcore
 
 include $(LEVEL)/Makefile.common
index c7eb8adcb194e6c813ad47e7085f0ea40cbea8fc..7b263b79c8851a242a5ae213f1707eab085e0bd2 100644 (file)
@@ -1,7 +1,5 @@
 LEVEL = ../..
-
-DIRS  = 
-
 LIBRARYNAME = support
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
index 2a2ee1a38802ef3f300ee032801f90495ab548e8..7ac2c2432d84ba82b59923a3ab2451e90b27c982 100644 (file)
@@ -1,6 +1,5 @@
 LEVEL = ../..
-
 TOOLNAME = as
-USEDLIBS = asmparser bcwriter vmcore support
+USEDLIBS = asmparser bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common
index 0bd888e95536d4d474a0724a302a3e45956d243f..5ee0021c8a4d683c851fd75cfaecb18df0b9da1a 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = dis
-USEDLIBS = bcreader vmcore support cwriter
+USEDLIBS = bcreader vmcore support.a cwriter
 include $(LEVEL)/Makefile.common
 
 
index f9209d144572fb16ae3497aca5fcc21ba13f6d3f..c364bb2c69fc3c8aedc45ec862c0ac60068c721e 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = extract
-USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
+USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
+           ipa.a vmcore support.a
 
 include $(LEVEL)/Makefile.common
index 4bef2b1152f9c9237b807bdb0865313cd8e28db5..b268edc9c2c9856ea02d94cf511815957f35780b 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms scalaropts analysis target transformutils ipa vmcore support 
+USEDLIBS = asmparser bcwriter transforms.a scalaropts.a analysis.a target.a \
+           transformutils.a ipa.a vmcore support.a
 
 include $(LEVEL)/Makefile.common
index f808aa798a23f699e46ca9072ea1012d8992933b..dba89b9eb9581e78cff2cbf97798af2628cda704 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = gccld
-USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
+USEDLIBS = ipo.a analysis.a transforms.a ipa.a scalaropts.a transformutils.a \
+           target.a bcreader bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common
index f4f08a0076ed44a1291e23459a2f44c44793462f..333236b5685ef974470a0f870a3046a563ef3686 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = link
-USEDLIBS = bcreader bcwriter transformutils vmcore support
+USEDLIBS = bcreader bcwriter transformutils.a vmcore support.a
 
 include $(LEVEL)/Makefile.common
index d6952d07927f12e24b3e13874eddae61626ced6e..ecd56631a40563365cd7d4b7ea433c91953c1872 100644 (file)
@@ -1,8 +1,8 @@
 LEVEL = ../..
 TOOLNAME = llc
 USEDLIBS = sparc regalloc sched select sparc target \
-           instrument livevar bcreader bcwriter analysis transforms \
-          scalaropts transformutils vmcore support
+           instrument.a livevar bcreader bcwriter analysis.a transforms.a \
+          scalaropts.a transformutils.a vmcore support.a
 
 include $(LEVEL)/Makefile.common
 
index 4a5641106d0f4d58b92fbc7070cd6c1516502738..4e47ee6a71835ec11e4b566c7bf887acc3f8592f 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = lli
-USEDLIBS = bcreader vmcore analysis support target transforms
+USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common
index 2a2ee1a38802ef3f300ee032801f90495ab548e8..7ac2c2432d84ba82b59923a3ab2451e90b27c982 100644 (file)
@@ -1,6 +1,5 @@
 LEVEL = ../..
-
 TOOLNAME = as
-USEDLIBS = asmparser bcwriter vmcore support
+USEDLIBS = asmparser bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common
index 0bd888e95536d4d474a0724a302a3e45956d243f..5ee0021c8a4d683c851fd75cfaecb18df0b9da1a 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = dis
-USEDLIBS = bcreader vmcore support cwriter
+USEDLIBS = bcreader vmcore support.a cwriter
 include $(LEVEL)/Makefile.common
 
 
index f4f08a0076ed44a1291e23459a2f44c44793462f..333236b5685ef974470a0f870a3046a563ef3686 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = link
-USEDLIBS = bcreader bcwriter transformutils vmcore support
+USEDLIBS = bcreader bcwriter transformutils.a vmcore support.a
 
 include $(LEVEL)/Makefile.common
index 9b1df54b85153af4517bb3d07eee58ef8073fc47..869ba26c00416a836408b033b9e2303a5b20b284 100644 (file)
@@ -2,7 +2,9 @@ LEVEL = ../..
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
-           ipo ipa datastructure transforms target analysis transformutils vmcore support
+           ipo ipa.a datastructure.a transforms target.a analysis.a \
+           transformutils vmcore support
+TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common