File: Makefile.am

package info (click to toggle)
apertium 3.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,024 kB
  • sloc: cpp: 22,288; ansic: 4,875; xml: 2,566; python: 1,428; sh: 1,117; lex: 1,088; makefile: 591
file content (25 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ACLOCAL_AMFLAGS=-I m4

SUBDIRS = $(PACKAGE_NAME) scripts tests
DIST_SUBDIRS = $(PACKAGE_NAME) scripts tests

modesdir=$(prefix)/share/apertium/modes

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = apertium.pc

aclocaldir = $(datadir)/aclocal
aclocal_DATA = apertium.m4

if HAVE_PYTHON_BINDINGS
SUBDIRS += python
endif

EXTRA_DIST=autogen.sh README-MODES apertium.m4 tests

install-data-local:
	mkdir -p $(DESTDIR)$(modesdir)
	$(INSTALL_DATA) README-MODES  $(DESTDIR)$(modesdir)/README

# just a synonym:
test: check