2009-06-29 13:03:56 +02:00
|
|
|
SUBDIRS = po libwindow-settings capplets font-viewer help
|
|
|
|
|
2009-06-29 18:15:07 +02:00
|
|
|
if HAVE_LIBSLAB_DEPS
|
|
|
|
SUBDIRS += libslab shell
|
2009-06-29 13:03:56 +02:00
|
|
|
endif
|
2008-07-24 20:19:50 +00:00
|
|
|
|
|
|
|
if HAVE_TYPING_BREAK
|
|
|
|
SUBDIRS += typing-break
|
|
|
|
endif
|
2001-12-09 18:50:32 +00:00
|
|
|
|
2006-01-17 14:42:40 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2004-11-28 08:14:05 +00:00
|
|
|
DISTCLEANFILES = \
|
2008-06-18 17:47:31 +00:00
|
|
|
gnome-doc-utils.make
|
2002-01-14 21:30:29 +00:00
|
|
|
|
2009-07-16 00:43:20 +01:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
$(srcdir)/INSTALL \
|
|
|
|
$(srcdir)/aclocal.m4 \
|
|
|
|
$(srcdir)/autoscan.log \
|
|
|
|
$(srcdir)/compile \
|
|
|
|
$(srcdir)/config.guess \
|
|
|
|
$(srcdir)/config.h.in \
|
|
|
|
$(srcdir)/config.sub \
|
|
|
|
$(srcdir)/configure.scan \
|
|
|
|
$(srcdir)/depcomp \
|
|
|
|
$(srcdir)/install-sh \
|
|
|
|
$(srcdir)/ltmain.sh \
|
|
|
|
$(srcdir)/missing \
|
|
|
|
$(srcdir)/mkinstalldirs \
|
|
|
|
$(srcdir)/omf.make \
|
|
|
|
$(srcdir)/xmldocs.make \
|
|
|
|
$(srcdir)/gtk-doc.make \
|
|
|
|
`find "$(srcdir)" -type f -name Makefile.in -print`
|
|
|
|
|
2001-07-09 21:03:02 +00:00
|
|
|
EXTRA_DIST = \
|
2007-06-02 11:26:19 +00:00
|
|
|
MAINTAINERS \
|
2008-06-18 17:47:31 +00:00
|
|
|
gnome-doc-utils.make
|
2005-07-27 12:56:39 +00:00
|
|
|
|
2007-01-09 00:19:21 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
|
2009-07-16 00:38:51 +01:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|