aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
blob: 5a5a5cf3c2ee1745b084f3848064ec1aff84fb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LEVEL = ../..

DIRS  = 

LIBRARYNAME = llc

## List source files in link order
Source  = \
	  llc.o \
	  LLCOptions.o

include $(LEVEL)/Makefile.common

all:: llc

clean::	
	rm -f llc

llc : $(ObjectsG)
	$(LinkG) -o $@ -static \
		-lllc -lselect -lsparc -ltarget \
		-lopt -lbcreader -lbcwriter \
		-lvmcore -lasmwriter -lanalysis -lsupport