[gobject-introspection] [build] Remove gcov support
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [build] Remove gcov support
- Date: Sat, 29 May 2010 00:17:17 +0000 (UTC)
commit b2fd4f54883cd701a0c280655c93e20b04897ed2
Author: Johan Dahlin <johan gnome org>
Date: Fri May 28 20:49:54 2010 -0300
[build] Remove gcov support
It's been broken for some time, remove it instead of letting
it bitrot.
Makefile.am | 17 ----------------
gcov.mak | 45 --------------------------------------------
girepository/Makefile.am | 4 ---
giscanner/Makefile.am | 4 ---
m4/Makefile.am | 2 +-
m4/gcov.m4 | 47 ----------------------------------------------
tools/Makefile.am | 2 -
7 files changed, 1 insertions(+), 120 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 22f9812..98016cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,21 +1,4 @@
## Process this file with automake to produce Makefile.in
-include $(top_srcdir)/gcov.mak
-
-GCOVSOURCES =
-
-if GI_GCOV_ENABLED
-GCOV_DIRS = girepository tools
-
-check-coverage: coverage-report.txt
- @cat $(top_builddir)/coverage-report.txt
-
-else
-
-check-coverage:
- @echo "ERROR: Need to reconfigure with --enable-gcov to run make check-coverage"
-
-endif
-
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = girepository giscanner tools gir docs tests examples
diff --git a/girepository/Makefile.am b/girepository/Makefile.am
index 770dceb..b7b1a97 100644
--- a/girepository/Makefile.am
+++ b/girepository/Makefile.am
@@ -1,7 +1,3 @@
-include $(top_srcdir)/gcov.mak
-
-GCOVSOURCES = $(libgirepository_1_0_la_SOURCES)
-
girepodir = $(includedir)/gobject-introspection-1.0/
girepo_HEADERS = girepository.h girffi.h
diff --git a/giscanner/Makefile.am b/giscanner/Makefile.am
index 098235b..642bcbc 100644
--- a/giscanner/Makefile.am
+++ b/giscanner/Makefile.am
@@ -28,8 +28,6 @@ libgiscanner_la_SOURCES = \
libgiscanner_la_LIBADD = $(GOBJECT_LIBS)
libgiscanner_la_CFLAGS = $(GOBJECT_CFLAGS)
-GCOVSOURCES = $(libgiscanner_la_SOURCES)
-
# Python module
pkgpyexecdir = $(pkglibdir)/giscanner
pkgpyexec_LTLIBRARIES = _giscanner.la
@@ -83,5 +81,3 @@ install-exec-hook:
rm $(pkgpyexecdir)/_giscanner.dll.a
rm $(pkgpyexecdir)/_giscanner.la
endif
-
-include $(top_srcdir)/gcov.mak
diff --git a/m4/Makefile.am b/m4/Makefile.am
index d53e7c8..31484fa 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST=gcov.m4 as-compiler-flag.m4
+EXTRA_DIST=as-compiler-flag.m4
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c31963c..ba0fa9f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/gcov.mak
-
INCLUDES = \
-DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\"" \
-I$(top_srcdir)/girepository
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]