grim/gplate

apparently the .SUFFIXES target is supposed to be a variable now..
EXTRA_DIST=
SUBDIRS=configs functions tags variables
gplateincdir=$(includedir)/gplate-1.0/gplate
lib_LTLIBRARIES=libgplate.la
gplateinc_HEADERS=\
gplate.h \
gplate-collection.h \
gplate-config.h \
gplate-errors.h \
gplate-function.h \
gplate-iterator.h \
gplate-library.h \
gplate-tag.h \
gplate-template.h \
gplate-util.h \
gplate-variable.h
libgplate_la_SOURCES=\
gplate-collection.c \
gplate-config.c \
gplate-errors.c \
gplate-function.c \
gplate-iterator.c \
gplate-library.c \
gplate-tag.c \
gplate-template.c \
gplate-util.c \
gplate-variable.c
libgplate_la_LIBADD=\
$(GLIB_LIBS) \
functions/libgplate-functions.la \
tags/libgplate-tags.la \
variables/libgplate-variables.la
libgplate_la_LDFLAGS=\
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
INCLUDES=-I$(top_srcdir)
AM_CPPFLAGS=\
-DDATADIR=\"$(datadir)\" \
-DLIBDIR=\"$(libdir)\" \
-DLOCALEDIR=\"$(datadir)/locale\" \
$(GLIB_CFLAGS)
CLEANFILES=\
*.gcda \
*.gcno \
$(libgplate_la_SOURCES:%=%.gcov.html) \
index.html
foo:
echo $(CLEANFILES)