diff options
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r-- | tools/analyze/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 1ff0e53..98599b3 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,13 +1,6 @@ LEVEL = ../.. -include $(LEVEL)/Makefile.common - -all:: analyze -clean :: - rm -f analyze +TOOLNAME = analyze +USEDLIBS = opt asmparser bcreader vmcore asmwriter analysis opt support -LIBDEPS = ../../lib/Optimizations/Debug/libopt.a ../../lib/Analysis/Debug/libanalysis.a +include $(LEVEL)/Makefile.common -analyze : $(ObjectsG) Debug/.dir Depend/.dir $(LIBDEPS) - $(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \ - -lbcreader -lvmcore -lasmwriter -lanalysis \ - -lopt -lsupport |