diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
| commit | ab43289c1a6232a308eeba9ed9b1a8fe8168f72d (patch) | |
| tree | 873a5c822e7572c9146d4a4f24a832dc867838e5 /GNUmakefile | |
| parent | c779262d8924daa4ac2c127db2a699c818c3c709 (diff) | |
| parent | df74625df0324e17178dbf3c7c03484719ef6dd0 (diff) | |
| download | afl++-ab43289c1a6232a308eeba9ed9b1a8fe8168f72d.tar.gz | |
Merge branch 'dev' into docs_edit_remote_monitoring
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6ae361e0..66fc0f07 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -572,6 +572,7 @@ clean: $(MAKE) -C utils/afl_network_proxy clean $(MAKE) -C utils/socket_fuzzing clean $(MAKE) -C utils/argv_fuzzing clean + -$(MAKE) -C utils/plot_ui clean $(MAKE) -C qemu_mode/unsigaction clean $(MAKE) -C qemu_mode/libcompcov clean $(MAKE) -C qemu_mode/libqasan clean @@ -605,6 +606,7 @@ endif $(MAKE) -C utils/afl_network_proxy $(MAKE) -C utils/socket_fuzzing $(MAKE) -C utils/argv_fuzzing + # -$(MAKE) -C utils/plot_ui -$(MAKE) -C frida_mode ifneq "$(SYS)" "Darwin" -cd qemu_mode && sh ./build_qemu_support.sh @@ -618,6 +620,7 @@ binary-only: test_shm test_python ready $(PROGS) $(MAKE) -C utils/afl_network_proxy $(MAKE) -C utils/socket_fuzzing $(MAKE) -C utils/argv_fuzzing + # -$(MAKE) -C utils/plot_ui -$(MAKE) -C frida_mode ifneq "$(SYS)" "Darwin" -cd qemu_mode && sh ./build_qemu_support.sh @@ -632,6 +635,7 @@ ifneq "$(SYS)" "Darwin" endif $(MAKE) -C utils/libdislocator $(MAKE) -C utils/libtokencap + # -$(MAKE) -C utils/plot_ui %.8: % @echo .TH $* 8 $(BUILD_DATE) "afl++" > $@ @@ -660,6 +664,7 @@ install: all $(MANPAGES) @rm -f $${DESTDIR}$(HELPER_PATH)/afl-llvm-rt.o $${DESTDIR}$(HELPER_PATH)/afl-llvm-rt-32.o $${DESTDIR}$(HELPER_PATH)/afl-llvm-rt-64.o $${DESTDIR}$(HELPER_PATH)/afl-gcc-rt.o install -m 755 $(PROGS) $(SH_PROGS) $${DESTDIR}$(BIN_PATH) @if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace $${DESTDIR}$(BIN_PATH); fi + @if [ -f utils/plot_ui/afl-plot-ui ]; then install -m 755 utils/plot_ui/afl-plot-ui $${DESTDIR}$(BIN_PATH); fi @if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so $${DESTDIR}$(HELPER_PATH); fi @if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so $${DESTDIR}$(HELPER_PATH); fi @if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so $${DESTDIR}$(HELPER_PATH); fi |
