Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / libs / unicode / Makefile.in
CommitLineData
b0322a85
CE
1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Copyright 2000-2011 Double Precision, Inc. See COPYING for
19# distribution information.
20
21
22
23VPATH = @srcdir@
24am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
25am__make_running_with_option = \
26 case $${target_option-} in \
27 ?) ;; \
28 *) echo "am__make_running_with_option: internal error: invalid" \
29 "target option '$${target_option-}' specified" >&2; \
30 exit 1;; \
31 esac; \
32 has_opt=no; \
33 sane_makeflags=$$MAKEFLAGS; \
34 if $(am__is_gnu_make); then \
35 sane_makeflags=$$MFLAGS; \
36 else \
37 case $$MAKEFLAGS in \
38 *\\[\ \ ]*) \
39 bs=\\; \
40 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
41 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 esac; \
43 fi; \
44 skip_next=no; \
45 strip_trailopt () \
46 { \
47 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
48 }; \
49 for flg in $$sane_makeflags; do \
50 test $$skip_next = yes && { skip_next=no; continue; }; \
51 case $$flg in \
52 *=*|--*) continue;; \
53 -*I) strip_trailopt 'I'; skip_next=yes;; \
54 -*I?*) strip_trailopt 'I';; \
55 -*O) strip_trailopt 'O'; skip_next=yes;; \
56 -*O?*) strip_trailopt 'O';; \
57 -*l) strip_trailopt 'l'; skip_next=yes;; \
58 -*l?*) strip_trailopt 'l';; \
59 -[dEDm]) skip_next=yes;; \
60 -[JT]) skip_next=yes;; \
61 esac; \
62 case $$flg in \
63 *$$target_option*) has_opt=yes; break;; \
64 esac; \
65 done; \
66 test $$has_opt = yes
67am__make_dryrun = (target_option=n; $(am__make_running_with_option))
68am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
69pkgdatadir = $(datadir)/@PACKAGE@
70pkgincludedir = $(includedir)/@PACKAGE@
71pkglibdir = $(libdir)/@PACKAGE@
72pkglibexecdir = $(libexecdir)/@PACKAGE@
73am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
74install_sh_DATA = $(install_sh) -c -m 644
75install_sh_PROGRAM = $(install_sh) -c
76install_sh_SCRIPT = $(install_sh) -c
77INSTALL_HEADER = $(INSTALL_DATA)
78transform = $(program_transform_name)
79NORMAL_INSTALL = :
80PRE_INSTALL = :
81POST_INSTALL = :
82NORMAL_UNINSTALL = :
83PRE_UNINSTALL = :
84POST_UNINSTALL = :
85build_triplet = @build@
86host_triplet = @host@
87noinst_PROGRAMS = unicodetest$(EXEEXT) graphemetest$(EXEEXT) \
88 linebreaktest$(EXEEXT) wordbreaktest$(EXEEXT) enttest$(EXEEXT)
89subdir = .
90DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
91 $(top_srcdir)/configure $(am__configure_deps) \
92 $(srcdir)/unicode_config.h.in $(top_srcdir)/../../depcomp \
93 ../../AUTHORS ../../COPYING ../../ChangeLog README \
94 ../../config.guess ../../config.sub ../../depcomp \
95 ../../install-sh ../../missing ../../ltmain.sh \
96 $(top_srcdir)/../../config.guess \
97 $(top_srcdir)/../../config.sub $(top_srcdir)/../../install-sh \
98 $(top_srcdir)/../../ltmain.sh $(top_srcdir)/../../missing
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104 configure.lineno config.status.lineno
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = unicode_config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109LTLIBRARIES = $(noinst_LTLIBRARIES)
110libunicode_la_LIBADD =
111am_libunicode_la_OBJECTS = unicode.lo unicodebuf.lo unicodecpp.lo \
112 unicode_ultcase.lo unicode_ultcasetab.lo unicode_wcwidth.lo \
113 unicode_tablookup.lo unicode_graphemebreak.lo \
114 unicode_linebreak.lo unicode_htmlent.lo unicode_wordbreak.lo
115libunicode_la_OBJECTS = $(am_libunicode_la_OBJECTS)
116AM_V_lt = $(am__v_lt_@AM_V@)
117am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118am__v_lt_0 = --silent
119am__v_lt_1 =
120PROGRAMS = $(noinst_PROGRAMS)
121am_enttest_OBJECTS = enttest.$(OBJEXT)
122enttest_OBJECTS = $(am_enttest_OBJECTS)
123enttest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125 $(enttest_LDFLAGS) $(LDFLAGS) -o $@
126am_graphemetest_OBJECTS = graphemetest.$(OBJEXT)
127graphemetest_OBJECTS = $(am_graphemetest_OBJECTS)
128graphemetest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130 $(graphemetest_LDFLAGS) $(LDFLAGS) -o $@
131am_linebreaktest_OBJECTS = linebreaktest.$(OBJEXT)
132linebreaktest_OBJECTS = $(am_linebreaktest_OBJECTS)
133linebreaktest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
134 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
135 $(AM_CXXFLAGS) $(CXXFLAGS) $(linebreaktest_LDFLAGS) $(LDFLAGS) \
136 -o $@
137am_unicodetest_OBJECTS = unicodetest.$(OBJEXT)
138unicodetest_OBJECTS = $(am_unicodetest_OBJECTS)
139unicodetest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141 $(unicodetest_LDFLAGS) $(LDFLAGS) -o $@
142am_wordbreaktest_OBJECTS = wordbreaktest.$(OBJEXT)
143wordbreaktest_OBJECTS = $(am_wordbreaktest_OBJECTS)
144wordbreaktest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
145 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
146 $(AM_CXXFLAGS) $(CXXFLAGS) $(wordbreaktest_LDFLAGS) $(LDFLAGS) \
147 -o $@
148SCRIPTS = $(noinst_SCRIPTS)
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo " GEN " $@;
156am__v_GEN_1 =
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 =
161DEFAULT_INCLUDES = -I.@am__isrc@
162depcomp = $(SHELL) $(top_srcdir)/../../depcomp
163am__depfiles_maybe = depfiles
164am__mv = mv -f
165CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170 $(AM_CXXFLAGS) $(CXXFLAGS)
171AM_V_CXX = $(am__v_CXX_@AM_V@)
172am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
173am__v_CXX_0 = @echo " CXX " $@;
174am__v_CXX_1 =
175CXXLD = $(CXX)
176CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
178 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
179AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
180am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
181am__v_CXXLD_0 = @echo " CXXLD " $@;
182am__v_CXXLD_1 =
183COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
184 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
187 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188 $(AM_CFLAGS) $(CFLAGS)
189AM_V_CC = $(am__v_CC_@AM_V@)
190am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191am__v_CC_0 = @echo " CC " $@;
192am__v_CC_1 =
193CCLD = $(CC)
194LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196 $(AM_LDFLAGS) $(LDFLAGS) -o $@
197AM_V_CCLD = $(am__v_CCLD_@AM_V@)
198am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
199am__v_CCLD_0 = @echo " CCLD " $@;
200am__v_CCLD_1 =
201SOURCES = $(libunicode_la_SOURCES) $(enttest_SOURCES) \
202 $(graphemetest_SOURCES) $(linebreaktest_SOURCES) \
203 $(unicodetest_SOURCES) $(wordbreaktest_SOURCES)
204DIST_SOURCES = $(libunicode_la_SOURCES) $(enttest_SOURCES) \
205 $(graphemetest_SOURCES) $(linebreaktest_SOURCES) \
206 $(unicodetest_SOURCES) $(wordbreaktest_SOURCES)
207am__can_run_installinfo = \
208 case $$AM_UPDATE_INFO_DIR in \
209 n|no|NO) false;; \
210 *) (install-info --version) >/dev/null 2>&1;; \
211 esac
212am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
213 $(LISP)unicode_config.h.in
214# Read a list of newline-separated strings from the standard input,
215# and print each of them once, without duplicates. Input order is
216# *not* preserved.
217am__uniquify_input = $(AWK) '\
218 BEGIN { nonempty = 0; } \
219 { items[$$0] = 1; nonempty = 1; } \
220 END { if (nonempty) { for (i in items) print i; }; } \
221'
222# Make sure the list of sources is unique. This is necessary because,
223# e.g., the same source file might be shared among _SOURCES variables
224# for different programs/libraries.
225am__define_uniq_tagged_files = \
226 list='$(am__tagged_files)'; \
227 unique=`for i in $$list; do \
228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229 done | $(am__uniquify_input)`
230ETAGS = etags
231CTAGS = ctags
232CSCOPE = cscope
233AM_RECURSIVE_TARGETS = cscope
234DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235distdir = $(PACKAGE)-$(VERSION)
236top_distdir = $(distdir)
237am__remove_distdir = \
238 if test -d "$(distdir)"; then \
239 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
240 && rm -rf "$(distdir)" \
241 || { sleep 5 && rm -rf "$(distdir)"; }; \
242 else :; fi
243am__post_remove_distdir = $(am__remove_distdir)
244DIST_ARCHIVES = $(distdir).tar.gz
245GZIP_ENV = --best
246DIST_TARGETS = dist-gzip
247distuninstallcheck_listfiles = find . -type f -print
248am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
249 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
250distcleancheck_listfiles = find . -type f -print
251ACLOCAL = @ACLOCAL@
252AMTAR = @AMTAR@
253AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
254AR = @AR@
255AUTOCONF = @AUTOCONF@
256AUTOHEADER = @AUTOHEADER@
257AUTOMAKE = @AUTOMAKE@
258AWK = @AWK@
259CC = @CC@
260CCDEPMODE = @CCDEPMODE@
261CFLAGS = @CFLAGS@
262CPP = @CPP@
263CPPFLAGS = @CPPFLAGS@
264CXX = @CXX@
265CXXCPP = @CXXCPP@
266CXXDEPMODE = @CXXDEPMODE@
267CXXFLAGS = @CXXFLAGS@
268CYGPATH_W = @CYGPATH_W@
269DEFS = @DEFS@
270DEPDIR = @DEPDIR@
271DLLTOOL = @DLLTOOL@
272DSYMUTIL = @DSYMUTIL@
273DUMPBIN = @DUMPBIN@
274ECHO_C = @ECHO_C@
275ECHO_N = @ECHO_N@
276ECHO_T = @ECHO_T@
277EGREP = @EGREP@
278EXEEXT = @EXEEXT@
279FGREP = @FGREP@
280GREP = @GREP@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286LD = @LD@
287LDFLAGS = @LDFLAGS@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIPO = @LIPO@
292LN_S = @LN_S@
293LTLIBOBJS = @LTLIBOBJS@
294MAKEINFO = @MAKEINFO@
295MANIFEST_TOOL = @MANIFEST_TOOL@
296MKDIR_P = @MKDIR_P@
297NM = @NM@
298NMEDIT = @NMEDIT@
299OBJDUMP = @OBJDUMP@
300OBJEXT = @OBJEXT@
301OTOOL = @OTOOL@
302OTOOL64 = @OTOOL64@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311PERL = @PERL@
312RANLIB = @RANLIB@
313SED = @SED@
314SET_MAKE = @SET_MAKE@
315SHELL = @SHELL@
316STRIP = @STRIP@
317VERSION = @VERSION@
318abs_builddir = @abs_builddir@
319abs_srcdir = @abs_srcdir@
320abs_top_builddir = @abs_top_builddir@
321abs_top_srcdir = @abs_top_srcdir@
322ac_ct_AR = @ac_ct_AR@
323ac_ct_CC = @ac_ct_CC@
324ac_ct_CXX = @ac_ct_CXX@
325ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
326am__include = @am__include@
327am__leading_dot = @am__leading_dot@
328am__quote = @am__quote@
329am__tar = @am__tar@
330am__untar = @am__untar@
331bindir = @bindir@
332build = @build@
333build_alias = @build_alias@
334build_cpu = @build_cpu@
335build_os = @build_os@
336build_vendor = @build_vendor@
337builddir = @builddir@
338datadir = @datadir@
339datarootdir = @datarootdir@
340docdir = @docdir@
341dvidir = @dvidir@
342exec_prefix = @exec_prefix@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354localedir = @localedir@
355localstatedir = @localstatedir@
356mandir = @mandir@
357mkdir_p = @mkdir_p@
358oldincludedir = @oldincludedir@
359pdfdir = @pdfdir@
360prefix = @prefix@
361program_transform_name = @program_transform_name@
362psdir = @psdir@
363sbindir = @sbindir@
364sharedstatedir = @sharedstatedir@
365srcdir = @srcdir@
366sysconfdir = @sysconfdir@
367target_alias = @target_alias@
368top_build_prefix = @top_build_prefix@
369top_builddir = @top_builddir@
370top_srcdir = @top_srcdir@
371noinst_SCRIPTS = update.sh \
372 mkultcase.pl unicodefilter.pl \
373 mkeastasianwidth.pl \
374 mkgraphemebreak.pl mklinebreak.pl mkwordbreak.pl mkcommon.pm \
375 mkhtmlent.pl
376
377noinst_LTLIBRARIES = libunicode.la
378libunicode_la_SOURCES = unicode.h unicode.c unicodebuf.c \
379 unicodecpp.C \
380 unicode_ultcase.c \
381 unicode_ultcasetab.c \
382 unicode_wcwidth.c eastasianwidth.h \
383 unicode_tablookup.c \
384 unicode_graphemebreak.c graphemebreaktab.h \
385 unicode_linebreak.c linebreaktab.h \
386 unicode_htmlent.c unicode_htmlent.h \
387 linebreaktab_internal.h \
388 unicode_wordbreak.c wordbreaktab.h \
389 wordbreaktab_internal.h
390
391EXTRA_DIST = $(noinst_SCRIPTS)
392unicodetest_SOURCES = unicodetest.c
393unicodetest_DEPENDENCIES = libunicode.la
394unicodetest_LDADD = libunicode.la
395unicodetest_LDFLAGS = -static
396graphemetest_SOURCES = graphemetest.c
397graphemetest_DEPENDENCIES = libunicode.la
398graphemetest_LDADD = libunicode.la
399graphemetest_LDFLAGS = -static
400linebreaktest_SOURCES = linebreaktest.C
401linebreaktest_DEPENDENCIES = libunicode.la
402linebreaktest_LDADD = libunicode.la
403linebreaktest_LDFLAGS = -static
404wordbreaktest_SOURCES = wordbreaktest.C
405wordbreaktest_DEPENDENCIES = libunicode.la
406wordbreaktest_LDADD = libunicode.la
407wordbreaktest_LDFLAGS = -static
408enttest_SOURCES = enttest.c
409enttest_DEPENDENCIES = libunicode.la
410enttest_LDADD = libunicode.la
411enttest_LDFLAGS = -static
412all: unicode_config.h
413 $(MAKE) $(AM_MAKEFLAGS) all-am
414
415.SUFFIXES:
416.SUFFIXES: .C .c .lo .o .obj
417am--refresh: Makefile
418 @:
419$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
420 @for dep in $?; do \
421 case '$(am__configure_deps)' in \
422 *$$dep*) \
423 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
424 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
425 && exit 0; \
426 exit 1;; \
427 esac; \
428 done; \
429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
430 $(am__cd) $(top_srcdir) && \
431 $(AUTOMAKE) --foreign Makefile
432.PRECIOUS: Makefile
433Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434 @case '$?' in \
435 *config.status*) \
436 echo ' $(SHELL) ./config.status'; \
437 $(SHELL) ./config.status;; \
438 *) \
439 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
440 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
441 esac;
442
443$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444 $(SHELL) ./config.status --recheck
445
446$(top_srcdir)/configure: $(am__configure_deps)
447 $(am__cd) $(srcdir) && $(AUTOCONF)
448$(ACLOCAL_M4): $(am__aclocal_m4_deps)
449 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
450$(am__aclocal_m4_deps):
451
452unicode_config.h: stamp-h1
453 @if test ! -f $@; then rm -f stamp-h1; else :; fi
454 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
455
456stamp-h1: $(srcdir)/unicode_config.h.in $(top_builddir)/config.status
457 @rm -f stamp-h1
458 cd $(top_builddir) && $(SHELL) ./config.status unicode_config.h
459$(srcdir)/unicode_config.h.in: $(am__configure_deps)
460 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
461 rm -f stamp-h1
462 touch $@
463
464distclean-hdr:
465 -rm -f unicode_config.h stamp-h1
466
467clean-noinstLTLIBRARIES:
468 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
469 @list='$(noinst_LTLIBRARIES)'; \
470 locs=`for p in $$list; do echo $$p; done | \
471 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
472 sort -u`; \
473 test -z "$$locs" || { \
474 echo rm -f $${locs}; \
475 rm -f $${locs}; \
476 }
477
478libunicode.la: $(libunicode_la_OBJECTS) $(libunicode_la_DEPENDENCIES) $(EXTRA_libunicode_la_DEPENDENCIES)
479 $(AM_V_CXXLD)$(CXXLINK) $(libunicode_la_OBJECTS) $(libunicode_la_LIBADD) $(LIBS)
480
481clean-noinstPROGRAMS:
482 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
483 echo " rm -f" $$list; \
484 rm -f $$list || exit $$?; \
485 test -n "$(EXEEXT)" || exit 0; \
486 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
487 echo " rm -f" $$list; \
488 rm -f $$list
489
490enttest$(EXEEXT): $(enttest_OBJECTS) $(enttest_DEPENDENCIES) $(EXTRA_enttest_DEPENDENCIES)
491 @rm -f enttest$(EXEEXT)
492 $(AM_V_CCLD)$(enttest_LINK) $(enttest_OBJECTS) $(enttest_LDADD) $(LIBS)
493
494graphemetest$(EXEEXT): $(graphemetest_OBJECTS) $(graphemetest_DEPENDENCIES) $(EXTRA_graphemetest_DEPENDENCIES)
495 @rm -f graphemetest$(EXEEXT)
496 $(AM_V_CCLD)$(graphemetest_LINK) $(graphemetest_OBJECTS) $(graphemetest_LDADD) $(LIBS)
497
498linebreaktest$(EXEEXT): $(linebreaktest_OBJECTS) $(linebreaktest_DEPENDENCIES) $(EXTRA_linebreaktest_DEPENDENCIES)
499 @rm -f linebreaktest$(EXEEXT)
500 $(AM_V_CXXLD)$(linebreaktest_LINK) $(linebreaktest_OBJECTS) $(linebreaktest_LDADD) $(LIBS)
501
502unicodetest$(EXEEXT): $(unicodetest_OBJECTS) $(unicodetest_DEPENDENCIES) $(EXTRA_unicodetest_DEPENDENCIES)
503 @rm -f unicodetest$(EXEEXT)
504 $(AM_V_CCLD)$(unicodetest_LINK) $(unicodetest_OBJECTS) $(unicodetest_LDADD) $(LIBS)
505
506wordbreaktest$(EXEEXT): $(wordbreaktest_OBJECTS) $(wordbreaktest_DEPENDENCIES) $(EXTRA_wordbreaktest_DEPENDENCIES)
507 @rm -f wordbreaktest$(EXEEXT)
508 $(AM_V_CXXLD)$(wordbreaktest_LINK) $(wordbreaktest_OBJECTS) $(wordbreaktest_LDADD) $(LIBS)
509
510mostlyclean-compile:
511 -rm -f *.$(OBJEXT)
512
513distclean-compile:
514 -rm -f *.tab.c
515
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enttest.Po@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphemetest.Po@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linebreaktest.Po@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_graphemebreak.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_htmlent.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_linebreak.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_tablookup.Plo@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_ultcase.Plo@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_ultcasetab.Plo@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_wcwidth.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode_wordbreak.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodebuf.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodecpp.Plo@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodetest.Po@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordbreaktest.Po@am__quote@
532
533.C.o:
534@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
536@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
539
540.C.obj:
541@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
542@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
543@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
546
547.C.lo:
548@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
549@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
550@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
551@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
553
554.c.o:
555@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
556@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
557@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
560
561.c.obj:
562@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
563@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
567
568.c.lo:
569@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
570@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
571@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
572@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
574
575mostlyclean-libtool:
576 -rm -f *.lo
577
578clean-libtool:
579 -rm -rf .libs _libs
580
581distclean-libtool:
582 -rm -f libtool config.lt
583
584ID: $(am__tagged_files)
585 $(am__define_uniq_tagged_files); mkid -fID $$unique
586tags: tags-am
587TAGS: tags
588
589tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590 set x; \
591 here=`pwd`; \
592 $(am__define_uniq_tagged_files); \
593 shift; \
594 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595 test -n "$$unique" || unique=$$empty_fix; \
596 if test $$# -gt 0; then \
597 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598 "$$@" $$unique; \
599 else \
600 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601 $$unique; \
602 fi; \
603 fi
604ctags: ctags-am
605
606CTAGS: ctags
607ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608 $(am__define_uniq_tagged_files); \
609 test -z "$(CTAGS_ARGS)$$unique" \
610 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611 $$unique
612
613GTAGS:
614 here=`$(am__cd) $(top_builddir) && pwd` \
615 && $(am__cd) $(top_srcdir) \
616 && gtags -i $(GTAGS_ARGS) "$$here"
617cscope: cscope.files
618 test ! -s cscope.files \
619 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
620clean-cscope:
621 -rm -f cscope.files
622cscope.files: clean-cscope cscopelist
623cscopelist: cscopelist-am
624
625cscopelist-am: $(am__tagged_files)
626 list='$(am__tagged_files)'; \
627 case "$(srcdir)" in \
628 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
629 *) sdir=$(subdir)/$(srcdir) ;; \
630 esac; \
631 for i in $$list; do \
632 if test -f "$$i"; then \
633 echo "$(subdir)/$$i"; \
634 else \
635 echo "$$sdir/$$i"; \
636 fi; \
637 done >> $(top_builddir)/cscope.files
638
639distclean-tags:
640 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
642
643distdir: $(DISTFILES)
644 $(am__remove_distdir)
645 test -d "$(distdir)" || mkdir "$(distdir)"
646 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648 list='$(DISTFILES)'; \
649 dist_files=`for file in $$list; do echo $$file; done | \
650 sed -e "s|^$$srcdirstrip/||;t" \
651 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652 case $$dist_files in \
653 */*) $(MKDIR_P) `echo "$$dist_files" | \
654 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655 sort -u` ;; \
656 esac; \
657 for file in $$dist_files; do \
658 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659 if test -d $$d/$$file; then \
660 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661 if test -d "$(distdir)/$$file"; then \
662 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663 fi; \
664 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667 fi; \
668 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669 else \
670 test -f "$(distdir)/$$file" \
671 || cp -p $$d/$$file "$(distdir)/$$file" \
672 || exit 1; \
673 fi; \
674 done
675 -test -n "$(am__skip_mode_fix)" \
676 || find "$(distdir)" -type d ! -perm -755 \
677 -exec chmod u+rwx,go+rx {} \; -o \
678 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
679 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
680 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
681 || chmod -R a+r "$(distdir)"
682dist-gzip: distdir
683 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684 $(am__post_remove_distdir)
685
686dist-bzip2: distdir
687 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688 $(am__post_remove_distdir)
689
690dist-lzip: distdir
691 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692 $(am__post_remove_distdir)
693
694dist-xz: distdir
695 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696 $(am__post_remove_distdir)
697
698dist-tarZ: distdir
699 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
700 $(am__post_remove_distdir)
701
702dist-shar: distdir
703 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
704 $(am__post_remove_distdir)
705
706dist-zip: distdir
707 -rm -f $(distdir).zip
708 zip -rq $(distdir).zip $(distdir)
709 $(am__post_remove_distdir)
710
711dist dist-all:
712 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
713 $(am__post_remove_distdir)
714
715# This target untars the dist file and tries a VPATH configuration. Then
716# it guarantees that the distribution is self-contained by making another
717# tarfile.
718distcheck: dist
719 case '$(DIST_ARCHIVES)' in \
720 *.tar.gz*) \
721 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
722 *.tar.bz2*) \
723 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
724 *.tar.lz*) \
725 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
726 *.tar.xz*) \
727 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
728 *.tar.Z*) \
729 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
730 *.shar.gz*) \
731 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
732 *.zip*) \
733 unzip $(distdir).zip ;;\
734 esac
735 chmod -R a-w $(distdir)
736 chmod u+w $(distdir)
737 mkdir $(distdir)/_build $(distdir)/_inst
738 chmod a-w $(distdir)
739 test -d $(distdir)/_build || exit 0; \
740 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
741 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
742 && am__cwd=`pwd` \
743 && $(am__cd) $(distdir)/_build \
744 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
745 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
746 $(DISTCHECK_CONFIGURE_FLAGS) \
747 && $(MAKE) $(AM_MAKEFLAGS) \
748 && $(MAKE) $(AM_MAKEFLAGS) dvi \
749 && $(MAKE) $(AM_MAKEFLAGS) check \
750 && $(MAKE) $(AM_MAKEFLAGS) install \
751 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
752 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
753 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
754 distuninstallcheck \
755 && chmod -R a-w "$$dc_install_base" \
756 && ({ \
757 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
758 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
759 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
760 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
761 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
762 } || { rm -rf "$$dc_destdir"; exit 1; }) \
763 && rm -rf "$$dc_destdir" \
764 && $(MAKE) $(AM_MAKEFLAGS) dist \
765 && rm -rf $(DIST_ARCHIVES) \
766 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
767 && cd "$$am__cwd" \
768 || exit 1
769 $(am__post_remove_distdir)
770 @(echo "$(distdir) archives ready for distribution: "; \
771 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
772 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
773distuninstallcheck:
774 @test -n '$(distuninstallcheck_dir)' || { \
775 echo 'ERROR: trying to run $@ with an empty' \
776 '$$(distuninstallcheck_dir)' >&2; \
777 exit 1; \
778 }; \
779 $(am__cd) '$(distuninstallcheck_dir)' || { \
780 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
781 exit 1; \
782 }; \
783 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
784 || { echo "ERROR: files left after uninstall:" ; \
785 if test -n "$(DESTDIR)"; then \
786 echo " (check DESTDIR support)"; \
787 fi ; \
788 $(distuninstallcheck_listfiles) ; \
789 exit 1; } >&2
790distcleancheck: distclean
791 @if test '$(srcdir)' = . ; then \
792 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
793 exit 1 ; \
794 fi
795 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
796 || { echo "ERROR: files left in build directory after distclean:" ; \
797 $(distcleancheck_listfiles) ; \
798 exit 1; } >&2
799check-am: all-am
800check: check-am
801all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \
802 unicode_config.h
803installdirs:
804install: install-am
805install-exec: install-exec-am
806install-data: install-data-am
807uninstall: uninstall-am
808
809install-am: all-am
810 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
811
812installcheck: installcheck-am
813install-strip:
814 if test -z '$(STRIP)'; then \
815 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
816 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
817 install; \
818 else \
819 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
820 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
821 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
822 fi
823mostlyclean-generic:
824
825clean-generic:
826
827distclean-generic:
828 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
829 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
830
831maintainer-clean-generic:
832 @echo "This command is intended for maintainers to use"
833 @echo "it deletes files that may require special tools to rebuild."
834clean: clean-am
835
836clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
837 clean-noinstPROGRAMS mostlyclean-am
838
839distclean: distclean-am
840 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
841 -rm -rf ./$(DEPDIR)
842 -rm -f Makefile
843distclean-am: clean-am distclean-compile distclean-generic \
844 distclean-hdr distclean-libtool distclean-tags
845
846dvi: dvi-am
847
848dvi-am:
849
850html: html-am
851
852html-am:
853
854info: info-am
855
856info-am:
857
858install-data-am:
859
860install-dvi: install-dvi-am
861
862install-dvi-am:
863
864install-exec-am:
865
866install-html: install-html-am
867
868install-html-am:
869
870install-info: install-info-am
871
872install-info-am:
873
874install-man:
875
876install-pdf: install-pdf-am
877
878install-pdf-am:
879
880install-ps: install-ps-am
881
882install-ps-am:
883
884installcheck-am:
885
886maintainer-clean: maintainer-clean-am
887 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
888 -rm -rf $(top_srcdir)/autom4te.cache
889 -rm -rf ./$(DEPDIR)
890 -rm -f Makefile
891maintainer-clean-am: distclean-am maintainer-clean-generic
892
893mostlyclean: mostlyclean-am
894
895mostlyclean-am: mostlyclean-compile mostlyclean-generic \
896 mostlyclean-libtool
897
898pdf: pdf-am
899
900pdf-am:
901
902ps: ps-am
903
904ps-am:
905
906uninstall-am:
907
908.MAKE: all install-am install-strip
909
910.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
911 clean-cscope clean-generic clean-libtool \
912 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
913 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
914 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
915 distcheck distclean distclean-compile distclean-generic \
916 distclean-hdr distclean-libtool distclean-tags distcleancheck \
917 distdir distuninstallcheck dvi dvi-am html html-am info \
918 info-am install install-am install-data install-data-am \
919 install-dvi install-dvi-am install-exec install-exec-am \
920 install-html install-html-am install-info install-info-am \
921 install-man install-pdf install-pdf-am install-ps \
922 install-ps-am install-strip installcheck installcheck-am \
923 installdirs maintainer-clean maintainer-clean-generic \
924 mostlyclean mostlyclean-compile mostlyclean-generic \
925 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
926 uninstall-am
927
928
929update-www:
930 @$(MAKE) update-www-unicode
931 @$(MAKE) update-www-eastasia
932 @$(MAKE) update-www-grapheme
933 @$(MAKE) update-www-linebreak
934 @$(MAKE) update-www-wordbreak
935 @$(MAKE) update-www-htmlent
936
937update-www-unicode:
938 @SHELL@ $(srcdir)/update.sh UnicodeData.txt http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
939
940update-www-eastasia:
941 @SHELL@ $(srcdir)/update.sh Unihan-3.2.0.txt.gz http://www.unicode.org/Public/3.2-Update/Unihan-3.2.0.txt.gz
942 @SHELL@ $(srcdir)/update.sh EastAsianWidth.txt http://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt
943
944update-www-grapheme:
945 @SHELL@ $(srcdir)/update.sh GraphemeBreakProperty.txt http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt
946
947update-www-linebreak:
948 @SHELL@ $(srcdir)/update.sh LineBreak.txt http://www.unicode.org/Public/UNIDATA/LineBreak.txt
949 @SHELL@ $(srcdir)/update.sh LineBreakTest.txt http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt
950
951update-www-wordbreak:
952 @SHELL@ $(srcdir)/update.sh WordBreakProperty.txt http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakProperty.txt
953 @SHELL@ $(srcdir)/update.sh WordBreakTest.txt http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt
954
955update-www-htmlent:
956 @SHELL@ $(srcdir)/update.sh xhtml-lat1.ent http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
957 @SHELL@ $(srcdir)/update.sh xhtml-symbol.ent http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
958 @SHELL@ $(srcdir)/update.sh xhtml-special.ent http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
959
960@UPDATE_UNICODE_TRUE@unicode_ultcasetab.c: UnicodeData.txt mkultcase.pl
961@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mkultcase.pl >unicode_ultcasetab.c
962
963@UPDATE_UNICODE_TRUE@eastasianwidth.h: EastAsianWidth.txt mkeastasianwidth.pl
964@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mkeastasianwidth.pl >eastasianwidth.h
965
966@UPDATE_UNICODE_TRUE@graphemebreaktab.h: GraphemeBreakProperty.txt mkgraphemebreak.pl mkcommon.pm
967@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mkgraphemebreak.pl >graphemebreaktab.h.tmp
968@UPDATE_UNICODE_TRUE@ mv graphemebreaktab.h.tmp graphemebreaktab.h
969
970@UPDATE_UNICODE_TRUE@linebreaktab.h: LineBreak.txt UnicodeData.txt mklinebreak.pl mkcommon.pm
971@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mklinebreak.pl >linebreaktab.h.tmp
972@UPDATE_UNICODE_TRUE@ mv linebreaktab.h.tmp linebreaktab.h
973
974@UPDATE_UNICODE_TRUE@wordbreaktab.h: WordBreakProperty.txt mkwordbreak.pl mkcommon.pm
975@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mkwordbreak.pl >wordbreaktab.h.tmp
976@UPDATE_UNICODE_TRUE@ mv wordbreaktab.h.tmp wordbreaktab.h
977
978@UPDATE_UNICODE_TRUE@unicode_htmlent.h: xhtml-lat1.ent xhtml-special.ent xhtml-symbol.ent mkhtmlent.pl
979@UPDATE_UNICODE_TRUE@ @PERL@ $(srcdir)/mkhtmlent.pl >unicode_htmlent.h.tmp
980@UPDATE_UNICODE_TRUE@ mv unicode_htmlent.h.tmp unicode_htmlent.h
981
982check-am: unicodetest
983 ./unicodetest
984 ./enttest
985 test -f ./LineBreakTest.txt || exit 0; ./linebreaktest
986 test "`./unicodetest foo`" = "foo"
987 test "`./unicodetest 'foo&bar.~'`" = "foo&-bar.~"
988 test "`./unicodetest 'foobаr'`" = "foob&BDA-r"
989 test "`./unicodetest 'foobааr'`" = "foob&BDAEMA-r"
990 test "`./unicodetest 'foobаааr'`" = "foob&BDAEMAQw-r"
991 test "`./unicodetest 'foobааааr'`" = "foob&BDAEMAQwBDA-r"
992 test "`./unicodetest 'foobаааааr'`" = "foob&BDAEMAQwBDAEMA-r"
993 test "`./unicodetest 'foobааааааr'`" = "foob&BDAEMAQwBDAEMAQw-r"
994 test "`./unicodetest 'foobаaаr'`" = "foob&BDA-a&BDA-r"
995 test "`./unicodetest 'foobааaааr'`" = "foob&BDAEMA-a&BDAEMA-r"
996 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; n="`echo $$n | cut -c1-1023`"; test "`./unicodetest $$n`" = "$$n"
997 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; test "`./unicodetest $$n`" = "$$n"
998 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; test "`./unicodetest a$$n`" = "a$$n"
999 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; n="`echo $$n | cut -c1-1023`"; test "`./unicodetest $$n'&'`" = "$$n""&-"
1000 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; test "`./unicodetest $$n'&'`" = "$$n""&-"
1001 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; test "`./unicodetest $$n'a&'`" = "$$n""a&-"
1002 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; test "`./unicodetest $$n'a&a'`" = "$$n""a&-a"
1003 n="aaaaaaaa"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n$$n$$n"; n="$$n$$n"; n="`echo $$n | cut -c1-1023`"; test "`./unicodetest $$n'а'`" = "$$n""&BDA-"
1004 test "`./unicodetest --smap foo`" = "foo"
1005 test "`./unicodetest --smap 'foo&bar'`" = 'foo&-bar'
1006 test "`./unicodetest --smap 'foo.bar'`" = 'foo&AC4-bar'
1007 test "`./unicodetest --totitle 'tÄst'`" = 'Täst'
1008 test "`./graphemetest 0x0d 0x0a`" = "0"
1009 test "`./graphemetest 0x0d 0x41`" = "1"
1010 test "`./graphemetest 0x41 0x0d`" = "1"
1011 test "`./graphemetest 0x0a 0x41`" = "1"
1012 test "`./graphemetest 0x41 0x0a`" = "1"
1013 test "`./graphemetest 0x09 0x41`" = "1"
1014 test "`./graphemetest 0x41 0x09`" = "1"
1015 test "`./graphemetest 0x1100 0x1101`" = "0"
1016 test "`./graphemetest 0x1100 0x1160`" = "0"
1017 test "`./graphemetest 0xAC00 0x1160`" = "0"
1018 test "`./graphemetest 0xAC02 0xD7FB`" = "0"
1019 test "`./graphemetest 0xD7FB 0xD7FB`" = "0"
1020 test "`./graphemetest 0x0041 0x1101`" = "1"
1021 test "`./graphemetest 0x0041 0x1160`" = "1"
1022 test "`./graphemetest 0x0041 0x1160`" = "1"
1023 test "`./graphemetest 0x0041 0xD7FB`" = "1"
1024 test "`./graphemetest 0x0041 0xD7FB`" = "1"
1025 test "`./graphemetest 0x1100 0x0041`" = "1"
1026 test "`./graphemetest 0x1100 0x0041`" = "1"
1027 test "`./graphemetest 0xAC00 0x0041`" = "1"
1028 test "`./graphemetest 0xAC02 0x0041`" = "1"
1029 test "`./graphemetest 0xD7FB 0x0041`" = "1"
1030 test "`./graphemetest 0x0041 0x036F`" = "0"
1031 test "`./graphemetest 0x0041 0x0903`" = "0"
1032 test "`./graphemetest 0x0041 0xAABB`" = "1"
1033 test "`./graphemetest 0x036F 0x0041`" = "1"
1034 test "`./graphemetest 0x0903 0x0041`" = "1"
1035 test "`./graphemetest 0xAABB 0x0041`" = "0"
1036 test "`./graphemetest 0x0041 0x0041`" = "1"
1037
1038# Tell versions [3.59,3.63) of GNU make to not export all variables.
1039# Otherwise a system limit (for SysV at least) may be exceeded.
1040.NOEXPORT: