File: Makefile.am

package info (click to toggle)
hyphen 2.8.8-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,396 kB
  • sloc: sh: 11,092; ansic: 1,395; makefile: 165; perl: 148; awk: 26
file content (128 lines) | stat: -rw-r--r-- 1,750 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
TESTS =	\
basealt2.test \
basealt.test \
base.test \
conv.test \
unicode.test \
alt.test \
alt2.test \
alt3.test \
alt4.test \
alt5.test \
alt6.test \
compound.test \
compound2.test \
compound3.test \
compound4.test \
settings.test \
settings2.test \
settings3.test \
settings4.test \
lhmin.test \
rhmin.test \
lig.test \
hyphen.test \
num.test

distclean-local:
	-rm -rf testSubDir
        
EXTRA_DIST = \
test.sh \
alt2.hyph \
alt2.pat \
alt2.word \
alt3.hyph \
alt3.pat \
alt3.word \
alt4.hyph \
alt4.pat \
alt4.word \
alt5.hyph \
alt5.pat \
alt5.word \
alt6.hyph \
alt6.pat \
alt6.word \
alt.hyph \
alt.pat \
alt.word \
basealt2.hyph \
basealt2.pat \
basealt2.word \
basealt.hyph \
basealt.pat \
basealt.word \
base.hyph \
base.pat \
base.word \
conv.dic \
conv.hyph \
conv.pat \
conv.word \
unicode.hyph \
unicode.pat \
unicode.word \
compound.hyph \
compound.pat \
compound.word \
compound2.hyph \
compound2.pat \
compound2.word \
compound3.hyph \
compound3.pat \
compound3.word \
compound4.hyph \
compound4.pat \
compound4.word \
settings.hyph \
settings.pat \
settings.word \
settings2.hyph \
settings2.pat \
settings2.word \
settings3.hyph \
settings3.pat \
settings3.word \
settings4.hyph \
settings4.pat \
settings4.word \
alt2.test \
alt3.test \
alt4.test \
alt5.test \
alt6.test \
alt.test \
basealt2.test \
basealt.test \
base.test \
conv.test \
unicode.test \
compound.test \
compound2.test \
compound3.test \
compound4.test \
settings.test \
settings2.test \
settings3.test \
settings4.test \
lhmin.hyph \
lhmin.pat \
lhmin.word \
lhmin.test \
rhmin.hyph \
rhmin.pat \
rhmin.word \
rhmin.test \
lig.hyph \
lig.pat \
lig.test \
lig.word \
hyphen.hyph \
hyphen.pat \
hyphen.test \
hyphen.word \
num.hyph \
num.pat \
num.test \
num.word