diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-06 13:23:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-06 13:23:38 +0200 |
commit | 84bfa8beb708d7594d298b438d3fa9c21630da97 (patch) | |
tree | 173f86e3bdc612efbbd168245159e14c6d66ed65 /Makefile | |
parent | 11d7bbb47a1e8109aef90f62eb63ce0039f23340 (diff) | |
parent | a862c7d3368241e72a465ab944afa38ea62a6640 (diff) | |
download | ffmpeg-84bfa8beb708d7594d298b438d3fa9c21630da97.tar.gz |
Merge commit 'a862c7d3368241e72a465ab944afa38ea62a6640'
* commit 'a862c7d3368241e72a465ab944afa38ea62a6640':
Integrate lcov/gcov into Libav
Conflicts:
Makefile
common.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -154,8 +154,8 @@ 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) @@ -164,15 +164,6 @@ distclean:: 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 |