X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=7addffbaad684104c496aabc7a5ef7854c092e45;hb=2a2a643c90ff091f1fa4a0634bcc4e18639bcee0;hp=d12a9a9d1b246f1186200cf0c581efe7e6836350;hpb=63a97d56748a5deaaf5b9c26ac49f5086a8cceeb;p=ffmpeg diff --git a/Makefile b/Makefile index d12a9a9d1b2..7addffbaad6 100644 --- a/Makefile +++ b/Makefile @@ -154,25 +154,16 @@ clean:: $(RM) $(ALLPROGS) $(ALLPROGS_G) $(RM) $(CLEANSUFFIXES) $(RM) $(CLEANSUFFIXES:%=tools/%) - $(RM) coverage.info $(RM) -r coverage-html + $(RM) -rf coverage.info lcov distclean:: $(RM) $(DISTCLEANSUFFIXES) - $(RM) config.* .version version.h libavutil/avconfig.h libavcodec/codec_names.h + $(RM) config.* .config libavutil/avconfig.h .version version.h libavcodec/codec_names.h config: $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION) -# Without the sed genthml thinks "libavutil" and "./libavutil" are two different things -coverage.info: $(wildcard *.gcda *.gcno */*.gcda */*.gcno */*/*.gcda */*/*.gcno) - $(Q)lcov -c -d . -b . | sed -e 's#/./#/#g' > $@ - -coverage-html: coverage.info - $(Q)mkdir -p $@ - $(Q)genhtml -o $@ $< - $(Q)touch $@ - check: all alltools examples testprogs fate include $(SRC_PATH)/doc/Makefile