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