2001-07-21 20:42:29 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = llc
|
2003-08-13 10:28:20 +08:00
|
|
|
USEDLIBS = sparc \
|
2003-06-19 05:14:23 +08:00
|
|
|
x86 \
|
2003-08-15 12:56:09 +08:00
|
|
|
selectiondag \
|
2002-10-28 08:54:59 +08:00
|
|
|
regalloc \
|
|
|
|
sched \
|
|
|
|
select \
|
|
|
|
codegen \
|
|
|
|
target.a \
|
|
|
|
livevar \
|
2003-01-20 05:55:43 +08:00
|
|
|
transforms.a \
|
2003-06-19 05:14:23 +08:00
|
|
|
scalaropts.a \
|
2003-01-20 05:55:43 +08:00
|
|
|
analysis.a \
|
|
|
|
transformutils.a \
|
2002-10-28 08:54:59 +08:00
|
|
|
bcreader \
|
2003-06-19 05:14:23 +08:00
|
|
|
bcwriter \
|
2002-10-28 08:54:59 +08:00
|
|
|
vmcore \
|
|
|
|
support
|
2003-06-18 04:09:18 +08:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2002-09-20 08:43:20 +08:00
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-21 20:42:29 +08:00
|
|
|
|