Make the makefile work
[oota-llvm.git] / tools / llc / Makefile
1 LEVEL = ../..
2
3 ## List source files in link order
4 Source  = \
5           llc.o \
6           LLCOptions.o
7
8 include $(LEVEL)/Makefile.common
9
10 all:: llc
11 clean:: 
12         rm -f llc
13
14 llc : $(ObjectsG)
15         $(LinkG) -o $@ $(ObjectsG) \
16                 -lselect -lsparc -ltarget \
17                 -lopt -lbcreader -lbcwriter \
18                 -lvmcore -lasmwriter -lanalysis -lsupport