2006-11-25 23:08:56 -08:00
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip foreign nostdinc
|
|
|
|
|
|
|
|
m4files = \
|
|
|
|
m4/moo-comps.m4 \
|
|
|
|
m4/moo-debug.m4 \
|
|
|
|
m4/moo-dirs.m4 \
|
|
|
|
m4/moo-fam.m4 \
|
|
|
|
m4/moo-flags.m4 \
|
|
|
|
m4/moo-funcs.m4 \
|
|
|
|
m4/moo-gtk.m4 \
|
|
|
|
m4/moo-i18n.m4 \
|
2006-12-19 19:58:30 -08:00
|
|
|
m4/moo-lib.m4 \
|
2006-11-25 23:08:56 -08:00
|
|
|
m4/moo-os.m4 \
|
|
|
|
m4/moo-pcre.m4 \
|
|
|
|
m4/moo-progs.m4 \
|
|
|
|
m4/moo-pygtk.m4 \
|
|
|
|
m4/moo-python.m4 \
|
|
|
|
m4/moo-version.m4 \
|
|
|
|
m4/moo-xdgmime.m4 \
|
|
|
|
m4/moo-xml.m4
|
2006-04-30 19:24:35 -07:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2006-11-25 23:08:56 -08:00
|
|
|
$(m4files) \
|
2006-04-30 19:24:35 -07:00
|
|
|
autogen.sh \
|
|
|
|
mingw-configure \
|
|
|
|
cygwin-configure \
|
2006-06-12 10:54:13 -07:00
|
|
|
makewin \
|
2006-08-31 08:10:57 -07:00
|
|
|
COPYING.lib \
|
2006-08-02 22:39:06 -07:00
|
|
|
THANKS \
|
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
2006-12-12 18:51:11 -08:00
|
|
|
mkpotsubdirs
|
2005-06-22 11:20:32 -07:00
|
|
|
|
2006-12-12 18:51:11 -08:00
|
|
|
all-am: pot-subdirs-stamp m4-stamp
|
2006-11-25 23:08:56 -08:00
|
|
|
|
|
|
|
m4-stamp: $(m4files)
|
|
|
|
echo stamp > m4-stamp
|
|
|
|
for f in $(m4files); do \
|
|
|
|
if test $(srcdir)/$$f -nt $(srcdir)/configure; then \
|
|
|
|
touch $(srcdir)/configure.ac; \
|
|
|
|
fi \
|
|
|
|
done
|
2006-08-13 04:47:59 -07:00
|
|
|
|
|
|
|
pot-subdirs-stamp: po/POTFILES.in
|
2006-08-13 12:27:04 -07:00
|
|
|
$(SHELL) $(srcdir)/mkpotsubdirs "$(srcdir)"
|
2006-08-13 04:47:59 -07:00
|
|
|
CLEANFILES = pot-subdirs-stamp
|
|
|
|
|
2006-12-12 18:51:11 -08:00
|
|
|
DIST_SUBDIRS = moo medit tests po
|
2006-08-13 04:47:59 -07:00
|
|
|
# need to create pot-subdirs-stamp before it goes to po/
|
2006-12-19 19:58:30 -08:00
|
|
|
if MOO_BUILD_MEDIT
|
2006-12-12 18:51:11 -08:00
|
|
|
SUBDIRS = . moo medit po
|
2006-12-19 19:58:30 -08:00
|
|
|
else
|
|
|
|
SUBDIRS = . moo po
|
|
|
|
endif
|
2005-10-13 07:08:18 -07:00
|
|
|
|
2006-12-12 18:51:11 -08:00
|
|
|
if MOO_ENABLE_TESTS
|
|
|
|
SUBDIRS += tests
|
|
|
|
endif
|
2005-11-05 04:34:09 -08:00
|
|
|
|
2006-12-12 18:51:11 -08:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2006-08-02 22:39:06 -07:00
|
|
|
|
2006-08-13 04:05:50 -07:00
|
|
|
DISTCLEANFILES = \
|
2006-11-25 23:08:56 -08:00
|
|
|
m4-stamp \
|
|
|
|
configargs.h \
|
2006-08-13 04:05:50 -07:00
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update
|
2007-01-05 16:10:54 -08:00
|
|
|
|
|
|
|
distuninstallcheck_listfiles = find . -type f -print | grep -v share/mime/ | grep -v share/icons/hicolor
|