File: Makefile.am

package info (click to toggle)
swath 0.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,472 kB
  • sloc: sh: 4,361; cpp: 2,332; makefile: 148
file content (42 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TESTS = \
	test-simple.sh \
	test-long.sh \
	test-mixed.sh \
	test-utf8-wbr.sh \
	test-latex.sh \
	test-rtf.sh \
	$(NULL)

AM_TESTS_ENVIRONMENT = \
	DICTDIR=$(top_builddir)/data; \
	SWATH=$(top_builddir)/src/swath; \
	export DICTDIR SWATH; \
	$(NULL)

check_SCRIPTS = \
	test-simple.sh \
	test-long.sh \
	test-mixed.sh \
	test-utf8-wbr.sh \
	test-latex.sh \
	test-rtf.sh \
	$(NULL)

CLEANFILES = \
	long-out.txt \
	mixed-out.txt \
	thai-latex-out.tex \
	petavatthu1-out.rtf \
	$(NULL)

EXTRA_DIST = \
	$(check_SCRIPTS) \
	long.txt \
	long-wseg.txt \
	mixed.txt \
	mixed-wseg.txt \
	thai-latex.tex \
	thai-latex-wseg.tex \
	petavatthu1.rtf \
	petavatthu1-wseg.rtf \
	$(NULL)