Makefile.in revision eceda581
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
68VPATH = @srcdir@
69am__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}
80am__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
122am__make_dryrun = (target_option=n; $(am__make_running_with_option))
123am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
124pkgdatadir = $(datadir)/@PACKAGE@
125pkgincludedir = $(includedir)/@PACKAGE@
126pkglibdir = $(libdir)/@PACKAGE@
127pkglibexecdir = $(libexecdir)/@PACKAGE@
128am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
129install_sh_DATA = $(install_sh) -c -m 644
130install_sh_PROGRAM = $(install_sh) -c
131install_sh_SCRIPT = $(install_sh) -c
132INSTALL_HEADER = $(INSTALL_DATA)
133transform = $(program_transform_name)
134NORMAL_INSTALL = :
135PRE_INSTALL = :
136POST_INSTALL = :
137NORMAL_UNINSTALL = :
138PRE_UNINSTALL = :
139POST_UNINSTALL = :
140build_triplet = @build@
141host_triplet = @host@
142subdir = fc-lang
143ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144am__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
156am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
157	$(ACLOCAL_M4)
158DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
159	$(am__DIST_COMMON)
160mkinstalldirs = $(install_sh) -d
161CONFIG_HEADER = $(top_builddir)/config.h
162CONFIG_CLEAN_FILES =
163CONFIG_CLEAN_VPATH_FILES =
164SCRIPTS = $(noinst_SCRIPTS)
165AM_V_P = $(am__v_P_@AM_V@)
166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167am__v_P_0 = false
168am__v_P_1 = :
169AM_V_GEN = $(am__v_GEN_@AM_V@)
170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171am__v_GEN_0 = @echo "  GEN     " $@;
172am__v_GEN_1 = 
173AM_V_at = $(am__v_at_@AM_V@)
174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175am__v_at_0 = @
176am__v_at_1 = 
177SOURCES =
178DIST_SOURCES =
179am__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
184HEADERS = $(noinst_HEADERS)
185am__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.
189am__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.
197am__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)`
202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Tools.mk README
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204ACLOCAL = @ACLOCAL@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207AR = @AR@
208AS = @AS@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213BASECONFIGDIR = @BASECONFIGDIR@
214CC = @CC@
215CCDEPMODE = @CCDEPMODE@
216CC_FOR_BUILD = @CC_FOR_BUILD@
217CFLAGS = @CFLAGS@
218CONFIGDIR = @CONFIGDIR@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CSCOPE = @CSCOPE@
222CTAGS = @CTAGS@
223CYGPATH_W = @CYGPATH_W@
224DEFS = @DEFS@
225DEPDIR = @DEPDIR@
226DLLTOOL = @DLLTOOL@
227DOCMAN3 = @DOCMAN3@
228DSYMUTIL = @DSYMUTIL@
229DUMPBIN = @DUMPBIN@
230ECHO_C = @ECHO_C@
231ECHO_N = @ECHO_N@
232ECHO_T = @ECHO_T@
233EGREP = @EGREP@
234ETAGS = @ETAGS@
235EXEEXT = @EXEEXT@
236EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
237EXPAT_CFLAGS = @EXPAT_CFLAGS@
238EXPAT_LIBS = @EXPAT_LIBS@
239FC_ADD_FONTS = @FC_ADD_FONTS@
240FC_CACHEDIR = @FC_CACHEDIR@
241FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
242FC_FONTDATE = @FC_FONTDATE@
243FC_FONTPATH = @FC_FONTPATH@
244FGREP = @FGREP@
245FILECMD = @FILECMD@
246FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
247FREETYPE_LIBS = @FREETYPE_LIBS@
248GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
249GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
250GIT = @GIT@
251GMSGFMT = @GMSGFMT@
252GMSGFMT_015 = @GMSGFMT_015@
253GPERF = @GPERF@
254GREP = @GREP@
255HASDOCBOOK = @HASDOCBOOK@
256HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
257ICONV_CFLAGS = @ICONV_CFLAGS@
258ICONV_LIBS = @ICONV_LIBS@
259INSTALL = @INSTALL@
260INSTALL_DATA = @INSTALL_DATA@
261INSTALL_PROGRAM = @INSTALL_PROGRAM@
262INSTALL_SCRIPT = @INSTALL_SCRIPT@
263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264INTLLIBS = @INTLLIBS@
265INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
266JSONC_CFLAGS = @JSONC_CFLAGS@
267JSONC_LIBS = @JSONC_LIBS@
268LD = @LD@
269LDFLAGS = @LDFLAGS@
270LIBICONV = @LIBICONV@
271LIBINTL = @LIBINTL@
272LIBOBJS = @LIBOBJS@
273LIBS = @LIBS@
274LIBTOOL = @LIBTOOL@
275LIBT_CURRENT = @LIBT_CURRENT@
276LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
277LIBT_REVISION = @LIBT_REVISION@
278LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
279LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
280LIBXML2_LIBS = @LIBXML2_LIBS@
281LIPO = @LIPO@
282LN_S = @LN_S@
283LTLIBICONV = @LTLIBICONV@
284LTLIBINTL = @LTLIBINTL@
285LTLIBOBJS = @LTLIBOBJS@
286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287MAKEINFO = @MAKEINFO@
288MANIFEST_TOOL = @MANIFEST_TOOL@
289MKDIR_P = @MKDIR_P@
290MSGFMT = @MSGFMT@
291MSGFMT_015 = @MSGFMT_015@
292MSGMERGE = @MSGMERGE@
293NM = @NM@
294NMEDIT = @NMEDIT@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
307PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
308PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
309PKG_CONFIG = @PKG_CONFIG@
310PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
311PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
312PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@
313PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@
314POSUB = @POSUB@
315PREFERRED_HINTING = @PREFERRED_HINTING@
316PTHREAD_CC = @PTHREAD_CC@
317PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
318PTHREAD_LIBS = @PTHREAD_LIBS@
319PYTHON = @PYTHON@
320PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
321PYTHON_PLATFORM = @PYTHON_PLATFORM@
322PYTHON_PREFIX = @PYTHON_PREFIX@
323PYTHON_VERSION = @PYTHON_VERSION@
324RANLIB = @RANLIB@
325RM = @RM@
326SED = @SED@
327SET_MAKE = @SET_MAKE@
328SHELL = @SHELL@
329STRIP = @STRIP@
330TEMPLATEDIR = @TEMPLATEDIR@
331USE_NLS = @USE_NLS@
332VERSION = @VERSION@
333WARN_CFLAGS = @WARN_CFLAGS@
334XGETTEXT = @XGETTEXT@
335XGETTEXT_015 = @XGETTEXT_015@
336XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
337XMLDIR = @XMLDIR@
338abs_builddir = @abs_builddir@
339abs_srcdir = @abs_srcdir@
340abs_top_builddir = @abs_top_builddir@
341abs_top_srcdir = @abs_top_srcdir@
342ac_ct_AR = @ac_ct_AR@
343ac_ct_CC = @ac_ct_CC@
344ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345am__include = @am__include@
346am__leading_dot = @am__leading_dot@
347am__quote = @am__quote@
348am__tar = @am__tar@
349am__untar = @am__untar@
350ax_pthread_config = @ax_pthread_config@
351bindir = @bindir@
352build = @build@
353build_alias = @build_alias@
354build_cpu = @build_cpu@
355build_os = @build_os@
356build_vendor = @build_vendor@
357builddir = @builddir@
358datadir = @datadir@
359datarootdir = @datarootdir@
360docdir = @docdir@
361dvidir = @dvidir@
362exec_prefix = @exec_prefix@
363fc_cachedir = @fc_cachedir@
364host = @host@
365host_alias = @host_alias@
366host_cpu = @host_cpu@
367host_os = @host_os@
368host_vendor = @host_vendor@
369htmldir = @htmldir@
370includedir = @includedir@
371infodir = @infodir@
372install_sh = @install_sh@
373libdir = @libdir@
374libexecdir = @libexecdir@
375localedir = @localedir@
376localstatedir = @localstatedir@
377mandir = @mandir@
378mkdir_p = @mkdir_p@
379ms_librarian = @ms_librarian@
380oldincludedir = @oldincludedir@
381pdfdir = @pdfdir@
382pkgconfigdir = @pkgconfigdir@
383pkgpyexecdir = @pkgpyexecdir@
384pkgpythondir = @pkgpythondir@
385prefix = @prefix@
386program_transform_name = @program_transform_name@
387psdir = @psdir@
388pyexecdir = @pyexecdir@
389pythondir = @pythondir@
390runstatedir = @runstatedir@
391sbindir = @sbindir@
392sharedstatedir = @sharedstatedir@
393srcdir = @srcdir@
394sysconfdir = @sysconfdir@
395target_alias = @target_alias@
396top_build_prefix = @top_build_prefix@
397top_builddir = @top_builddir@
398top_srcdir = @top_srcdir@
399TAG = lang
400DEPS = $(ORTH)
401ARGS = --directory $(srcdir) $(ORTH)
402DIST = $(ORTH)
403DIR = fc-$(TAG)
404OUT = fc$(TAG)
405TMPL = $(OUT).tmpl.h
406TARG = $(OUT).h
407TOOL = $(srcdir)/$(DIR).py
408noinst_SCRIPTS = $(TOOL)
409EXTRA_DIST = $(TARG) $(TMPL) $(DIST)
410noinst_HEADERS = $(TARG)
411ALIAS_FILES = fcalias.h fcaliastail.h
412#	^-------------- Add new orth files here
413BUILT_SOURCES = $(ALIAS_FILES) \
414	$(top_builddir)/conf.d/35-lang-normalize.conf
415CLEANFILES = $(ALIAS_FILES)
416MAINTAINERCLEANFILES = $(TARG)
417
418# NOTE:
419#
420# The order of the orth files here is extremely important (part of the cache
421# format) and should not be modified.  New orth files should be added at the
422# end.  No files should be removed either.
423#
424ORTH = \
425	aa.orth \
426	ab.orth \
427	af.orth \
428	am.orth \
429	ar.orth \
430	as.orth \
431	ast.orth \
432	av.orth \
433	ay.orth \
434	az_az.orth \
435	az_ir.orth \
436	ba.orth \
437	bm.orth \
438	be.orth \
439	bg.orth \
440	bh.orth \
441	bho.orth \
442	bi.orth \
443	bin.orth \
444	bn.orth \
445	bo.orth \
446	br.orth \
447	bs.orth \
448	bua.orth \
449	ca.orth \
450	ce.orth \
451	ch.orth \
452	chm.orth \
453	chr.orth \
454	co.orth \
455	cs.orth \
456	cu.orth \
457	cv.orth \
458	cy.orth \
459	da.orth \
460	de.orth \
461	dz.orth \
462	el.orth \
463	en.orth \
464	eo.orth \
465	es.orth \
466	et.orth \
467	eu.orth \
468	fa.orth \
469	fi.orth \
470	fj.orth \
471	fo.orth \
472	fr.orth \
473	ff.orth \
474	fur.orth \
475	fy.orth \
476	ga.orth \
477	gd.orth \
478	gez.orth \
479	gl.orth \
480	gn.orth \
481	gu.orth \
482	gv.orth \
483	ha.orth \
484	haw.orth \
485	he.orth \
486	hi.orth \
487	ho.orth \
488	hr.orth \
489	hu.orth \
490	hy.orth \
491	ia.orth \
492	ig.orth \
493	id.orth \
494	ie.orth \
495	ik.orth \
496	io.orth \
497	is.orth \
498	it.orth \
499	iu.orth \
500	ja.orth \
501	ka.orth \
502	kaa.orth \
503	ki.orth \
504	kk.orth \
505	kl.orth \
506	km.orth \
507	kn.orth \
508	ko.orth \
509	kok.orth \
510	ks.orth \
511	ku_am.orth \
512	ku_ir.orth \
513	kum.orth \
514	kv.orth \
515	kw.orth \
516	ky.orth \
517	la.orth \
518	lb.orth \
519	lez.orth \
520	ln.orth \
521	lo.orth \
522	lt.orth \
523	lv.orth \
524	mg.orth \
525	mh.orth \
526	mi.orth \
527	mk.orth \
528	ml.orth \
529	mn_cn.orth \
530	mo.orth \
531	mr.orth \
532	mt.orth \
533	my.orth \
534	nb.orth \
535	nds.orth \
536	ne.orth \
537	nl.orth \
538	nn.orth \
539	no.orth \
540	nr.orth \
541	nso.orth \
542	ny.orth \
543	oc.orth \
544	om.orth \
545	or.orth \
546	os.orth \
547	pa.orth \
548	pl.orth \
549	ps_af.orth \
550	ps_pk.orth \
551	pt.orth \
552	rm.orth \
553	ro.orth \
554	ru.orth \
555	sa.orth \
556	sah.orth \
557	sco.orth \
558	se.orth \
559	sel.orth \
560	sh.orth \
561	shs.orth \
562	si.orth \
563	sk.orth \
564	sl.orth \
565	sm.orth \
566	sma.orth \
567	smj.orth \
568	smn.orth \
569	sms.orth \
570	so.orth \
571	sq.orth \
572	sr.orth \
573	ss.orth \
574	st.orth \
575	sv.orth \
576	sw.orth \
577	syr.orth \
578	ta.orth \
579	te.orth \
580	tg.orth \
581	th.orth \
582	ti_er.orth \
583	ti_et.orth \
584	tig.orth \
585	tk.orth \
586	tl.orth \
587	tn.orth \
588	to.orth \
589	tr.orth \
590	ts.orth \
591	tt.orth \
592	tw.orth \
593	tyv.orth \
594	ug.orth \
595	uk.orth \
596	ur.orth \
597	uz.orth \
598	ve.orth \
599	vi.orth \
600	vo.orth \
601	vot.orth \
602	wa.orth \
603	wen.orth \
604	wo.orth \
605	xh.orth \
606	yap.orth \
607	yi.orth \
608	yo.orth \
609	zh_cn.orth \
610	zh_hk.orth \
611	zh_mo.orth \
612	zh_sg.orth \
613	zh_tw.orth \
614	zu.orth \
615	ak.orth \
616	an.orth \
617	ber_dz.orth \
618	ber_ma.orth \
619	byn.orth \
620	crh.orth \
621	csb.orth \
622	dv.orth \
623	ee.orth \
624	fat.orth \
625	fil.orth \
626	hne.orth \
627	hsb.orth \
628	ht.orth \
629	hz.orth \
630	ii.orth \
631	jv.orth \
632	kab.orth \
633	kj.orth \
634	kr.orth \
635	ku_iq.orth \
636	ku_tr.orth \
637	kwm.orth \
638	lg.orth \
639	li.orth \
640	mai.orth \
641	mn_mn.orth \
642	ms.orth \
643	na.orth \
644	ng.orth \
645	nv.orth \
646	ota.orth \
647	pa_pk.orth \
648	pap_an.orth \
649	pap_aw.orth \
650	qu.orth \
651	quz.orth \
652	rn.orth \
653	rw.orth \
654	sc.orth \
655	sd.orth \
656	sg.orth \
657	sid.orth \
658	sn.orth \
659	su.orth \
660	ty.orth \
661	wal.orth \
662	za.orth \
663	lah.orth \
664	nqo.orth \
665	brx.orth \
666	sat.orth \
667	doi.orth \
668	mni.orth \
669	und_zsye.orth \
670	und_zmth.orth
671
672DISTCLEANFILES = $(BUILT_SOURCES)
673all: $(BUILT_SOURCES)
674	$(MAKE) $(AM_MAKEFLAGS) all-am
675
676.SUFFIXES:
677$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps)
678	@for dep in $?; do \
679	  case '$(am__configure_deps)' in \
680	    *$$dep*) \
681	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
682	        && { if test -f $@; then exit 0; else break; fi; }; \
683	      exit 1;; \
684	  esac; \
685	done; \
686	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-lang/Makefile'; \
687	$(am__cd) $(top_srcdir) && \
688	  $(AUTOMAKE) --gnu fc-lang/Makefile
689Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
690	@case '$?' in \
691	  *config.status*) \
692	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
693	  *) \
694	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
695	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
696	esac;
697$(top_srcdir)/Tools.mk $(am__empty):
698
699$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
700	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
701
702$(top_srcdir)/configure:  $(am__configure_deps)
703	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
704$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
705	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
706$(am__aclocal_m4_deps):
707
708mostlyclean-libtool:
709	-rm -f *.lo
710
711clean-libtool:
712	-rm -rf .libs _libs
713
714ID: $(am__tagged_files)
715	$(am__define_uniq_tagged_files); mkid -fID $$unique
716tags: tags-am
717TAGS: tags
718
719tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
720	set x; \
721	here=`pwd`; \
722	$(am__define_uniq_tagged_files); \
723	shift; \
724	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
725	  test -n "$$unique" || unique=$$empty_fix; \
726	  if test $$# -gt 0; then \
727	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
728	      "$$@" $$unique; \
729	  else \
730	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
731	      $$unique; \
732	  fi; \
733	fi
734ctags: ctags-am
735
736CTAGS: ctags
737ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
738	$(am__define_uniq_tagged_files); \
739	test -z "$(CTAGS_ARGS)$$unique" \
740	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
741	     $$unique
742
743GTAGS:
744	here=`$(am__cd) $(top_builddir) && pwd` \
745	  && $(am__cd) $(top_srcdir) \
746	  && gtags -i $(GTAGS_ARGS) "$$here"
747cscopelist: cscopelist-am
748
749cscopelist-am: $(am__tagged_files)
750	list='$(am__tagged_files)'; \
751	case "$(srcdir)" in \
752	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
753	  *) sdir=$(subdir)/$(srcdir) ;; \
754	esac; \
755	for i in $$list; do \
756	  if test -f "$$i"; then \
757	    echo "$(subdir)/$$i"; \
758	  else \
759	    echo "$$sdir/$$i"; \
760	  fi; \
761	done >> $(top_builddir)/cscope.files
762
763distclean-tags:
764	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
765distdir: $(BUILT_SOURCES)
766	$(MAKE) $(AM_MAKEFLAGS) distdir-am
767
768distdir-am: $(DISTFILES)
769	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
771	list='$(DISTFILES)'; \
772	  dist_files=`for file in $$list; do echo $$file; done | \
773	  sed -e "s|^$$srcdirstrip/||;t" \
774	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
775	case $$dist_files in \
776	  */*) $(MKDIR_P) `echo "$$dist_files" | \
777			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
778			   sort -u` ;; \
779	esac; \
780	for file in $$dist_files; do \
781	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
782	  if test -d $$d/$$file; then \
783	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
784	    if test -d "$(distdir)/$$file"; then \
785	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
786	    fi; \
787	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
788	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
789	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
790	    fi; \
791	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
792	  else \
793	    test -f "$(distdir)/$$file" \
794	    || cp -p $$d/$$file "$(distdir)/$$file" \
795	    || exit 1; \
796	  fi; \
797	done
798check-am: all-am
799check: $(BUILT_SOURCES)
800	$(MAKE) $(AM_MAKEFLAGS) check-am
801all-am: Makefile $(SCRIPTS) $(HEADERS)
802installdirs:
803install: $(BUILT_SOURCES)
804	$(MAKE) $(AM_MAKEFLAGS) install-am
805install-exec: $(BUILT_SOURCES)
806	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
807install-data: install-data-am
808uninstall: uninstall-am
809
810install-am: all-am
811	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
812
813installcheck: installcheck-am
814install-strip:
815	if test -z '$(STRIP)'; then \
816	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
817	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
818	      install; \
819	else \
820	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
821	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
822	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
823	fi
824mostlyclean-generic:
825
826clean-generic:
827	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
828
829distclean-generic:
830	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
831	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
832	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
833
834maintainer-clean-generic:
835	@echo "This command is intended for maintainers to use"
836	@echo "it deletes files that may require special tools to rebuild."
837	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
838	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
839clean: clean-am
840
841clean-am: clean-generic clean-libtool mostlyclean-am
842
843distclean: distclean-am
844	-rm -f Makefile
845distclean-am: clean-am distclean-generic distclean-tags
846
847dvi: dvi-am
848
849dvi-am:
850
851html: html-am
852
853html-am:
854
855info: info-am
856
857info-am:
858
859install-data-am:
860
861install-dvi: install-dvi-am
862
863install-dvi-am:
864
865install-exec-am:
866
867install-html: install-html-am
868
869install-html-am:
870
871install-info: install-info-am
872
873install-info-am:
874
875install-man:
876
877install-pdf: install-pdf-am
878
879install-pdf-am:
880
881install-ps: install-ps-am
882
883install-ps-am:
884
885installcheck-am:
886
887maintainer-clean: maintainer-clean-am
888	-rm -f Makefile
889maintainer-clean-am: distclean-am maintainer-clean-generic
890
891mostlyclean: mostlyclean-am
892
893mostlyclean-am: mostlyclean-generic mostlyclean-libtool
894
895pdf: pdf-am
896
897pdf-am:
898
899ps: ps-am
900
901ps-am:
902
903uninstall-am:
904
905.MAKE: all check install install-am install-exec install-strip
906
907.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
908	clean-libtool cscopelist-am ctags ctags-am distclean \
909	distclean-generic distclean-libtool distclean-tags distdir dvi \
910	dvi-am html html-am info info-am install install-am \
911	install-data install-data-am install-dvi install-dvi-am \
912	install-exec install-exec-am install-html install-html-am \
913	install-info install-info-am install-man install-pdf \
914	install-pdf-am install-ps install-ps-am install-strip \
915	installcheck installcheck-am installdirs maintainer-clean \
916	maintainer-clean-generic mostlyclean mostlyclean-generic \
917	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
918	uninstall-am
919
920.PRECIOUS: Makefile
921
922
923$(TARG): $(TMPL) $(TOOL) $(DEPS)
924	$(AM_V_GEN) \
925	$(RM) $(TARG) && \
926	$(PYTHON) $(TOOL) $(ARGS) --template $< --output $(TARG).tmp && \
927	mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false )
928
929$(ALIAS_FILES):
930	$(AM_V_GEN) touch $@
931
932$(top_builddir)/conf.d/35-lang-normalize.conf: $(ORTH) Makefile
933	$(AM_V_GEN) echo "<?xml version=\"1.0\"?>" > $@ && \
934		echo "<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">" >> $@ && \
935		echo "<fontconfig>" >> $@ && \
936	for i in `echo $(ORTH) | sed -e 's/ /\n/g' | grep -v _ | sed -e 's/\.orth$$//g' | sort`; do \
937		echo "  <!-- $$i* -> $$i -->" >> $@; \
938		echo "  <match>" >> $@; \
939		echo "    <test name=\"lang\" compare=\"contains\"><string>$$i</string></test>" >> $@; \
940		echo "    <edit name=\"lang\" mode=\"assign\" binding=\"same\"><string>$$i</string></edit>" >> $@; \
941		echo "  </match>" >> $@; \
942	done && \
943	echo "</fontconfig>" >> $@
944
945-include $(top_srcdir)/git.mk
946
947# Tell versions [3.59,3.63) of GNU make to not export all variables.
948# Otherwise a system limit (for SysV at least) may be exceeded.
949.NOEXPORT:
950