Remove chown, chmod for fontconfig cache path
[platform/upstream/fontconfig.git] / fc-case / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 # -*- encoding: utf-8 -*-
18 #
19 # Copyright © 2003  Keith Packard
20 # Copyright © 2013  Google, Inc.
21 #
22 # Permission to use, copy, modify, distribute, and sell this software and its
23 # documentation for any purpose is hereby granted without fee, provided that
24 # the above copyright notice appear in all copies and that both that
25 # copyright notice and this permission notice appear in supporting
26 # documentation, and that the name of the author(s) not be used in
27 # advertising or publicity pertaining to distribution of the software without
28 # specific, written prior permission.  The authors make no
29 # representations about the suitability of this software for any purpose.  It
30 # is provided "as is" without express or implied warranty.
31 #
32 # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
33 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
34 # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
35 # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
36 # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38 # PERFORMANCE OF THIS SOFTWARE.
39 #
40 # Google Author(s): Behdad Esfahbod
41
42 # -*- encoding: utf-8 -*-
43 #
44 # Copyright © 2003  Keith Packard
45 # Copyright © 2013  Google, Inc.
46 #
47 # Permission to use, copy, modify, distribute, and sell this software and its
48 # documentation for any purpose is hereby granted without fee, provided that
49 # the above copyright notice appear in all copies and that both that
50 # copyright notice and this permission notice appear in supporting
51 # documentation, and that the name of the author(s) not be used in
52 # advertising or publicity pertaining to distribution of the software without
53 # specific, written prior permission.  The authors make no
54 # representations about the suitability of this software for any purpose.  It
55 # is provided "as is" without express or implied warranty.
56 #
57 # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
58 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
59 # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
60 # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
61 # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
62 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
63 # PERFORMANCE OF THIS SOFTWARE.
64 #
65 # Google Author(s): Behdad Esfahbod
66
67 VPATH = @srcdir@
68 am__is_gnu_make = { \
69   if test -z '$(MAKELEVEL)'; then \
70     false; \
71   elif test -n '$(MAKE_HOST)'; then \
72     true; \
73   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
74     true; \
75   else \
76     false; \
77   fi; \
78 }
79 am__make_running_with_option = \
80   case $${target_option-} in \
81       ?) ;; \
82       *) echo "am__make_running_with_option: internal error: invalid" \
83               "target option '$${target_option-}' specified" >&2; \
84          exit 1;; \
85   esac; \
86   has_opt=no; \
87   sane_makeflags=$$MAKEFLAGS; \
88   if $(am__is_gnu_make); then \
89     sane_makeflags=$$MFLAGS; \
90   else \
91     case $$MAKEFLAGS in \
92       *\\[\ \   ]*) \
93         bs=\\; \
94         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
95           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
96     esac; \
97   fi; \
98   skip_next=no; \
99   strip_trailopt () \
100   { \
101     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
102   }; \
103   for flg in $$sane_makeflags; do \
104     test $$skip_next = yes && { skip_next=no; continue; }; \
105     case $$flg in \
106       *=*|--*) continue;; \
107         -*I) strip_trailopt 'I'; skip_next=yes;; \
108       -*I?*) strip_trailopt 'I';; \
109         -*O) strip_trailopt 'O'; skip_next=yes;; \
110       -*O?*) strip_trailopt 'O';; \
111         -*l) strip_trailopt 'l'; skip_next=yes;; \
112       -*l?*) strip_trailopt 'l';; \
113       -[dEDm]) skip_next=yes;; \
114       -[JT]) skip_next=yes;; \
115     esac; \
116     case $$flg in \
117       *$$target_option*) has_opt=yes; break;; \
118     esac; \
119   done; \
120   test $$has_opt = yes
121 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
122 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
123 pkgdatadir = $(datadir)/@PACKAGE@
124 pkgincludedir = $(includedir)/@PACKAGE@
125 pkglibdir = $(libdir)/@PACKAGE@
126 pkglibexecdir = $(libexecdir)/@PACKAGE@
127 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
128 install_sh_DATA = $(install_sh) -c -m 644
129 install_sh_PROGRAM = $(install_sh) -c
130 install_sh_SCRIPT = $(install_sh) -c
131 INSTALL_HEADER = $(INSTALL_DATA)
132 transform = $(program_transform_name)
133 NORMAL_INSTALL = :
134 PRE_INSTALL = :
135 POST_INSTALL = :
136 NORMAL_UNINSTALL = :
137 PRE_UNINSTALL = :
138 POST_UNINSTALL = :
139 build_triplet = @build@
140 host_triplet = @host@
141 subdir = fc-case
142 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \
144         $(top_srcdir)/m4/ax_cc_for_build.m4 \
145         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
146         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
147         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
148         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
149         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
150 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
151         $(ACLOCAL_M4)
152 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
153         $(am__DIST_COMMON)
154 mkinstalldirs = $(install_sh) -d
155 CONFIG_HEADER = $(top_builddir)/config.h
156 CONFIG_CLEAN_FILES =
157 CONFIG_CLEAN_VPATH_FILES =
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo "  GEN     " $@;
165 am__v_GEN_1 = 
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 = 
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173   case $$AM_UPDATE_INFO_DIR in \
174     n|no|NO) false;; \
175     *) (install-info --version) >/dev/null 2>&1;; \
176   esac
177 HEADERS = $(noinst_HEADERS)
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates.  Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183   BEGIN { nonempty = 0; } \
184   { items[$$0] = 1; nonempty = 1; } \
185   END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique.  This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191   list='$(am__tagged_files)'; \
192   unique=`for i in $$list; do \
193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194   done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Tools.mk
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199 ACLOCAL = @ACLOCAL@
200 AMTAR = @AMTAR@
201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202 AR = @AR@
203 AS = @AS@
204 AUTOCONF = @AUTOCONF@
205 AUTOHEADER = @AUTOHEADER@
206 AUTOMAKE = @AUTOMAKE@
207 AWK = @AWK@
208 BASECONFIGDIR = @BASECONFIGDIR@
209 CC = @CC@
210 CCDEPMODE = @CCDEPMODE@
211 CC_FOR_BUILD = @CC_FOR_BUILD@
212 CFLAGS = @CFLAGS@
213 CONFIGDIR = @CONFIGDIR@
214 CPP = @CPP@
215 CPPFLAGS = @CPPFLAGS@
216 CYGPATH_W = @CYGPATH_W@
217 DEFS = @DEFS@
218 DEPDIR = @DEPDIR@
219 DLLTOOL = @DLLTOOL@
220 DOCMAN3 = @DOCMAN3@
221 DSYMUTIL = @DSYMUTIL@
222 DUMPBIN = @DUMPBIN@
223 ECHO_C = @ECHO_C@
224 ECHO_N = @ECHO_N@
225 ECHO_T = @ECHO_T@
226 EGREP = @EGREP@
227 EXEEXT = @EXEEXT@
228 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
229 EXPAT_CFLAGS = @EXPAT_CFLAGS@
230 EXPAT_LIBS = @EXPAT_LIBS@
231 FC_ADD_FONTS = @FC_ADD_FONTS@
232 FC_CACHEDIR = @FC_CACHEDIR@
233 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
234 FC_FONTDATE = @FC_FONTDATE@
235 FC_FONTPATH = @FC_FONTPATH@
236 FGREP = @FGREP@
237 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
238 FREETYPE_LIBS = @FREETYPE_LIBS@
239 GIT = @GIT@
240 GPERF = @GPERF@
241 GREP = @GREP@
242 HASDOCBOOK = @HASDOCBOOK@
243 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
244 ICONV_CFLAGS = @ICONV_CFLAGS@
245 ICONV_LIBS = @ICONV_LIBS@
246 INSTALL = @INSTALL@
247 INSTALL_DATA = @INSTALL_DATA@
248 INSTALL_PROGRAM = @INSTALL_PROGRAM@
249 INSTALL_SCRIPT = @INSTALL_SCRIPT@
250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251 LD = @LD@
252 LDFLAGS = @LDFLAGS@
253 LIBOBJS = @LIBOBJS@
254 LIBS = @LIBS@
255 LIBTOOL = @LIBTOOL@
256 LIBT_CURRENT = @LIBT_CURRENT@
257 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
258 LIBT_REVISION = @LIBT_REVISION@
259 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
260 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
261 LIBXML2_LIBS = @LIBXML2_LIBS@
262 LIPO = @LIPO@
263 LN_S = @LN_S@
264 LTLIBOBJS = @LTLIBOBJS@
265 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
266 MAKEINFO = @MAKEINFO@
267 MANIFEST_TOOL = @MANIFEST_TOOL@
268 MKDIR_P = @MKDIR_P@
269 NM = @NM@
270 NMEDIT = @NMEDIT@
271 OBJDUMP = @OBJDUMP@
272 OBJEXT = @OBJEXT@
273 OTOOL = @OTOOL@
274 OTOOL64 = @OTOOL64@
275 PACKAGE = @PACKAGE@
276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277 PACKAGE_NAME = @PACKAGE_NAME@
278 PACKAGE_STRING = @PACKAGE_STRING@
279 PACKAGE_TARNAME = @PACKAGE_TARNAME@
280 PACKAGE_URL = @PACKAGE_URL@
281 PACKAGE_VERSION = @PACKAGE_VERSION@
282 PATH_SEPARATOR = @PATH_SEPARATOR@
283 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
284 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
285 PKG_CONFIG = @PKG_CONFIG@
286 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
287 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
288 PREFERRED_HINTING = @PREFERRED_HINTING@
289 PTHREAD_CC = @PTHREAD_CC@
290 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
291 PTHREAD_LIBS = @PTHREAD_LIBS@
292 PYTHON = @PYTHON@
293 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
294 PYTHON_PLATFORM = @PYTHON_PLATFORM@
295 PYTHON_PREFIX = @PYTHON_PREFIX@
296 PYTHON_VERSION = @PYTHON_VERSION@
297 RANLIB = @RANLIB@
298 RM = @RM@
299 SED = @SED@
300 SET_MAKE = @SET_MAKE@
301 SHELL = @SHELL@
302 STRIP = @STRIP@
303 TEMPLATEDIR = @TEMPLATEDIR@
304 VERSION = @VERSION@
305 WARN_CFLAGS = @WARN_CFLAGS@
306 XMLDIR = @XMLDIR@
307 abs_builddir = @abs_builddir@
308 abs_srcdir = @abs_srcdir@
309 abs_top_builddir = @abs_top_builddir@
310 abs_top_srcdir = @abs_top_srcdir@
311 ac_ct_AR = @ac_ct_AR@
312 ac_ct_CC = @ac_ct_CC@
313 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
314 am__include = @am__include@
315 am__leading_dot = @am__leading_dot@
316 am__quote = @am__quote@
317 am__tar = @am__tar@
318 am__untar = @am__untar@
319 ax_pthread_config = @ax_pthread_config@
320 bindir = @bindir@
321 build = @build@
322 build_alias = @build_alias@
323 build_cpu = @build_cpu@
324 build_os = @build_os@
325 build_vendor = @build_vendor@
326 builddir = @builddir@
327 datadir = @datadir@
328 datarootdir = @datarootdir@
329 docdir = @docdir@
330 dvidir = @dvidir@
331 exec_prefix = @exec_prefix@
332 fc_cachedir = @fc_cachedir@
333 host = @host@
334 host_alias = @host_alias@
335 host_cpu = @host_cpu@
336 host_os = @host_os@
337 host_vendor = @host_vendor@
338 htmldir = @htmldir@
339 includedir = @includedir@
340 infodir = @infodir@
341 install_sh = @install_sh@
342 libdir = @libdir@
343 libexecdir = @libexecdir@
344 localedir = @localedir@
345 localstatedir = @localstatedir@
346 mandir = @mandir@
347 mkdir_p = @mkdir_p@
348 ms_librarian = @ms_librarian@
349 oldincludedir = @oldincludedir@
350 pdfdir = @pdfdir@
351 pkgconfigdir = @pkgconfigdir@
352 pkgpyexecdir = @pkgpyexecdir@
353 pkgpythondir = @pkgpythondir@
354 prefix = @prefix@
355 program_transform_name = @program_transform_name@
356 psdir = @psdir@
357 pyexecdir = @pyexecdir@
358 pythondir = @pythondir@
359 sbindir = @sbindir@
360 sharedstatedir = @sharedstatedir@
361 srcdir = @srcdir@
362 sysconfdir = @sysconfdir@
363 target_alias = @target_alias@
364 top_build_prefix = @top_build_prefix@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367 TAG = case
368 DEPS = $(srcdir)/CaseFolding.txt
369 ARGS = $(srcdir)/CaseFolding.txt
370 DIST = $(srcdir)/CaseFolding.txt
371 DIR = fc-$(TAG)
372 OUT = fc$(TAG)
373 TMPL = $(OUT).tmpl.h
374 TARG = $(OUT).h
375 TSRC = $(DIR).c
376 TOOL = ./$(DIR)$(EXEEXT_FOR_BUILD)
377 EXTRA_DIST = $(TARG) $(TMPL) $(TSRC) $(DIST)
378 AM_CPPFLAGS = \
379            -I$(builddir) \
380            -I$(srcdir) \
381            -I$(top_builddir)/src \
382            -I$(top_srcdir)/src \
383            -I$(top_builddir) \
384            -I$(top_srcdir) \
385            -DHAVE_CONFIG_H \
386            $(WARN_CFLAGS)
387
388 noinst_HEADERS = $(TARG)
389 ALIAS_FILES = fcalias.h fcaliastail.h
390 BUILT_SOURCES = $(ALIAS_FILES)
391 CLEANFILES = $(ALIAS_FILES) $(TOOL)
392 MAINTAINERCLEANFILES = $(TARG)
393 all: $(BUILT_SOURCES)
394         $(MAKE) $(AM_MAKEFLAGS) all-am
395
396 .SUFFIXES:
397 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps)
398         @for dep in $?; do \
399           case '$(am__configure_deps)' in \
400             *$$dep*) \
401               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
402                 && { if test -f $@; then exit 0; else break; fi; }; \
403               exit 1;; \
404           esac; \
405         done; \
406         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-case/Makefile'; \
407         $(am__cd) $(top_srcdir) && \
408           $(AUTOMAKE) --gnu fc-case/Makefile
409 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410         @case '$?' in \
411           *config.status*) \
412             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
413           *) \
414             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
415             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
416         esac;
417 $(top_srcdir)/Tools.mk $(am__empty):
418
419 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
422 $(top_srcdir)/configure:  $(am__configure_deps)
423         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
425         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426 $(am__aclocal_m4_deps):
427
428 mostlyclean-libtool:
429         -rm -f *.lo
430
431 clean-libtool:
432         -rm -rf .libs _libs
433
434 ID: $(am__tagged_files)
435         $(am__define_uniq_tagged_files); mkid -fID $$unique
436 tags: tags-am
437 TAGS: tags
438
439 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440         set x; \
441         here=`pwd`; \
442         $(am__define_uniq_tagged_files); \
443         shift; \
444         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445           test -n "$$unique" || unique=$$empty_fix; \
446           if test $$# -gt 0; then \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               "$$@" $$unique; \
449           else \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               $$unique; \
452           fi; \
453         fi
454 ctags: ctags-am
455
456 CTAGS: ctags
457 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458         $(am__define_uniq_tagged_files); \
459         test -z "$(CTAGS_ARGS)$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && $(am__cd) $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) "$$here"
467 cscopelist: cscopelist-am
468
469 cscopelist-am: $(am__tagged_files)
470         list='$(am__tagged_files)'; \
471         case "$(srcdir)" in \
472           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
473           *) sdir=$(subdir)/$(srcdir) ;; \
474         esac; \
475         for i in $$list; do \
476           if test -f "$$i"; then \
477             echo "$(subdir)/$$i"; \
478           else \
479             echo "$$sdir/$$i"; \
480           fi; \
481         done >> $(top_builddir)/cscope.files
482
483 distclean-tags:
484         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
486 distdir: $(DISTFILES)
487         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         list='$(DISTFILES)'; \
490           dist_files=`for file in $$list; do echo $$file; done | \
491           sed -e "s|^$$srcdirstrip/||;t" \
492               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493         case $$dist_files in \
494           */*) $(MKDIR_P) `echo "$$dist_files" | \
495                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496                            sort -u` ;; \
497         esac; \
498         for file in $$dist_files; do \
499           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500           if test -d $$d/$$file; then \
501             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502             if test -d "$(distdir)/$$file"; then \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510           else \
511             test -f "$(distdir)/$$file" \
512             || cp -p $$d/$$file "$(distdir)/$$file" \
513             || exit 1; \
514           fi; \
515         done
516 check-am: all-am
517 check: $(BUILT_SOURCES)
518         $(MAKE) $(AM_MAKEFLAGS) check-am
519 all-am: Makefile $(HEADERS)
520 installdirs:
521 install: $(BUILT_SOURCES)
522         $(MAKE) $(AM_MAKEFLAGS) install-am
523 install-exec: install-exec-am
524 install-data: install-data-am
525 uninstall: uninstall-am
526
527 install-am: all-am
528         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529
530 installcheck: installcheck-am
531 install-strip:
532         if test -z '$(STRIP)'; then \
533           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535               install; \
536         else \
537           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
540         fi
541 mostlyclean-generic:
542
543 clean-generic:
544         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
545
546 distclean-generic:
547         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550 maintainer-clean-generic:
551         @echo "This command is intended for maintainers to use"
552         @echo "it deletes files that may require special tools to rebuild."
553         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
554         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
555 clean: clean-am
556
557 clean-am: clean-generic clean-libtool mostlyclean-am
558
559 distclean: distclean-am
560         -rm -f Makefile
561 distclean-am: clean-am distclean-generic distclean-tags
562
563 dvi: dvi-am
564
565 dvi-am:
566
567 html: html-am
568
569 html-am:
570
571 info: info-am
572
573 info-am:
574
575 install-data-am:
576
577 install-dvi: install-dvi-am
578
579 install-dvi-am:
580
581 install-exec-am:
582
583 install-html: install-html-am
584
585 install-html-am:
586
587 install-info: install-info-am
588
589 install-info-am:
590
591 install-man:
592
593 install-pdf: install-pdf-am
594
595 install-pdf-am:
596
597 install-ps: install-ps-am
598
599 install-ps-am:
600
601 installcheck-am:
602
603 maintainer-clean: maintainer-clean-am
604         -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
606
607 mostlyclean: mostlyclean-am
608
609 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am:
620
621 .MAKE: all check install install-am install-strip
622
623 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
624         clean-libtool cscopelist-am ctags ctags-am distclean \
625         distclean-generic distclean-libtool distclean-tags distdir dvi \
626         dvi-am html html-am info info-am install install-am \
627         install-data install-data-am install-dvi install-dvi-am \
628         install-exec install-exec-am install-html install-html-am \
629         install-info install-info-am install-man install-pdf \
630         install-pdf-am install-ps install-ps-am install-strip \
631         installcheck installcheck-am installdirs maintainer-clean \
632         maintainer-clean-generic mostlyclean mostlyclean-generic \
633         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
634         uninstall-am
635
636 .PRECIOUS: Makefile
637
638
639 update:
640         curl -s -o $(srcdir)/CaseFolding.txt http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
641
642 $(TOOL): $(TSRC) $(ALIAS_FILES)
643         $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
644
645 $(TARG): $(TMPL) $(TSRC) $(DEPS)
646         $(AM_V_GEN) $(MAKE) $(TOOL) && \
647         $(RM) $(TARG) && \
648         $(TOOL) $(ARGS) < $< > $(TARG).tmp && \
649         mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false )
650
651 $(ALIAS_FILES):
652         $(AM_V_GEN) touch $@
653
654 -include $(top_srcdir)/git.mk
655
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: