*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-23 17:52:38 +00:00
parent f78a824b3c
commit 56d27019e6
29 changed files with 31 additions and 44 deletions

View File

@ -1,7 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = datastructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = ipa
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,4 @@
LEVEL = ../../..
LIBRARYNAME = livevar
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,4 @@
LEVEL = ../../..
LIBRARYNAME = bcreader
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,4 @@
LEVEL = ../../..
LIBRARYNAME = bcwriter
include $(LEVEL)/Makefile.common

View 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

View File

@ -1,7 +1,5 @@
LEVEL = ../..
DIRS =
LIBRARYNAME = support
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,5 +1,6 @@
LEVEL = ../..
DIRS = Sparc
LIBRARYNAME = target
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,4 @@
LEVEL = ../../..
LIBRARYNAME = livevar
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = ipo
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,7 @@
LEVEL = ../../..
LIBRARYNAME = instrument
DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,5 @@
LEVEL = ../../../..
DIRS =
LIBRARYNAME = profpaths
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = scalaropts
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = transformutils
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,4 @@
LEVEL = ../..
LIBRARYNAME = vmcore
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,5 @@
LEVEL = ../..
DIRS =
LIBRARYNAME = support
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,5 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter vmcore support
USEDLIBS = asmparser bcwriter vmcore support.a
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader vmcore support cwriter
USEDLIBS = bcreader vmcore support.a cwriter
include $(LEVEL)/Makefile.common

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -1,6 +1,5 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter vmcore support
USEDLIBS = asmparser bcwriter vmcore support.a
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader vmcore support cwriter
USEDLIBS = bcreader vmcore support.a cwriter
include $(LEVEL)/Makefile.common

View 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

View 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