sugar-toolkit-gtk3/Makefile.am

20 lines
387 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
2008-02-06 16:43:10 +01:00
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
intltool-merge.in \
intltool-update.in \
intltool-extract.in
SUBDIRS = bin src po
test:
2013-05-05 01:29:52 +02:00
pyflakes $(top_srcdir)
2013-05-18 04:33:36 +02:00
pep8 $(top_srcdir)
python -m sugar3.test.discover $(top_srcdir)/tests