configure.ac: set CFLAGS and friends to -O0 if gcov is being used add GCOV LIBS
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Jul 2006 23:26:06 +0000 (23:26 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Jul 2006 23:26:06 +0000 (23:26 +0000)
commit3c3bbc87d4b5b52e36638ded199c18f52a30bb5b
tree59bf7022b14b6b90617d0db653e15a797c579c53
parent12b70748225bb1bb755a1678f2201835504c9244
configure.ac: set CFLAGS and friends to -O0 if gcov is being used add GCOV LIBS

Original commit message from CVS:
* configure.ac:
set CFLAGS and friends to -O0 if gcov is being used
add GCOV LIBS
* gst/Makefile.am:
* libs/gst/base/Makefile.am:
* libs/gst/check/Makefile.am:
* libs/gst/controller/Makefile.am:
* libs/gst/dataprotocol/Makefile.am:
* libs/gst/net/Makefile.am:
* plugins/elements/Makefile.am:
* plugins/indexers/Makefile.am:
add makefile rules to generate gcov data and clean up
* tests/check/Makefile.am:
add a coverage target that generates an html overview
of coverage data
12 files changed:
ChangeLog
common
configure.ac
gst/Makefile.am
libs/gst/base/Makefile.am
libs/gst/check/Makefile.am
libs/gst/controller/Makefile.am
libs/gst/dataprotocol/Makefile.am
libs/gst/net/Makefile.am
plugins/elements/Makefile.am
plugins/indexers/Makefile.am
tests/check/Makefile.am