Fixes for Android GN build input/outputs
[chromium-blink-merge.git] / third_party / hunspell / tests / Makefile.in
bloba27e048758a621470b2269728ca4d2fe9b244f1d
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = tests
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
41 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
42 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
43 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
44 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
45 $(top_srcdir)/m4/inttypes-pri.m4 \
46 $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
47 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
48 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
49 $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
50 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
53 $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
54 $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
55 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
56 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
57 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 SOURCES =
65 DIST_SOURCES =
66 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67 html-recursive info-recursive install-data-recursive \
68 install-dvi-recursive install-exec-recursive \
69 install-html-recursive install-info-recursive \
70 install-pdf-recursive install-ps-recursive install-recursive \
71 installcheck-recursive installdirs-recursive pdf-recursive \
72 ps-recursive uninstall-recursive
73 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74 distclean-recursive maintainer-clean-recursive
75 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77 distdir
78 ETAGS = etags
79 CTAGS = ctags
80 am__tty_colors = \
81 red=; grn=; lgn=; blu=; std=
82 DIST_SUBDIRS = $(SUBDIRS)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 am__relativize = \
85 dir0=`pwd`; \
86 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
87 sed_rest='s,^[^/]*/*,,'; \
88 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
89 sed_butlast='s,/*[^/]*$$,,'; \
90 while test -n "$$dir1"; do \
91 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
92 if test "$$first" != "."; then \
93 if test "$$first" = ".."; then \
94 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96 else \
97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98 if test "$$first2" = "$$first"; then \
99 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100 else \
101 dir2="../$$dir2"; \
102 fi; \
103 dir0="$$dir0"/"$$first"; \
104 fi; \
105 fi; \
106 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
107 done; \
108 reldir="$$dir2"
109 ACLOCAL = @ACLOCAL@
110 ALLOCA = @ALLOCA@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AS = @AS@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
119 CATOBJEXT = @CATOBJEXT@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CURSESLIB = @CURSESLIB@
127 CXX = @CXX@
128 CXXCPP = @CXXCPP@
129 CXXDEPMODE = @CXXDEPMODE@
130 CXXFLAGS = @CXXFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DATADIRNAME = @DATADIRNAME@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DLLTOOL = @DLLTOOL@
136 DSYMUTIL = @DSYMUTIL@
137 DUMPBIN = @DUMPBIN@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EGREP = @EGREP@
142 EXEEXT = @EXEEXT@
143 FGREP = @FGREP@
144 GENCAT = @GENCAT@
145 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
146 GLIBC2 = @GLIBC2@
147 GLIBC21 = @GLIBC21@
148 GMSGFMT = @GMSGFMT@
149 GMSGFMT_015 = @GMSGFMT_015@
150 GREP = @GREP@
151 HAVE_ASPRINTF = @HAVE_ASPRINTF@
152 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
153 HAVE_SNPRINTF = @HAVE_SNPRINTF@
154 HAVE_VISIBILITY = @HAVE_VISIBILITY@
155 HAVE_WPRINTF = @HAVE_WPRINTF@
156 HUNSPELL_VERSION_MAJOR = @HUNSPELL_VERSION_MAJOR@
157 HUNSPELL_VERSION_MINOR = @HUNSPELL_VERSION_MINOR@
158 INSTALL = @INSTALL@
159 INSTALL_DATA = @INSTALL_DATA@
160 INSTALL_PROGRAM = @INSTALL_PROGRAM@
161 INSTALL_SCRIPT = @INSTALL_SCRIPT@
162 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163 INSTOBJEXT = @INSTOBJEXT@
164 INTLBISON = @INTLBISON@
165 INTLLIBS = @INTLLIBS@
166 INTLOBJS = @INTLOBJS@
167 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
168 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
169 LD = @LD@
170 LDFLAGS = @LDFLAGS@
171 LIBICONV = @LIBICONV@
172 LIBINTL = @LIBINTL@
173 LIBMULTITHREAD = @LIBMULTITHREAD@
174 LIBOBJS = @LIBOBJS@
175 LIBPTH = @LIBPTH@
176 LIBPTH_PREFIX = @LIBPTH_PREFIX@
177 LIBS = @LIBS@
178 LIBTHREAD = @LIBTHREAD@
179 LIBTOOL = @LIBTOOL@
180 LIPO = @LIPO@
181 LN_S = @LN_S@
182 LTLIBC = @LTLIBC@
183 LTLIBICONV = @LTLIBICONV@
184 LTLIBINTL = @LTLIBINTL@
185 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
186 LTLIBOBJS = @LTLIBOBJS@
187 LTLIBPTH = @LTLIBPTH@
188 LTLIBTHREAD = @LTLIBTHREAD@
189 MAKEINFO = @MAKEINFO@
190 MKDIR_P = @MKDIR_P@
191 MSGFMT = @MSGFMT@
192 MSGFMT_015 = @MSGFMT_015@
193 MSGMERGE = @MSGMERGE@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_URL = @PACKAGE_URL@
206 PACKAGE_VERSION = @PACKAGE_VERSION@
207 PATH_SEPARATOR = @PATH_SEPARATOR@
208 POSUB = @POSUB@
209 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
210 RANLIB = @RANLIB@
211 READLINELIB = @READLINELIB@
212 SED = @SED@
213 SET_MAKE = @SET_MAKE@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
217 USE_NLS = @USE_NLS@
218 VERSION = @VERSION@
219 WINDRES = @WINDRES@
220 WOE32 = @WOE32@
221 WOE32DLL = @WOE32DLL@
222 XFAILED = @XFAILED@
223 XGETTEXT = @XGETTEXT@
224 XGETTEXT_015 = @XGETTEXT_015@
225 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_CC = @ac_ct_CC@
231 ac_ct_CXX = @ac_ct_CXX@
232 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233 am__include = @am__include@
234 am__leading_dot = @am__leading_dot@
235 am__quote = @am__quote@
236 am__tar = @am__tar@
237 am__untar = @am__untar@
238 bindir = @bindir@
239 build = @build@
240 build_alias = @build_alias@
241 build_cpu = @build_cpu@
242 build_os = @build_os@
243 build_vendor = @build_vendor@
244 builddir = @builddir@
245 datadir = @datadir@
246 datarootdir = @datarootdir@
247 docdir = @docdir@
248 dvidir = @dvidir@
249 exec_prefix = @exec_prefix@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 lt_ECHO = @lt_ECHO@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target = @target@
276 target_alias = @target_alias@
277 target_cpu = @target_cpu@
278 target_os = @target_os@
279 target_vendor = @target_vendor@
280 top_build_prefix = @top_build_prefix@
281 top_builddir = @top_builddir@
282 top_srcdir = @top_srcdir@
283 SUBDIRS = suggestiontest
284 XFAIL_TESTS = @XFAILED@
285 TESTS = \
286 affixes.test \
287 condition.test \
288 condition_utf.test \
289 base.test \
290 base_utf.test \
291 allcaps.test \
292 allcaps_utf.test \
293 allcaps2.test \
294 allcaps3.test \
295 keepcase.test \
296 i58202.test \
297 map.test \
298 rep.test \
299 sug.test \
300 sugutf.test \
301 phone.test \
302 flag.test \
303 flaglong.test \
304 flagnum.test \
305 flagutf8.test \
306 slash.test \
307 forbiddenword.test \
308 nosuggest.test \
309 alias.test \
310 alias2.test \
311 alias3.test \
312 breakdefault.test \
313 break.test \
314 needaffix.test \
315 needaffix2.test \
316 needaffix3.test \
317 needaffix4.test \
318 needaffix5.test \
319 circumfix.test \
320 fogemorpheme.test \
321 onlyincompound.test \
322 complexprefixes.test \
323 complexprefixes2.test \
324 complexprefixesutf.test \
325 conditionalprefix.test \
326 zeroaffix.test \
327 utf8.test \
328 utf8_bom.test \
329 utf8_bom2.test \
330 utf8_nonbmp.test \
331 compoundflag.test \
332 compoundrule.test \
333 compoundrule2.test \
334 compoundrule3.test \
335 compoundrule4.test \
336 compoundrule5.test \
337 compoundrule6.test \
338 compoundrule7.test \
339 compoundrule8.test \
340 compoundaffix.test \
341 compoundaffix2.test \
342 compoundaffix3.test \
343 checkcompounddup.test \
344 checkcompoundtriple.test \
345 simplifiedtriple.test \
346 checkcompoundrep.test \
347 checkcompoundcase2.test \
348 checkcompoundcaseutf.test \
349 checkcompoundpattern.test \
350 checkcompoundpattern2.test \
351 checkcompoundpattern3.test \
352 checkcompoundpattern4.test \
353 utfcompound.test \
354 checksharps.test \
355 checksharpsutf.test \
356 germancompounding.test \
357 germancompoundingold.test \
358 i35725.test \
359 i53643.test \
360 i54633.test \
361 i54980.test \
362 maputf.test \
363 reputf.test \
364 ignore.test \
365 ignoreutf.test \
366 1592880.test \
367 1695964.test \
368 1463589.test \
369 1463589_utf.test \
370 IJ.test \
371 i68568.test \
372 i68568utf.test \
373 1706659.test \
374 digits_in_words.test \
375 colons_in_words.test \
376 ngram_utf_fix.test \
377 morph.test \
378 1975530.test \
379 fullstrip.test \
380 iconv.test \
381 oconv.test \
382 encoding.test \
383 korean.test \
384 opentaal_forbiddenword1.test \
385 opentaal_forbiddenword2.test \
386 opentaal_keepcase.test \
387 arabic.test \
388 2970240.test \
389 2970242.test \
390 breakoff.test \
391 opentaal_cpdpat.test \
392 opentaal_cpdpat2.test \
393 2999225.test \
394 onlyincompound2.test \
395 forceucase.test \
396 warn.test
398 EXTRA_DIST = \
399 test.sh \
400 affixes.aff \
401 affixes.dic \
402 affixes.good \
403 affixes.test \
404 condition.aff \
405 condition.dic \
406 condition.good \
407 condition.test \
408 condition.wrong \
409 condition_utf.aff \
410 condition_utf.dic \
411 condition_utf.good \
412 condition_utf.test \
413 condition_utf.wrong \
414 base.aff \
415 base.dic \
416 base.good \
417 base.sug \
418 base.test \
419 base.wrong \
420 base_utf.aff \
421 base_utf.dic \
422 base_utf.good \
423 base_utf.sug \
424 base_utf.test \
425 base_utf.wrong \
426 allcaps.aff \
427 allcaps.dic \
428 allcaps.good \
429 allcaps.sug \
430 allcaps.test \
431 allcaps.wrong \
432 allcaps2.aff \
433 allcaps2.dic \
434 allcaps2.good \
435 allcaps2.sug \
436 allcaps2.test \
437 allcaps2.wrong \
438 allcaps3.aff \
439 allcaps3.dic \
440 allcaps3.good \
441 allcaps3.test \
442 allcaps3.wrong \
443 allcaps_utf.aff \
444 allcaps_utf.dic \
445 allcaps_utf.good \
446 allcaps_utf.sug \
447 allcaps_utf.test \
448 allcaps_utf.wrong \
449 keepcase.aff \
450 keepcase.dic \
451 keepcase.good \
452 keepcase.sug \
453 keepcase.test \
454 keepcase.wrong \
455 map.aff \
456 map.dic \
457 map.sug \
458 map.test \
459 map.wrong \
460 rep.aff \
461 rep.dic \
462 rep.sug \
463 rep.test \
464 rep.wrong \
465 sug.aff \
466 sug.dic \
467 sug.sug \
468 sug.test \
469 sug.wrong \
470 sugutf.aff \
471 sugutf.dic \
472 sugutf.sug \
473 sugutf.test \
474 sugutf.wrong \
475 phone.aff \
476 phone.dic \
477 phone.sug \
478 phone.test \
479 phone.wrong \
480 alias.aff \
481 alias.dic \
482 alias.good \
483 alias.test \
484 alias2.aff \
485 alias2.dic \
486 alias2.good \
487 alias2.morph \
488 alias2.test \
489 alias3.aff \
490 alias3.dic \
491 alias3.good \
492 alias3.morph \
493 alias3.test \
494 break.aff \
495 break.dic \
496 break.good \
497 break.test \
498 break.wrong \
499 breakdefault.aff \
500 breakdefault.dic \
501 breakdefault.good \
502 breakdefault.sug \
503 breakdefault.test \
504 breakdefault.wrong \
505 circumfix.aff \
506 circumfix.dic \
507 circumfix.good \
508 circumfix.morph \
509 circumfix.test \
510 circumfix.wrong \
511 fogemorpheme.aff \
512 fogemorpheme.dic \
513 fogemorpheme.good \
514 fogemorpheme.test \
515 fogemorpheme.wrong \
516 onlyincompound.aff \
517 onlyincompound.dic \
518 onlyincompound.good \
519 onlyincompound.sug \
520 onlyincompound.test \
521 onlyincompound.wrong \
522 forbiddenword.aff \
523 forbiddenword.dic \
524 forbiddenword.good \
525 forbiddenword.test \
526 forbiddenword.wrong \
527 nosuggest.aff \
528 nosuggest.dic \
529 nosuggest.good \
530 nosuggest.sug \
531 nosuggest.test \
532 nosuggest.wrong \
533 germancompounding.aff \
534 germancompounding.dic \
535 germancompounding.good \
536 germancompounding.test \
537 germancompounding.wrong \
538 germancompoundingold.aff \
539 germancompoundingold.dic \
540 germancompoundingold.good \
541 germancompoundingold.test \
542 germancompoundingold.wrong \
543 needaffix2.aff \
544 needaffix2.dic \
545 needaffix2.good \
546 needaffix2.morph \
547 needaffix2.test \
548 needaffix3.aff \
549 needaffix3.dic \
550 needaffix3.good \
551 needaffix3.test \
552 needaffix3.wrong \
553 needaffix4.aff \
554 needaffix4.dic \
555 needaffix4.good \
556 needaffix4.test \
557 needaffix5.aff \
558 needaffix5.dic \
559 needaffix5.good \
560 needaffix5.test \
561 needaffix5.wrong \
562 needaffix.aff \
563 needaffix.dic \
564 needaffix.good \
565 needaffix.test \
566 needaffix.wrong \
567 zeroaffix.aff \
568 zeroaffix.dic \
569 zeroaffix.good \
570 zeroaffix.morph \
571 zeroaffix.test \
572 utf8.aff \
573 utf8.dic \
574 utf8.good \
575 utf8.test \
576 utf8_bom.aff \
577 utf8_bom.dic \
578 utf8_bom.good \
579 utf8_bom.test \
580 utf8_bom2.aff \
581 utf8_bom2.dic \
582 utf8_bom2.good \
583 utf8_bom2.test \
584 utf8_nonbmp.aff \
585 utf8_nonbmp.dic \
586 utf8_nonbmp.good \
587 utf8_nonbmp.sug \
588 utf8_nonbmp.test \
589 utf8_nonbmp.wrong \
590 utfcompound.aff \
591 utfcompound.dic \
592 utfcompound.good \
593 utfcompound.test \
594 utfcompound.wrong \
595 compoundflag.aff \
596 compoundflag.dic \
597 compoundflag.good \
598 compoundflag.test \
599 compoundflag.wrong \
600 compoundrule.aff \
601 compoundrule.dic \
602 compoundrule.good \
603 compoundrule.test \
604 compoundrule.wrong \
605 compoundrule2.aff \
606 compoundrule2.dic \
607 compoundrule2.good \
608 compoundrule2.test \
609 compoundrule2.wrong \
610 compoundrule3.aff \
611 compoundrule3.dic \
612 compoundrule3.good \
613 compoundrule3.test \
614 compoundrule3.wrong \
615 compoundrule4.aff \
616 compoundrule4.dic \
617 compoundrule4.good \
618 compoundrule4.test \
619 compoundrule4.wrong \
620 compoundrule5.aff \
621 compoundrule5.dic \
622 compoundrule5.good \
623 compoundrule5.morph \
624 compoundrule5.test \
625 compoundrule5.wrong \
626 compoundrule6.aff \
627 compoundrule6.dic \
628 compoundrule6.good \
629 compoundrule6.test \
630 compoundrule6.wrong \
631 compoundrule7.aff \
632 compoundrule7.dic \
633 compoundrule7.good \
634 compoundrule7.test \
635 compoundrule7.wrong \
636 compoundrule8.aff \
637 compoundrule8.dic \
638 compoundrule8.good \
639 compoundrule8.test \
640 compoundrule8.wrong \
641 compoundaffix.aff \
642 compoundaffix.dic \
643 compoundaffix.good \
644 compoundaffix.test \
645 compoundaffix.wrong \
646 compoundaffix2.aff \
647 compoundaffix2.dic \
648 compoundaffix2.good \
649 compoundaffix2.test \
650 compoundaffix3.aff \
651 compoundaffix3.dic \
652 compoundaffix3.good \
653 compoundaffix3.test \
654 compoundaffix3.wrong \
655 checkcompounddup.aff \
656 checkcompounddup.dic \
657 checkcompounddup.good \
658 checkcompounddup.test \
659 checkcompounddup.wrong \
660 checkcompoundcase.aff \
661 checkcompoundcase.dic \
662 checkcompoundcase.good \
663 checkcompoundcase.test \
664 checkcompoundcase.wrong \
665 checkcompoundcase2.aff \
666 checkcompoundcase2.dic \
667 checkcompoundcase2.good \
668 checkcompoundcase2.test \
669 checkcompoundcase2.wrong \
670 checkcompoundcaseutf.aff \
671 checkcompoundcaseutf.dic \
672 checkcompoundcaseutf.good \
673 checkcompoundcaseutf.test \
674 checkcompoundcaseutf.wrong \
675 checkcompoundrep.aff \
676 checkcompoundrep.dic \
677 checkcompoundrep.good \
678 checkcompoundrep.test \
679 checkcompoundrep.wrong \
680 checkcompoundtriple.aff \
681 checkcompoundtriple.dic \
682 checkcompoundtriple.good \
683 checkcompoundtriple.test \
684 checkcompoundtriple.wrong \
685 simplifiedtriple.aff \
686 simplifiedtriple.dic \
687 simplifiedtriple.good \
688 simplifiedtriple.test \
689 simplifiedtriple.wrong \
690 checkcompoundpattern.aff \
691 checkcompoundpattern.dic \
692 checkcompoundpattern.good \
693 checkcompoundpattern.test \
694 checkcompoundpattern.wrong \
695 checkcompoundpattern2.aff \
696 checkcompoundpattern2.dic \
697 checkcompoundpattern2.good \
698 checkcompoundpattern2.test \
699 checkcompoundpattern2.wrong \
700 checkcompoundpattern3.aff \
701 checkcompoundpattern3.dic \
702 checkcompoundpattern3.good \
703 checkcompoundpattern3.test \
704 checkcompoundpattern3.wrong \
705 checkcompoundpattern4.aff \
706 checkcompoundpattern4.dic \
707 checkcompoundpattern4.good \
708 checkcompoundpattern4.test \
709 checkcompoundpattern4.wrong \
710 checksharps.aff \
711 checksharps.dic \
712 checksharps.good \
713 checksharps.sug \
714 checksharps.test \
715 checksharps.wrong \
716 checksharpsutf.aff \
717 checksharpsutf.dic \
718 checksharpsutf.good \
719 checksharpsutf.sug \
720 checksharpsutf.test \
721 checksharpsutf.wrong \
722 conditionalprefix.aff \
723 conditionalprefix.dic \
724 conditionalprefix.good \
725 conditionalprefix.morph \
726 conditionalprefix.test \
727 conditionalprefix.wrong \
728 flaglong.aff \
729 flaglong.dic \
730 flaglong.good \
731 flaglong.test \
732 flagnum.aff \
733 flagnum.dic \
734 flagnum.good \
735 flagnum.test \
736 flag.aff \
737 flag.dic \
738 flag.good \
739 flag.test \
740 flagutf8.aff \
741 flagutf8.dic \
742 flagutf8.good \
743 flagutf8.test \
744 complexprefixes.aff \
745 complexprefixes.dic \
746 complexprefixes.good \
747 complexprefixes.wrong \
748 complexprefixes.test \
749 complexprefixes2.aff \
750 complexprefixes2.dic \
751 complexprefixes2.good \
752 complexprefixes2.test \
753 complexprefixesutf.aff \
754 complexprefixesutf.dic \
755 complexprefixesutf.good \
756 complexprefixesutf.wrong \
757 complexprefixesutf.test \
758 i35725.aff \
759 i35725.dic \
760 i35725.good \
761 i35725.sug \
762 i35725.test \
763 i35725.wrong \
764 i53643.aff \
765 i53643.dic \
766 i53643.good \
767 i53643.test \
768 i53643.wrong \
769 i54633.aff \
770 i54633.dic \
771 i54633.good \
772 i54633.sug \
773 i54633.test \
774 i54633.wrong \
775 i54980.aff \
776 i54980.dic \
777 i54980.good \
778 i54980.test \
779 i58202.aff \
780 i58202.dic \
781 i58202.good \
782 i58202.sug \
783 i58202.test \
784 i58202.wrong \
785 maputf.aff \
786 maputf.dic \
787 maputf.sug \
788 maputf.wrong \
789 maputf.test \
790 reputf.aff \
791 reputf.dic \
792 reputf.sug \
793 reputf.wrong \
794 reputf.test \
795 slash.aff \
796 slash.dic \
797 slash.good \
798 slash.test \
799 ignore.aff \
800 ignore.dic \
801 ignore.good \
802 ignore.test \
803 ignoreutf.aff \
804 ignoreutf.dic \
805 ignoreutf.good \
806 ignoreutf.test \
807 1592880.aff \
808 1592880.dic \
809 1592880.good \
810 1592880.test \
811 1695964.aff \
812 1695964.dic \
813 1695964.sug \
814 1695964.test \
815 1695964.wrong \
816 1463589.aff \
817 1463589.dic \
818 1463589.sug \
819 1463589.test \
820 1463589.wrong \
821 1463589_utf.aff \
822 1463589_utf.dic \
823 1463589_utf.sug \
824 1463589_utf.test \
825 1463589_utf.wrong \
826 IJ.aff \
827 IJ.dic \
828 IJ.good \
829 IJ.sug \
830 IJ.test \
831 IJ.wrong \
832 i68568.aff \
833 i68568.dic \
834 i68568.test \
835 i68568.wrong \
836 i68568utf.aff \
837 i68568utf.dic \
838 i68568utf.test \
839 i68568utf.wrong \
840 1706659.aff \
841 1706659.dic \
842 1706659.test \
843 1706659.wrong \
844 digits_in_words.aff \
845 digits_in_words.dic \
846 digits_in_words.test \
847 digits_in_words.wrong \
848 colons_in_words.aff \
849 colons_in_words.dic \
850 colons_in_words.test \
851 ngram_utf_fix.aff \
852 ngram_utf_fix.dic \
853 ngram_utf_fix.good \
854 ngram_utf_fix.sug \
855 ngram_utf_fix.test \
856 ngram_utf_fix.wrong \
857 morph.aff \
858 morph.dic \
859 morph.good \
860 morph.morph \
861 morph.test \
862 1975530.aff \
863 1975530.dic \
864 1975530.good \
865 1975530.test \
866 1975530.wrong \
867 fullstrip.aff \
868 fullstrip.dic \
869 fullstrip.good \
870 fullstrip.test \
871 iconv.aff \
872 iconv.dic \
873 iconv.good \
874 iconv.test \
875 oconv.aff \
876 oconv.dic \
877 oconv.good \
878 oconv.sug \
879 oconv.test \
880 oconv.wrong \
881 encoding.aff \
882 encoding.dic \
883 encoding.good \
884 encoding.test \
885 opentaal_forbiddenword1.aff \
886 opentaal_forbiddenword1.dic \
887 opentaal_forbiddenword1.good \
888 opentaal_forbiddenword1.sug \
889 opentaal_forbiddenword1.test \
890 opentaal_forbiddenword1.wrong \
891 opentaal_forbiddenword2.aff \
892 opentaal_forbiddenword2.dic \
893 opentaal_forbiddenword2.good \
894 opentaal_forbiddenword2.sug \
895 opentaal_forbiddenword2.test \
896 opentaal_forbiddenword2.wrong \
897 opentaal_forbiddenword2.aff \
898 opentaal_forbiddenword2.dic \
899 opentaal_forbiddenword2.good \
900 opentaal_forbiddenword2.sug \
901 opentaal_forbiddenword2.test \
902 opentaal_forbiddenword2.wrong \
903 opentaal_keepcase.aff \
904 opentaal_keepcase.dic \
905 opentaal_keepcase.good \
906 opentaal_keepcase.sug \
907 opentaal_keepcase.test \
908 opentaal_keepcase.wrong \
909 arabic.aff \
910 arabic.dic \
911 arabic.wrong \
912 arabic.test \
913 2970240.aff \
914 2970240.dic \
915 2970240.good \
916 2970240.wrong \
917 2970240.test \
918 2970242.aff \
919 2970242.dic \
920 2970242.good \
921 2970242.wrong \
922 2970242.test \
923 breakoff.aff \
924 breakoff.dic \
925 breakoff.good \
926 breakoff.wrong \
927 breakoff.test \
928 opentaal_cpdpat.aff \
929 opentaal_cpdpat.dic \
930 opentaal_cpdpat.good \
931 opentaal_cpdpat.wrong \
932 opentaal_cpdpat.test \
933 opentaal_cpdpat2.aff \
934 opentaal_cpdpat2.dic \
935 opentaal_cpdpat2.good \
936 opentaal_cpdpat2.wrong \
937 opentaal_cpdpat2.test \
938 2999225.aff \
939 2999225.dic \
940 2999225.good \
941 2999225.test \
942 korean.aff \
943 korean.dic \
944 korean.good \
945 korean.wrong \
946 korean.test \
947 onlyincompound2.aff \
948 onlyincompound2.dic \
949 onlyincompound2.good \
950 onlyincompound2.test \
951 onlyincompound2.wrong \
952 forceucase.aff \
953 forceucase.dic \
954 forceucase.good \
955 forceucase.sug \
956 forceucase.wrong \
957 forceucase.test \
958 warn.aff \
959 warn.dic \
960 warn.good \
961 warn.test
963 all: all-recursive
965 .SUFFIXES:
966 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
967 @for dep in $?; do \
968 case '$(am__configure_deps)' in \
969 *$$dep*) \
970 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
971 && { if test -f $@; then exit 0; else break; fi; }; \
972 exit 1;; \
973 esac; \
974 done; \
975 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
976 $(am__cd) $(top_srcdir) && \
977 $(AUTOMAKE) --gnu tests/Makefile
978 .PRECIOUS: Makefile
979 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
980 @case '$?' in \
981 *config.status*) \
982 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
983 *) \
984 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
985 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
986 esac;
988 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
989 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
991 $(top_srcdir)/configure: $(am__configure_deps)
992 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
993 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
994 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
995 $(am__aclocal_m4_deps):
997 mostlyclean-libtool:
998 -rm -f *.lo
1000 clean-libtool:
1001 -rm -rf .libs _libs
1003 # This directory's subdirectories are mostly independent; you can cd
1004 # into them and run `make' without going through this Makefile.
1005 # To change the values of `make' variables: instead of editing Makefiles,
1006 # (1) if the variable is set in `config.status', edit `config.status'
1007 # (which will cause the Makefiles to be regenerated when you run `make');
1008 # (2) otherwise, pass the desired values on the `make' command line.
1009 $(RECURSIVE_TARGETS):
1010 @fail= failcom='exit 1'; \
1011 for f in x $$MAKEFLAGS; do \
1012 case $$f in \
1013 *=* | --[!k]*);; \
1014 *k*) failcom='fail=yes';; \
1015 esac; \
1016 done; \
1017 dot_seen=no; \
1018 target=`echo $@ | sed s/-recursive//`; \
1019 list='$(SUBDIRS)'; for subdir in $$list; do \
1020 echo "Making $$target in $$subdir"; \
1021 if test "$$subdir" = "."; then \
1022 dot_seen=yes; \
1023 local_target="$$target-am"; \
1024 else \
1025 local_target="$$target"; \
1026 fi; \
1027 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1028 || eval $$failcom; \
1029 done; \
1030 if test "$$dot_seen" = "no"; then \
1031 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1032 fi; test -z "$$fail"
1034 $(RECURSIVE_CLEAN_TARGETS):
1035 @fail= failcom='exit 1'; \
1036 for f in x $$MAKEFLAGS; do \
1037 case $$f in \
1038 *=* | --[!k]*);; \
1039 *k*) failcom='fail=yes';; \
1040 esac; \
1041 done; \
1042 dot_seen=no; \
1043 case "$@" in \
1044 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1045 *) list='$(SUBDIRS)' ;; \
1046 esac; \
1047 rev=''; for subdir in $$list; do \
1048 if test "$$subdir" = "."; then :; else \
1049 rev="$$subdir $$rev"; \
1050 fi; \
1051 done; \
1052 rev="$$rev ."; \
1053 target=`echo $@ | sed s/-recursive//`; \
1054 for subdir in $$rev; do \
1055 echo "Making $$target in $$subdir"; \
1056 if test "$$subdir" = "."; then \
1057 local_target="$$target-am"; \
1058 else \
1059 local_target="$$target"; \
1060 fi; \
1061 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1062 || eval $$failcom; \
1063 done && test -z "$$fail"
1064 tags-recursive:
1065 list='$(SUBDIRS)'; for subdir in $$list; do \
1066 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1067 done
1068 ctags-recursive:
1069 list='$(SUBDIRS)'; for subdir in $$list; do \
1070 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1071 done
1073 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1074 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1075 unique=`for i in $$list; do \
1076 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1077 done | \
1078 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1079 END { if (nonempty) { for (i in files) print i; }; }'`; \
1080 mkid -fID $$unique
1081 tags: TAGS
1083 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1084 $(TAGS_FILES) $(LISP)
1085 set x; \
1086 here=`pwd`; \
1087 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1088 include_option=--etags-include; \
1089 empty_fix=.; \
1090 else \
1091 include_option=--include; \
1092 empty_fix=; \
1093 fi; \
1094 list='$(SUBDIRS)'; for subdir in $$list; do \
1095 if test "$$subdir" = .; then :; else \
1096 test ! -f $$subdir/TAGS || \
1097 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1098 fi; \
1099 done; \
1100 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1101 unique=`for i in $$list; do \
1102 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1103 done | \
1104 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1105 END { if (nonempty) { for (i in files) print i; }; }'`; \
1106 shift; \
1107 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1108 test -n "$$unique" || unique=$$empty_fix; \
1109 if test $$# -gt 0; then \
1110 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1111 "$$@" $$unique; \
1112 else \
1113 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1114 $$unique; \
1115 fi; \
1117 ctags: CTAGS
1118 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1119 $(TAGS_FILES) $(LISP)
1120 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1121 unique=`for i in $$list; do \
1122 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1123 done | \
1124 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1125 END { if (nonempty) { for (i in files) print i; }; }'`; \
1126 test -z "$(CTAGS_ARGS)$$unique" \
1127 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1128 $$unique
1130 GTAGS:
1131 here=`$(am__cd) $(top_builddir) && pwd` \
1132 && $(am__cd) $(top_srcdir) \
1133 && gtags -i $(GTAGS_ARGS) "$$here"
1135 distclean-tags:
1136 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1138 check-TESTS: $(TESTS)
1139 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1140 srcdir=$(srcdir); export srcdir; \
1141 list=' $(TESTS) '; \
1142 $(am__tty_colors); \
1143 if test -n "$$list"; then \
1144 for tst in $$list; do \
1145 if test -f ./$$tst; then dir=./; \
1146 elif test -f $$tst; then dir=; \
1147 else dir="$(srcdir)/"; fi; \
1148 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1149 all=`expr $$all + 1`; \
1150 case " $(XFAIL_TESTS) " in \
1151 *[\ \ ]$$tst[\ \ ]*) \
1152 xpass=`expr $$xpass + 1`; \
1153 failed=`expr $$failed + 1`; \
1154 col=$$red; res=XPASS; \
1155 ;; \
1156 *) \
1157 col=$$grn; res=PASS; \
1158 ;; \
1159 esac; \
1160 elif test $$? -ne 77; then \
1161 all=`expr $$all + 1`; \
1162 case " $(XFAIL_TESTS) " in \
1163 *[\ \ ]$$tst[\ \ ]*) \
1164 xfail=`expr $$xfail + 1`; \
1165 col=$$lgn; res=XFAIL; \
1166 ;; \
1167 *) \
1168 failed=`expr $$failed + 1`; \
1169 col=$$red; res=FAIL; \
1170 ;; \
1171 esac; \
1172 else \
1173 skip=`expr $$skip + 1`; \
1174 col=$$blu; res=SKIP; \
1175 fi; \
1176 echo "$${col}$$res$${std}: $$tst"; \
1177 done; \
1178 if test "$$all" -eq 1; then \
1179 tests="test"; \
1180 All=""; \
1181 else \
1182 tests="tests"; \
1183 All="All "; \
1184 fi; \
1185 if test "$$failed" -eq 0; then \
1186 if test "$$xfail" -eq 0; then \
1187 banner="$$All$$all $$tests passed"; \
1188 else \
1189 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1190 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1191 fi; \
1192 else \
1193 if test "$$xpass" -eq 0; then \
1194 banner="$$failed of $$all $$tests failed"; \
1195 else \
1196 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1197 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1198 fi; \
1199 fi; \
1200 dashes="$$banner"; \
1201 skipped=""; \
1202 if test "$$skip" -ne 0; then \
1203 if test "$$skip" -eq 1; then \
1204 skipped="($$skip test was not run)"; \
1205 else \
1206 skipped="($$skip tests were not run)"; \
1207 fi; \
1208 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1209 dashes="$$skipped"; \
1210 fi; \
1211 report=""; \
1212 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1213 report="Please report to $(PACKAGE_BUGREPORT)"; \
1214 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1215 dashes="$$report"; \
1216 fi; \
1217 dashes=`echo "$$dashes" | sed s/./=/g`; \
1218 if test "$$failed" -eq 0; then \
1219 echo "$$grn$$dashes"; \
1220 else \
1221 echo "$$red$$dashes"; \
1222 fi; \
1223 echo "$$banner"; \
1224 test -z "$$skipped" || echo "$$skipped"; \
1225 test -z "$$report" || echo "$$report"; \
1226 echo "$$dashes$$std"; \
1227 test "$$failed" -eq 0; \
1228 else :; fi
1230 distdir: $(DISTFILES)
1231 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1232 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1233 list='$(DISTFILES)'; \
1234 dist_files=`for file in $$list; do echo $$file; done | \
1235 sed -e "s|^$$srcdirstrip/||;t" \
1236 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1237 case $$dist_files in \
1238 */*) $(MKDIR_P) `echo "$$dist_files" | \
1239 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1240 sort -u` ;; \
1241 esac; \
1242 for file in $$dist_files; do \
1243 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1244 if test -d $$d/$$file; then \
1245 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1246 if test -d "$(distdir)/$$file"; then \
1247 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1248 fi; \
1249 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1250 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1251 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1252 fi; \
1253 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1254 else \
1255 test -f "$(distdir)/$$file" \
1256 || cp -p $$d/$$file "$(distdir)/$$file" \
1257 || exit 1; \
1258 fi; \
1259 done
1260 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1261 if test "$$subdir" = .; then :; else \
1262 test -d "$(distdir)/$$subdir" \
1263 || $(MKDIR_P) "$(distdir)/$$subdir" \
1264 || exit 1; \
1265 fi; \
1266 done
1267 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1268 if test "$$subdir" = .; then :; else \
1269 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1270 $(am__relativize); \
1271 new_distdir=$$reldir; \
1272 dir1=$$subdir; dir2="$(top_distdir)"; \
1273 $(am__relativize); \
1274 new_top_distdir=$$reldir; \
1275 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1276 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1277 ($(am__cd) $$subdir && \
1278 $(MAKE) $(AM_MAKEFLAGS) \
1279 top_distdir="$$new_top_distdir" \
1280 distdir="$$new_distdir" \
1281 am__remove_distdir=: \
1282 am__skip_length_check=: \
1283 am__skip_mode_fix=: \
1284 distdir) \
1285 || exit 1; \
1286 fi; \
1287 done
1288 check-am: all-am
1289 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1290 check: check-recursive
1291 all-am: Makefile
1292 installdirs: installdirs-recursive
1293 installdirs-am:
1294 install: install-recursive
1295 install-exec: install-exec-recursive
1296 install-data: install-data-recursive
1297 uninstall: uninstall-recursive
1299 install-am: all-am
1300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1302 installcheck: installcheck-recursive
1303 install-strip:
1304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1305 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1306 `test -z '$(STRIP)' || \
1307 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1308 mostlyclean-generic:
1310 clean-generic:
1312 distclean-generic:
1313 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1314 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1316 maintainer-clean-generic:
1317 @echo "This command is intended for maintainers to use"
1318 @echo "it deletes files that may require special tools to rebuild."
1319 clean: clean-recursive
1321 clean-am: clean-generic clean-libtool mostlyclean-am
1323 distclean: distclean-recursive
1324 -rm -f Makefile
1325 distclean-am: clean-am distclean-generic distclean-local \
1326 distclean-tags
1328 dvi: dvi-recursive
1330 dvi-am:
1332 html: html-recursive
1334 html-am:
1336 info: info-recursive
1338 info-am:
1340 install-data-am:
1342 install-dvi: install-dvi-recursive
1344 install-dvi-am:
1346 install-exec-am:
1348 install-html: install-html-recursive
1350 install-html-am:
1352 install-info: install-info-recursive
1354 install-info-am:
1356 install-man:
1358 install-pdf: install-pdf-recursive
1360 install-pdf-am:
1362 install-ps: install-ps-recursive
1364 install-ps-am:
1366 installcheck-am:
1368 maintainer-clean: maintainer-clean-recursive
1369 -rm -f Makefile
1370 maintainer-clean-am: distclean-am maintainer-clean-generic
1372 mostlyclean: mostlyclean-recursive
1374 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1376 pdf: pdf-recursive
1378 pdf-am:
1380 ps: ps-recursive
1382 ps-am:
1384 uninstall-am:
1386 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
1387 ctags-recursive install-am install-strip tags-recursive
1389 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1390 all all-am check check-TESTS check-am clean clean-generic \
1391 clean-libtool ctags ctags-recursive distclean \
1392 distclean-generic distclean-libtool distclean-local \
1393 distclean-tags distdir dvi dvi-am html html-am info info-am \
1394 install install-am install-data install-data-am install-dvi \
1395 install-dvi-am install-exec install-exec-am install-html \
1396 install-html-am install-info install-info-am install-man \
1397 install-pdf install-pdf-am install-ps install-ps-am \
1398 install-strip installcheck installcheck-am installdirs \
1399 installdirs-am maintainer-clean maintainer-clean-generic \
1400 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1401 ps ps-am tags tags-recursive uninstall uninstall-am
1404 # infixes.test
1406 distclean-local:
1407 -rm -rf testSubDir
1409 # infixes.aff
1410 # infixes.dic
1411 # infixes.good
1412 # infixes.test
1414 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1415 # Otherwise a system limit (for SysV at least) may be exceeded.
1416 .NOEXPORT: