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