grim/gplate

removing the reference to the tests to prep for the move to gtest
SUBDIRS = gplate doc pixmaps po tests jhbuild
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --host=$(host) --target=$(target)
DISTCLEANFILES=\
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST=\
AUTHORS \
NEWS \
INSTALL \
COPYING \
README \
ChangeLog \
configure.ac \
gplate.pc \
gtk-doc.make \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
po/ChangeLog \
version-check.sh
pcdata_DATA=gplate.pc
pcdatadir = $(libdir)/pkgconfig
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
version-check:
@$(top_srcdir)/version-check.sh $(PACKAGE_VERSION)
SUFFIXES = .asc
.asc: %
gpg -a -b $<
gpg --verify $@ $<
release: check distcheck version-check $(DIST_ARCHIVES:%=%.asc)
coverage: check
if USE_LCOV
lcov -d $(top_srcdir)/gplate -d $(top_srcdir)/tests -c -o $(top_builddir)/gplate.info
genhtml -o $(top_builddir)/html $(top_builddir)/gplate.info
else
@echo lcov wasn\'t found during configure, aborting
@false
endif
clean-local:
if USE_LCOV
lcov -d $(top_srcdir) -z
endif