mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ed83549672
llvm-svn: 137
11 lines
250 B
Makefile
11 lines
250 B
Makefile
LEVEL = ../..
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
all:: analyze
|
|
clean ::
|
|
rm -f opt
|
|
|
|
analyze : $(ObjectsG) Debug/.dir Depend/.dir
|
|
$(LinkG) -o $@ $(ObjectsG) -lvmcore -lanalysis -lbcreader \
|
|
-lopt -lasmwriter -lasmparser
|