aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
blob: 956469516667c70cc5beeca048df3805afb0a456 (plain)
1
2
3
4
5
6
7
8
9
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: as
clean::
	rm -f as

as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
	$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore  -lsupport