merge: clean gcno files

SVN revision: 79062
This commit is contained in:
Vincent Torri 2012-11-09 19:44:17 +00:00
parent 0bf81a35f0
commit 758d52861e
6 changed files with 17 additions and 0 deletions

View File

@ -86,3 +86,6 @@ bin_eet_eet_LDADD += lib/evil/libevil.la
endif
bin_eet_eet_LDADD += @EET_LIBS@
clean-local:
rm -rf lib/eet/*.gcno

View File

@ -245,3 +245,5 @@ lib/eina/eina_strbuf_template_c.x \
lib/eina/eina_binbuf_template_c.x \
$(bin_SCRIPTS)
clean-local:
rm -rf lib/eina/*.gcno

View File

@ -88,3 +88,6 @@ endif
EXTRA_DIST += \
bin/embryo/embryo_cc_sc5.scp \
bin/embryo/embryo_cc_sc7.scp
clean-local:
rm -rf lib/evas/*.gcno

View File

@ -30,3 +30,6 @@ endif
lib_eo_libeo_la_LIBADD = lib/eina/libeina.la @EO_LIBS@
lib_eo_libeo_la_LDFLAGS = -no-undefined -version-info @version_info@ @release_info@
clean-local:
rm -rf lib/eo/*.gcno

View File

@ -2163,3 +2163,6 @@ bin_evas_loaders_xpm_module_la_LIBTOOLFLAGS = --tag=disable-static
endif
endif
clean-local:
rm -rf lib/evas/*.gcno lib/evas/cache/*.gcno lib/evas/cache2/*.gcno lib/evas/canvas/*.gcno lib/evas/common/*.gcno lib/evas/cserve2/*.gcno lib/evas/file/*.gcno

View File

@ -178,3 +178,6 @@ lib/evil/libdl.la \
bin_evil_test_evil_SOURCES = bin/evil/test_evil.c
bin_evil_test_evil_LDADD = lib/evil/libevil.la
clean-local:
rm -rf lib/evil/*.gcno