mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
7069a38446
llvm-svn: 203
11 lines
230 B
Makefile
11 lines
230 B
Makefile
LEVEL = ../..
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
all:: analyze
|
|
clean ::
|
|
rm -f analyze
|
|
|
|
analyze : $(ObjectsG) Debug/.dir Depend/.dir
|
|
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
|
|
-lbcreader -lvmcore -lasmwriter -lanalysis
|