extensions/spellcheck/hunspell/tests/unit/data/Makefile.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial