medit/Makefile.am

82 lines
1.5 KiB
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip foreign nostdinc
m4files = \
m4/moo-comps.m4 \
m4/moo-debug.m4 \
m4/moo-dirs.m4 \
2007-09-07 23:59:37 -05:00
m4/moo-docs.m4 \
m4/moo-fam.m4 \
m4/moo-flags.m4 \
m4/moo-funcs.m4 \
m4/moo-gtk.m4 \
m4/moo-i18n.m4 \
m4/moo-lib.m4 \
2007-09-02 15:40:07 -05:00
m4/moo-lua.m4 \
m4/moo-objc.m4 \
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 \
m4/moo-python-cross-mingw.m4
EXTRA_DIST = \
$(m4files) \
autogen.sh \
mingw-configure \
cygwin-configure \
2006-06-12 12:54:13 -05:00
makewin \
2007-06-24 13:01:13 -05:00
COPYING.GPL \
COPYING \
2007-06-16 02:13:08 -05:00
LICENSE \
2006-08-03 00:39:06 -05:00
THANKS \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
2005-06-22 18:20:32 +00:00
@MOO_PO_SUBDIRS_RULE@
2007-06-18 05:18:02 -05:00
@MOO_PO_SUBDIRS_RULE2@
BUILT_SOURCES = po-subdirs-stamp po-subdirs-stamp-2
2007-09-07 23:59:37 -05:00
DIST_SUBDIRS = moo medit tests po po-gsv doc
if MOO_BUILD_MEDIT
SUBDIRS = . moo medit
else
SUBDIRS = . moo
endif
if MOO_ENABLE_TESTS
SUBDIRS += tests
endif
if MOO_ENABLE_NLS
SUBDIRS += po po-gsv
endif
2007-09-07 23:59:37 -05:00
if MOO_ENABLE_HELP
if MOO_BUILD_DOCS
2007-09-07 23:59:37 -05:00
SUBDIRS += doc
endif
endif
2007-09-07 23:59:37 -05:00
ACLOCAL_AMFLAGS = -I m4
2006-08-03 00:39:06 -05:00
2006-08-13 06:05:50 -05:00
DISTCLEANFILES = \
m4-stamp \
configargs.h \
2006-08-13 06:05:50 -05:00
intltool-extract \
intltool-merge \
intltool-update \
po-subdirs-stamp-2 \
po-subdirs-stamp
2007-09-07 23:59:37 -05:00
DISTCHECK_CONFIGURE_FLAGS="--enable-docs"
distuninstallcheck_listfiles = find . -type f -print | grep -v share/mime/ | grep -v share/icons/hicolor
2007-08-06 13:17:25 -05:00
snapshot:
$(MAKE) dist && mv $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-`date +%F-%H-%M`.tar.bz2