grim/gplate

Added an iterator to GPlateObjectVariable
template_cleanup
2009-01-02, grim
6bf8035ff21e
Added an iterator to GPlateObjectVariable
SUBDIRS = gplate doc pixmaps po tests jhbuild
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
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)
%.asc: %
gpg -a -b $<
gpg --verify $@ $<
release: check distcheck version-check $(DIST_ARCHIVES:%=%.asc)