Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Side by Side Diff: third_party/hyphen/tests/Makefile.in

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/hyphen/tests/Makefile.am ('k') | third_party/hyphen/tests/alt.hyph » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
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.
10
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.
15
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 subdir = tests
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.in
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42 mkinstalldirs = $(install_sh) -d
43 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
45 SOURCES =
46 DIST_SOURCES =
47 am__tty_colors = \
48 red=; grn=; lgn=; blu=; std=
49 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50 ACLOCAL = @ACLOCAL@
51 AMTAR = @AMTAR@
52 AR = @AR@
53 AUTOCONF = @AUTOCONF@
54 AUTOHEADER = @AUTOHEADER@
55 AUTOMAKE = @AUTOMAKE@
56 AWK = @AWK@
57 CC = @CC@
58 CCDEPMODE = @CCDEPMODE@
59 CFLAGS = @CFLAGS@
60 CPP = @CPP@
61 CPPFLAGS = @CPPFLAGS@
62 CYGPATH_W = @CYGPATH_W@
63 DEFS = @DEFS@
64 DEPDIR = @DEPDIR@
65 DSYMUTIL = @DSYMUTIL@
66 DUMPBIN = @DUMPBIN@
67 ECHO_C = @ECHO_C@
68 ECHO_N = @ECHO_N@
69 ECHO_T = @ECHO_T@
70 EGREP = @EGREP@
71 EXEEXT = @EXEEXT@
72 FGREP = @FGREP@
73 GREP = @GREP@
74 INSTALL = @INSTALL@
75 INSTALL_DATA = @INSTALL_DATA@
76 INSTALL_PROGRAM = @INSTALL_PROGRAM@
77 INSTALL_SCRIPT = @INSTALL_SCRIPT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 LD = @LD@
80 LDFLAGS = @LDFLAGS@
81 LIBOBJS = @LIBOBJS@
82 LIBS = @LIBS@
83 LIBTOOL = @LIBTOOL@
84 LIPO = @LIPO@
85 LN_S = @LN_S@
86 LTLIBOBJS = @LTLIBOBJS@
87 MAKEINFO = @MAKEINFO@
88 MKDIR_P = @MKDIR_P@
89 NM = @NM@
90 NMEDIT = @NMEDIT@
91 OBJDUMP = @OBJDUMP@
92 OBJEXT = @OBJEXT@
93 OTOOL = @OTOOL@
94 OTOOL64 = @OTOOL64@
95 PACKAGE = @PACKAGE@
96 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97 PACKAGE_NAME = @PACKAGE_NAME@
98 PACKAGE_STRING = @PACKAGE_STRING@
99 PACKAGE_TARNAME = @PACKAGE_TARNAME@
100 PACKAGE_URL = @PACKAGE_URL@
101 PACKAGE_VERSION = @PACKAGE_VERSION@
102 PATH_SEPARATOR = @PATH_SEPARATOR@
103 RANLIB = @RANLIB@
104 SED = @SED@
105 SET_MAKE = @SET_MAKE@
106 SHELL = @SHELL@
107 STRIP = @STRIP@
108 VERSION = @VERSION@
109 abs_builddir = @abs_builddir@
110 abs_srcdir = @abs_srcdir@
111 abs_top_builddir = @abs_top_builddir@
112 abs_top_srcdir = @abs_top_srcdir@
113 ac_ct_CC = @ac_ct_CC@
114 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
115 am__include = @am__include@
116 am__leading_dot = @am__leading_dot@
117 am__quote = @am__quote@
118 am__tar = @am__tar@
119 am__untar = @am__untar@
120 bindir = @bindir@
121 build = @build@
122 build_alias = @build_alias@
123 build_cpu = @build_cpu@
124 build_os = @build_os@
125 build_vendor = @build_vendor@
126 builddir = @builddir@
127 datadir = @datadir@
128 datarootdir = @datarootdir@
129 docdir = @docdir@
130 dvidir = @dvidir@
131 exec_prefix = @exec_prefix@
132 host = @host@
133 host_alias = @host_alias@
134 host_cpu = @host_cpu@
135 host_os = @host_os@
136 host_vendor = @host_vendor@
137 htmldir = @htmldir@
138 includedir = @includedir@
139 infodir = @infodir@
140 install_sh = @install_sh@
141 libdir = @libdir@
142 libexecdir = @libexecdir@
143 localedir = @localedir@
144 localstatedir = @localstatedir@
145 mandir = @mandir@
146 mkdir_p = @mkdir_p@
147 oldincludedir = @oldincludedir@
148 pdfdir = @pdfdir@
149 prefix = @prefix@
150 program_transform_name = @program_transform_name@
151 psdir = @psdir@
152 sbindir = @sbindir@
153 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155 sysconfdir = @sysconfdir@
156 target_alias = @target_alias@
157 top_build_prefix = @top_build_prefix@
158 top_builddir = @top_builddir@
159 top_srcdir = @top_srcdir@
160 TESTS = \
161 basealt2.test \
162 basealt.test \
163 base.test \
164 conv.test \
165 unicode.test \
166 alt.test \
167 alt2.test \
168 alt3.test \
169 alt4.test \
170 alt5.test \
171 alt6.test \
172 compound.test \
173 compound2.test \
174 compound3.test \
175 compound4.test \
176 settings.test \
177 settings2.test \
178 settings3.test \
179 settings4.test \
180 lhmin.test \
181 lig.test
182
183 EXTRA_DIST = \
184 test.sh \
185 alt2.hyph \
186 alt2.pat \
187 alt2.word \
188 alt3.hyph \
189 alt3.pat \
190 alt3.word \
191 alt4.hyph \
192 alt4.pat \
193 alt4.word \
194 alt5.hyph \
195 alt5.pat \
196 alt5.word \
197 alt6.hyph \
198 alt6.pat \
199 alt6.word \
200 alt.hyph \
201 alt.pat \
202 alt.word \
203 basealt2.hyph \
204 basealt2.pat \
205 basealt2.word \
206 basealt.hyph \
207 basealt.pat \
208 basealt.word \
209 base.hyph \
210 base.pat \
211 base.word \
212 conv.dic \
213 conv.hyph \
214 conv.pat \
215 conv.word \
216 unicode.hyph \
217 unicode.pat \
218 unicode.word \
219 compound.hyph \
220 compound.pat \
221 compound.word \
222 compound2.hyph \
223 compound2.pat \
224 compound2.word \
225 compound3.hyph \
226 compound3.pat \
227 compound3.word \
228 compound4.hyph \
229 compound4.pat \
230 compound4.word \
231 settings.hyph \
232 settings.pat \
233 settings.word \
234 settings2.hyph \
235 settings2.pat \
236 settings2.word \
237 settings3.hyph \
238 settings3.pat \
239 settings3.word \
240 settings4.hyph \
241 settings4.pat \
242 settings4.word \
243 alt2.test \
244 alt3.test \
245 alt4.test \
246 alt5.test \
247 alt6.test \
248 alt.test \
249 basealt2.test \
250 basealt.test \
251 base.test \
252 conv.test \
253 unicode.test \
254 compound.test \
255 compound2.test \
256 compound3.test \
257 compound4.test \
258 settings.test \
259 settings2.test \
260 settings3.test \
261 settings4.test \
262 lhmin.hyph \
263 lhmin.pat \
264 lhmin.word \
265 lhmin.test \
266 lig.hyph \
267 lig.pat \
268 lig.test \
269 lig.word
270
271 all: all-am
272
273 .SUFFIXES:
274 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --gnu tests/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
294 esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304
305 mostlyclean-libtool:
306 -rm -f *.lo
307
308 clean-libtool:
309 -rm -rf .libs _libs
310 tags: TAGS
311 TAGS:
312
313 ctags: CTAGS
314 CTAGS:
315
316
317 check-TESTS: $(TESTS)
318 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
319 srcdir=$(srcdir); export srcdir; \
320 list=' $(TESTS) '; \
321 $(am__tty_colors); \
322 if test -n "$$list"; then \
323 for tst in $$list; do \
324 if test -f ./$$tst; then dir=./; \
325 elif test -f $$tst; then dir=; \
326 else dir="$(srcdir)/"; fi; \
327 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
328 all=`expr $$all + 1`; \
329 case " $(XFAIL_TESTS) " in \
330 *[\ \ ]$$tst[\ \ ]*) \
331 xpass=`expr $$xpass + 1`; \
332 failed=`expr $$failed + 1`; \
333 col=$$red; res=XPASS; \
334 ;; \
335 *) \
336 col=$$grn; res=PASS; \
337 ;; \
338 esac; \
339 elif test $$? -ne 77; then \
340 all=`expr $$all + 1`; \
341 case " $(XFAIL_TESTS) " in \
342 *[\ \ ]$$tst[\ \ ]*) \
343 xfail=`expr $$xfail + 1`; \
344 col=$$lgn; res=XFAIL; \
345 ;; \
346 *) \
347 failed=`expr $$failed + 1`; \
348 col=$$red; res=FAIL; \
349 ;; \
350 esac; \
351 else \
352 skip=`expr $$skip + 1`; \
353 col=$$blu; res=SKIP; \
354 fi; \
355 echo "$${col}$$res$${std}: $$tst"; \
356 done; \
357 if test "$$all" -eq 1; then \
358 tests="test"; \
359 All=""; \
360 else \
361 tests="tests"; \
362 All="All "; \
363 fi; \
364 if test "$$failed" -eq 0; then \
365 if test "$$xfail" -eq 0; then \
366 banner="$$All$$all $$tests passed"; \
367 else \
368 if test "$$xfail" -eq 1; then failures=failure; else failures=fail ures; fi; \
369 banner="$$All$$all $$tests behaved as expected ($$xfail expected $ $failures)"; \
370 fi; \
371 else \
372 if test "$$xpass" -eq 0; then \
373 banner="$$failed of $$all $$tests failed"; \
374 else \
375 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
376 banner="$$failed of $$all $$tests did not behave as expected ($$xp ass unexpected $$passes)"; \
377 fi; \
378 fi; \
379 dashes="$$banner"; \
380 skipped=""; \
381 if test "$$skip" -ne 0; then \
382 if test "$$skip" -eq 1; then \
383 skipped="($$skip test was not run)"; \
384 else \
385 skipped="($$skip tests were not run)"; \
386 fi; \
387 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
388 dashes="$$skipped"; \
389 fi; \
390 report=""; \
391 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
392 report="Please report to $(PACKAGE_BUGREPORT)"; \
393 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
394 dashes="$$report"; \
395 fi; \
396 dashes=`echo "$$dashes" | sed s/./=/g`; \
397 if test "$$failed" -eq 0; then \
398 echo "$$grn$$dashes"; \
399 else \
400 echo "$$red$$dashes"; \
401 fi; \
402 echo "$$banner"; \
403 test -z "$$skipped" || echo "$$skipped"; \
404 test -z "$$report" || echo "$$report"; \
405 echo "$$dashes$$std"; \
406 test "$$failed" -eq 0; \
407 else :; fi
408
409 distdir: $(DISTFILES)
410 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412 list='$(DISTFILES)'; \
413 dist_files=`for file in $$list; do echo $$file; done | \
414 sed -e "s|^$$srcdirstrip/||;t" \
415 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416 case $$dist_files in \
417 */*) $(MKDIR_P) `echo "$$dist_files" | \
418 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419 sort -u` ;; \
420 esac; \
421 for file in $$dist_files; do \
422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423 if test -d $$d/$$file; then \
424 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425 if test -d "$(distdir)/$$file"; then \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431 fi; \
432 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433 else \
434 test -f "$(distdir)/$$file" \
435 || cp -p $$d/$$file "$(distdir)/$$file" \
436 || exit 1; \
437 fi; \
438 done
439 check-am: all-am
440 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
441 check: check-am
442 all-am: Makefile
443 installdirs:
444 install: install-am
445 install-exec: install-exec-am
446 install-data: install-data-am
447 uninstall: uninstall-am
448
449 install-am: all-am
450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452 installcheck: installcheck-am
453 install-strip:
454 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456 `test -z '$(STRIP)' || \
457 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
458 mostlyclean-generic:
459
460 clean-generic:
461
462 distclean-generic:
463 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
466 maintainer-clean-generic:
467 @echo "This command is intended for maintainers to use"
468 @echo "it deletes files that may require special tools to rebuild."
469 clean: clean-am
470
471 clean-am: clean-generic clean-libtool mostlyclean-am
472
473 distclean: distclean-am
474 -rm -f Makefile
475 distclean-am: clean-am distclean-generic distclean-local
476
477 dvi: dvi-am
478
479 dvi-am:
480
481 html: html-am
482
483 html-am:
484
485 info: info-am
486
487 info-am:
488
489 install-data-am:
490
491 install-dvi: install-dvi-am
492
493 install-dvi-am:
494
495 install-exec-am:
496
497 install-html: install-html-am
498
499 install-html-am:
500
501 install-info: install-info-am
502
503 install-info-am:
504
505 install-man:
506
507 install-pdf: install-pdf-am
508
509 install-pdf-am:
510
511 install-ps: install-ps-am
512
513 install-ps-am:
514
515 installcheck-am:
516
517 maintainer-clean: maintainer-clean-am
518 -rm -f Makefile
519 maintainer-clean-am: distclean-am maintainer-clean-generic
520
521 mostlyclean: mostlyclean-am
522
523 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
525 pdf: pdf-am
526
527 pdf-am:
528
529 ps: ps-am
530
531 ps-am:
532
533 uninstall-am:
534
535 .MAKE: check-am install-am install-strip
536
537 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
538 clean-libtool distclean distclean-generic distclean-libtool \
539 distclean-local distdir dvi dvi-am html html-am info info-am \
540 install install-am install-data install-data-am install-dvi \
541 install-dvi-am install-exec install-exec-am install-html \
542 install-html-am install-info install-info-am install-man \
543 install-pdf install-pdf-am install-ps install-ps-am \
544 install-strip installcheck installcheck-am installdirs \
545 maintainer-clean maintainer-clean-generic mostlyclean \
546 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
547 uninstall uninstall-am
548
549
550 distclean-local:
551 -rm -rf testSubDir
552
553 # Tell versions [3.59,3.63) of GNU make to not export all variables.
554 # Otherwise a system limit (for SysV at least) may be exceeded.
555 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/hyphen/tests/Makefile.am ('k') | third_party/hyphen/tests/alt.hyph » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698