1ACLOCAL_AMFLAGS=-I m4
2
3SUBDIRS = $(GENERIC_LIBRARY_NAME) scripts tests
4DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) scripts tests
5
6modesdir=$(prefix)/share/apertium/modes
7
8pkgconfigdir = $(prefix)/libdata/pkgconfig
9pkgconfig_DATA = apertium.pc
10
11aclocaldir = $(datadir)/aclocal
12aclocal_DATA = apertium.m4
13
14if HAVE_PYTHON_BINDINGS
15SUBDIRS += python
16endif
17
18EXTRA_DIST=autogen.sh README-MODES apertium.m4 utf8 tests
19
20install-data-local:
21	mkdir -p $(DESTDIR)$(modesdir)
22	$(INSTALL_DATA) README-MODES  $(DESTDIR)$(modesdir)/README
23
24# just a synonym:
25test: check
26