2006-11-26 01:08:56 -06:00
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip foreign nostdinc
|
|
|
|
|
2006-04-30 21:24:35 -05:00
|
|
|
EXTRA_DIST = \
|
|
|
|
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 \
|
2007-09-22 20:06:43 -05:00
|
|
|
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 \
|
2007-01-13 00:01:00 -06:00
|
|
|
intltool-update.in
|
2005-06-22 18:20:32 +00:00
|
|
|
|
2007-02-03 09:41:57 -06: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
|
2006-08-13 06:47:59 -05:00
|
|
|
|
2007-09-07 23:59:37 -05:00
|
|
|
DIST_SUBDIRS = moo medit tests po po-gsv doc
|
2007-02-03 09:41:57 -06:00
|
|
|
|
2007-09-28 18:04:33 -05:00
|
|
|
if MOO_ENABLE_NLS
|
2008-01-10 13:30:38 -06:00
|
|
|
po_subdirs = po po-gsv
|
2007-09-28 18:04:33 -05:00
|
|
|
endif
|
|
|
|
|
2008-01-10 13:30:38 -06:00
|
|
|
if MOO_BUILD_MEDIT
|
2008-02-07 11:05:35 -06:00
|
|
|
SUBDIRS = . $(po_subdirs) doc moo medit
|
2008-01-10 13:30:38 -06:00
|
|
|
else
|
2008-02-07 11:05:35 -06:00
|
|
|
SUBDIRS = . $(po_subdirs) doc moo
|
2008-01-10 13:30:38 -06:00
|
|
|
endif
|
|
|
|
|
|
|
|
if MOO_ENABLE_TESTS
|
|
|
|
SUBDIRS += tests
|
2008-01-20 12:03:01 -06:00
|
|
|
else
|
|
|
|
if MOO_ENABLE_UNIT_TESTS
|
|
|
|
SUBDIRS += tests
|
|
|
|
endif
|
2008-01-10 13:30:38 -06:00
|
|
|
endif
|
|
|
|
|
2006-12-12 20:51:11 -06:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2006-08-03 00:39:06 -05:00
|
|
|
|
2006-08-13 06:05:50 -05:00
|
|
|
DISTCLEANFILES = \
|
2006-11-26 01:08:56 -06:00
|
|
|
configargs.h \
|
2006-08-13 06:05:50 -05:00
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
2007-02-03 09:41:57 -06:00
|
|
|
intltool-update \
|
2007-06-18 15:30:47 -05:00
|
|
|
po-subdirs-stamp-2 \
|
2007-02-03 09:41:57 -06:00
|
|
|
po-subdirs-stamp
|
2007-01-05 18:10:54 -06:00
|
|
|
|
2008-02-10 12:53:42 -06:00
|
|
|
# DISTCHECK_CONFIGURE_FLAGS = --enable-unit-tests
|
2007-01-05 18:10:54 -06:00
|
|
|
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
|
2008-02-10 12:53:42 -06:00
|
|
|
|
|
|
|
win-test-stuff:
|
|
|
|
$(MAKE) all && mkdir -p test-stuff/test-data && \
|
|
|
|
cp moo/.libs/libmoo.dll test-stuff/ && \
|
|
|
|
cp -r $(srcdir)/tests/data/* test-stuff/test-data/ && \
|
|
|
|
cp tests/.libs/run-tests.exe test-stuff/
|