source: trunk/essentials/sys-apps/gawk/test/Makefile.am@ 3174

Last change on this file since 3174 was 3076, checked in by bird, 19 years ago

gawk 3.1.5

File size: 22.2 KB
Line 
1#
2# test/Makefile.am --- automake input file for gawk
3#
4# Copyright (C) 1988-2005 the Free Software Foundation, Inc.
5#
6# This file is part of GAWK, the GNU implementation of the
7# AWK Programming Language.
8#
9# GAWK is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2 of the License, or
12# (at your option) any later version.
13#
14# GAWK is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22#
23
24## process this file with automake to produce Makefile.in
25
26EXTRA_DIST = \
27 reg \
28 lib \
29 Gentests \
30 Maketests \
31 README \
32 addcomma.awk \
33 addcomma.in \
34 addcomma.ok \
35 anchgsub.awk \
36 anchgsub.in \
37 anchgsub.ok \
38 argarray.awk \
39 argarray.in \
40 argarray.ok \
41 argtest.awk \
42 argtest.ok \
43 arrayparm.awk \
44 arrayparm.ok \
45 arrayprm2.awk \
46 arrayprm2.ok \
47 arrayprm3.awk \
48 arrayprm3.ok \
49 arrayref.awk \
50 arrayref.ok \
51 arrymem1.awk \
52 arrymem1.ok \
53 arryref2.awk \
54 arryref2.ok \
55 arryref3.awk \
56 arryref3.ok \
57 arryref4.awk \
58 arryref4.ok \
59 arryref5.awk \
60 arryref5.ok \
61 arynasty.awk \
62 arynasty.ok \
63 arynocls.awk \
64 arynocls.in \
65 arynocls.ok \
66 aryprm1.awk \
67 aryprm1.ok \
68 aryprm2.awk \
69 aryprm2.ok \
70 aryprm3.awk \
71 aryprm3.ok \
72 aryprm4.awk \
73 aryprm4.ok \
74 aryprm5.awk \
75 aryprm5.ok \
76 aryprm6.awk \
77 aryprm6.ok \
78 aryprm7.awk \
79 aryprm7.ok \
80 aryprm8.awk \
81 aryprm8.ok \
82 arysubnm.awk \
83 arysubnm.ok \
84 asgext.awk \
85 asgext.in \
86 asgext.ok \
87 asort.awk \
88 asort.ok \
89 asorti.awk \
90 asorti.ok \
91 awkpath.ok \
92 back89.awk \
93 back89.in \
94 back89.ok \
95 backgsub.awk \
96 backgsub.in \
97 backgsub.ok \
98 backw.awk \
99 backw.in \
100 backw.ok \
101 badargs.ok \
102 childin.awk \
103 childin.in \
104 childin.ok \
105 clobber.awk \
106 clobber.ok \
107 clos1way.awk \
108 clos1way.ok \
109 clsflnam.awk \
110 clsflnam.in \
111 clsflnam.ok \
112 compare.awk \
113 compare.in \
114 compare.ok \
115 compare2.awk \
116 compare2.ok \
117 concat1.awk \
118 concat1.in \
119 concat1.ok \
120 concat2.awk \
121 concat2.ok \
122 concat3.awk \
123 concat3.ok \
124 convfmt.awk \
125 convfmt.ok \
126 datanonl.awk \
127 datanonl.in \
128 datanonl.ok \
129 defref.awk \
130 defref.ok \
131 delarprm.awk \
132 delarprm.ok \
133 delarpm2.awk \
134 delarpm2.ok \
135 delfunc.awk \
136 delfunc.ok \
137 dynlj.awk \
138 dynlj.ok \
139 eofsplit.awk \
140 eofsplit.ok \
141 exitval1.awk \
142 exitval1.ok \
143 exitval2.awk \
144 exitval2.ok \
145 fflush.ok \
146 fflush.sh \
147 fieldwdth.awk \
148 fieldwdth.in \
149 fieldwdth.ok \
150 fldchg.awk \
151 fldchg.in \
152 fldchg.ok \
153 fldchgnf.awk \
154 fldchgnf.in \
155 fldchgnf.ok \
156 fmttest.awk \
157 fmttest.ok \
158 fnamedat.awk \
159 fnamedat.in \
160 fnamedat.ok \
161 fnarray.awk \
162 fnarray.ok \
163 fnarray2.awk \
164 fnarray2.ok \
165 fnarydel.awk \
166 fnarydel.ok \
167 fnaryscl.awk \
168 fnaryscl.ok \
169 fnasgnm.awk \
170 fnasgnm.in \
171 fnasgnm.ok \
172 fnmisc.awk \
173 fnmisc.ok \
174 fnparydl.awk \
175 fnparydl.ok \
176 fordel.awk \
177 fordel.ok \
178 forsimp.awk \
179 forsimp.ok \
180 fsbs.awk \
181 fsbs.in \
182 fsbs.ok \
183 fsfwfs.awk \
184 fsfwfs.in \
185 fsfwfs.ok \
186 fsrs.awk \
187 fsrs.in \
188 fsrs.ok \
189 fsspcoln.awk \
190 fsspcoln.in \
191 fsspcoln.ok \
192 fstabplus.awk \
193 fstabplus.in \
194 fstabplus.ok \
195 funsemnl.awk \
196 funsemnl.ok \
197 funsmnam.awk \
198 funsmnam.ok \
199 funstack.awk \
200 funstack.in \
201 funstack.ok \
202 gensub.awk \
203 gensub.in \
204 gensub.ok \
205 gensub2.awk \
206 gensub2.ok \
207 getline.awk \
208 getline.in \
209 getline.ok \
210 getline2.awk \
211 getline2.ok \
212 getline3.awk \
213 getline3.ok \
214 getlnbuf.awk \
215 getlnbuf.in \
216 getlnbuf.ok \
217 getlnhd.awk \
218 getlnhd.ok \
219 getnr2tb.awk \
220 getnr2tb.in \
221 getnr2tb.ok \
222 getnr2tm.awk \
223 getnr2tm.in \
224 getnr2tm.ok \
225 gnuops2.awk \
226 gnuops2.ok \
227 gnuops3.awk \
228 gnuops3.ok \
229 gnureops.awk \
230 gnureops.ok \
231 gsubasgn.awk \
232 gsubasgn.ok \
233 gsubtest.awk \
234 gsubtest.ok \
235 gsubtst2.awk \
236 gsubtst2.ok \
237 gsubtst3.awk \
238 gsubtst3.in \
239 gsubtst3.ok \
240 gsubtst4.awk \
241 gsubtst4.ok \
242 gsubtst5.awk \
243 gsubtst5.in \
244 gsubtst5.ok \
245 gtlnbufv.awk \
246 hex.awk \
247 hex.ok \
248 hsprint.awk \
249 hsprint.ok \
250 icasefs.awk \