mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 20:05:38 +00:00
e61088e761
llvm-svn: 300
10 lines
234 B
Makefile
10 lines
234 B
Makefile
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
|