grim/gplate

3ea7d4210672
removed gmakeisms for gpg signing as well
EXTRA_DIST=\
check.xsl \
test.h \
test-collection.h \
test-object.h
SUBDIRS=templates
CLEANFILES=
if BUILD_TESTS
TESTS=test
check_PROGRAMS=test
LDADDS=\
$(top_builddir)/gplate/libgplate.la \
$(CHECK_LIBS) \
$(GLIB_LIBS)
INCLUDES=\
-I$(top_srcdir)
test_LDADD=$(LDADDS)
test_SOURCES=\
test.c \
test-collection.c \
test-dictionary-variable.c \
test-file-variable.c \
test-for-function.c \
test-include.c \
test-object.c \
test-syntax.c \
test-util.c \
test-variables.c
AM_CPPFLAGS=\
$(CHECK_CFLAGS) \
$(GLIB_CFLAGS)
CLEANFILES +=\
*.gcda \
*.gcno \
$(test_SOURCES:%=%.gcov.html) \
index.html
endif