summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: 6b69a5cf1ad4da22041961bd1482acf27f9d78d5 (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) $(LibsG)
	$(LinkG) -o $@ -static \
		-lllc -lselect -lsparc -ltarget \
		-lopt -lbcreader -lbcwriter \
		-lvmcore -lasmwriter -lanalysis -lsupport