Imported Upstream version 2.12.1
[platform/upstream/fontconfig.git] / fc-lang / 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-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/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 README
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 = lang
368 DEPS = $(ORTH)
369 ARGS = -d $(srcdir) $(ORTH)
370 DIST = $(ORTH)
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
394 # NOTE:
395 #
396 # The order of the orth files here is extremely important (part of the cache
397 # format) and should not be modified.  New orth files should be added at the
398 # end.  No files should be removed either.
399 #
400 ORTH = \
401         aa.orth \
402         ab.orth \
403         af.orth \
404         am.orth \
405         ar.orth \
406         as.orth \
407         ast.orth \
408         av.orth \
409         ay.orth \
410         az_az.orth \
411         az_ir.orth \
412         ba.orth \
413         bm.orth \
414         be.orth \
415         bg.orth \
416         bh.orth \
417         bho.orth \
418         bi.orth \
419         bin.orth \
420         bn.orth \
421         bo.orth \
422         br.orth \
423         bs.orth \
424         bua.orth \
425         ca.orth \
426         ce.orth \
427         ch.orth \
428         chm.orth \
429         chr.orth \
430         co.orth \
431         cs.orth \
432         cu.orth \
433         cv.orth \
434         cy.orth \
435         da.orth \
436         de.orth \
437         dz.orth \
438         el.orth \
439         en.orth \
440         eo.orth \
441         es.orth \
442         et.orth \
443         eu.orth \
444         fa.orth \
445         fi.orth \
446         fj.orth \
447         fo.orth \
448         fr.orth \
449         ff.orth \
450         fur.orth \
451         fy.orth \
452         ga.orth \
453         gd.orth \
454         gez.orth \
455         gl.orth \
456         gn.orth \
457         gu.orth \
458         gv.orth \
459         ha.orth \
460         haw.orth \
461         he.orth \
462         hi.orth \
463         ho.orth \
464         hr.orth \
465         hu.orth \
466         hy.orth \
467         ia.orth \
468         ig.orth \
469         id.orth \
470         ie.orth \
471         ik.orth \
472         io.orth \
473         is.orth \
474         it.orth \
475         iu.orth \
476         ja.orth \
477         ka.orth \
478         kaa.orth \
479         ki.orth \
480         kk.orth \
481         kl.orth \
482         km.orth \
483         kn.orth \
484         ko.orth \
485         kok.orth \
486         ks.orth \
487         ku_am.orth \
488         ku_ir.orth \
489         kum.orth \
490         kv.orth \
491         kw.orth \
492         ky.orth \
493         la.orth \
494         lb.orth \
495         lez.orth \
496         ln.orth \
497         lo.orth \
498         lt.orth \
499         lv.orth \
500         mg.orth \
501         mh.orth \
502         mi.orth \
503         mk.orth \
504         ml.orth \
505         mn_cn.orth \
506         mo.orth \
507         mr.orth \
508         mt.orth \
509         my.orth \
510         nb.orth \
511         nds.orth \
512         ne.orth \
513         nl.orth \
514         nn.orth \
515         no.orth \
516         nr.orth \
517         nso.orth \
518         ny.orth \
519         oc.orth \
520         om.orth \
521         or.orth \
522         os.orth \
523         pa.orth \
524         pl.orth \
525         ps_af.orth \
526         ps_pk.orth \
527         pt.orth \
528         rm.orth \
529         ro.orth \
530         ru.orth \
531         sa.orth \
532         sah.orth \
533         sco.orth \
534         se.orth \
535         sel.orth \
536         sh.orth \
537         shs.orth \
538         si.orth \
539         sk.orth \
540         sl.orth \
541         sm.orth \
542         sma.orth \
543         smj.orth \
544         smn.orth \
545         sms.orth \
546         so.orth \
547         sq.orth \
548         sr.orth \
549         ss.orth \
550         st.orth \
551         sv.orth \
552         sw.orth \
553         syr.orth \
554         ta.orth \
555         te.orth \
556         tg.orth \
557         th.orth \
558         ti_er.orth \
559         ti_et.orth \
560         tig.orth \
561         tk.orth \
562         tl.orth \
563         tn.orth \
564         to.orth \
565         tr.orth \
566         ts.orth \
567         tt.orth \
568         tw.orth \
569         tyv.orth \
570         ug.orth \
571         uk.orth \
572         ur.orth \
573         uz.orth \
574         ve.orth \
575         vi.orth \
576         vo.orth \
577         vot.orth \
578         wa.orth \
579         wen.orth \
580         wo.orth \
581         xh.orth \
582         yap.orth \
583         yi.orth \
584         yo.orth \
585         zh_cn.orth \
586         zh_hk.orth \
587         zh_mo.orth \
588         zh_sg.orth \
589         zh_tw.orth \
590         zu.orth \
591         ak.orth \
592         an.orth \
593         ber_dz.orth \
594         ber_ma.orth \
595         byn.orth \
596         crh.orth \
597         csb.orth \
598         dv.orth \
599         ee.orth \
600         fat.orth \
601         fil.orth \
602         hne.orth \
603         hsb.orth \
604         ht.orth \
605         hz.orth \
606         ii.orth \
607         jv.orth \
608         kab.orth \
609         kj.orth \
610         kr.orth \
611         ku_iq.orth \
612         ku_tr.orth \
613         kwm.orth \
614         lg.orth \
615         li.orth \
616         mai.orth \
617         mn_mn.orth \
618         ms.orth \
619         na.orth \
620         ng.orth \
621         nv.orth \
622         ota.orth \
623         pa_pk.orth \
624         pap_an.orth \
625         pap_aw.orth \
626         qu.orth \
627         quz.orth \
628         rn.orth \
629         rw.orth \
630         sc.orth \
631         sd.orth \
632         sg.orth \
633         sid.orth \
634         sn.orth \
635         su.orth \
636         ty.orth \
637         wal.orth \
638         za.orth \
639         lah.orth \
640         nqo.orth \
641         brx.orth \
642         sat.orth \
643         doi.orth \
644         mni.orth
645
646 all: $(BUILT_SOURCES)
647         $(MAKE) $(AM_MAKEFLAGS) all-am
648
649 .SUFFIXES:
650 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps)
651         @for dep in $?; do \
652           case '$(am__configure_deps)' in \
653             *$$dep*) \
654               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
655                 && { if test -f $@; then exit 0; else break; fi; }; \
656               exit 1;; \
657           esac; \
658         done; \
659         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-lang/Makefile'; \
660         $(am__cd) $(top_srcdir) && \
661           $(AUTOMAKE) --gnu fc-lang/Makefile
662 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
663         @case '$?' in \
664           *config.status*) \
665             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
666           *) \
667             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
668             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
669         esac;
670 $(top_srcdir)/Tools.mk $(am__empty):
671
672 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
673         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
674
675 $(top_srcdir)/configure:  $(am__configure_deps)
676         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
677 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
678         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
679 $(am__aclocal_m4_deps):
680
681 mostlyclean-libtool:
682         -rm -f *.lo
683
684 clean-libtool:
685         -rm -rf .libs _libs
686
687 ID: $(am__tagged_files)
688         $(am__define_uniq_tagged_files); mkid -fID $$unique
689 tags: tags-am
690 TAGS: tags
691
692 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
693         set x; \
694         here=`pwd`; \
695         $(am__define_uniq_tagged_files); \
696         shift; \
697         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
698           test -n "$$unique" || unique=$$empty_fix; \
699           if test $$# -gt 0; then \
700             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701               "$$@" $$unique; \
702           else \
703             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704               $$unique; \
705           fi; \
706         fi
707 ctags: ctags-am
708
709 CTAGS: ctags
710 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
711         $(am__define_uniq_tagged_files); \
712         test -z "$(CTAGS_ARGS)$$unique" \
713           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
714              $$unique
715
716 GTAGS:
717         here=`$(am__cd) $(top_builddir) && pwd` \
718           && $(am__cd) $(top_srcdir) \
719           && gtags -i $(GTAGS_ARGS) "$$here"
720 cscopelist: cscopelist-am
721
722 cscopelist-am: $(am__tagged_files)
723         list='$(am__tagged_files)'; \
724         case "$(srcdir)" in \
725           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
726           *) sdir=$(subdir)/$(srcdir) ;; \
727         esac; \
728         for i in $$list; do \
729           if test -f "$$i"; then \
730             echo "$(subdir)/$$i"; \
731           else \
732             echo "$$sdir/$$i"; \
733           fi; \
734         done >> $(top_builddir)/cscope.files
735
736 distclean-tags:
737         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
738
739 distdir: $(DISTFILES)
740         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
741         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
742         list='$(DISTFILES)'; \
743           dist_files=`for file in $$list; do echo $$file; done | \
744           sed -e "s|^$$srcdirstrip/||;t" \
745               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
746         case $$dist_files in \
747           */*) $(MKDIR_P) `echo "$$dist_files" | \
748                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
749                            sort -u` ;; \
750         esac; \
751         for file in $$dist_files; do \
752           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
753           if test -d $$d/$$file; then \
754             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
755             if test -d "$(distdir)/$$file"; then \
756               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
757             fi; \
758             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
759               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
760               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
761             fi; \
762             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
763           else \
764             test -f "$(distdir)/$$file" \
765             || cp -p $$d/$$file "$(distdir)/$$file" \
766             || exit 1; \
767           fi; \
768         done
769 check-am: all-am
770 check: $(BUILT_SOURCES)
771         $(MAKE) $(AM_MAKEFLAGS) check-am
772 all-am: Makefile $(HEADERS)
773 installdirs:
774 install: $(BUILT_SOURCES)
775         $(MAKE) $(AM_MAKEFLAGS) install-am
776 install-exec: install-exec-am
777 install-data: install-data-am
778 uninstall: uninstall-am
779
780 install-am: all-am
781         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
783 installcheck: installcheck-am
784 install-strip:
785         if test -z '$(STRIP)'; then \
786           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788               install; \
789         else \
790           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
791             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
793         fi
794 mostlyclean-generic:
795
796 clean-generic:
797         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
798
799 distclean-generic:
800         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
801         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
802
803 maintainer-clean-generic:
804         @echo "This command is intended for maintainers to use"
805         @echo "it deletes files that may require special tools to rebuild."
806         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
807         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
808 clean: clean-am
809
810 clean-am: clean-generic clean-libtool mostlyclean-am
811
812 distclean: distclean-am
813         -rm -f Makefile
814 distclean-am: clean-am distclean-generic distclean-tags
815
816 dvi: dvi-am
817
818 dvi-am:
819
820 html: html-am
821
822 html-am:
823
824 info: info-am
825
826 info-am:
827
828 install-data-am:
829
830 install-dvi: install-dvi-am
831
832 install-dvi-am:
833
834 install-exec-am:
835
836 install-html: install-html-am
837
838 install-html-am:
839
840 install-info: install-info-am
841
842 install-info-am:
843
844 install-man:
845
846 install-pdf: install-pdf-am
847
848 install-pdf-am:
849
850 install-ps: install-ps-am
851
852 install-ps-am:
853
854 installcheck-am:
855
856 maintainer-clean: maintainer-clean-am
857         -rm -f Makefile
858 maintainer-clean-am: distclean-am maintainer-clean-generic
859
860 mostlyclean: mostlyclean-am
861
862 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
863
864 pdf: pdf-am
865
866 pdf-am:
867
868 ps: ps-am
869
870 ps-am:
871
872 uninstall-am:
873
874 .MAKE: all check install install-am install-strip
875
876 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
877         clean-libtool cscopelist-am ctags ctags-am distclean \
878         distclean-generic distclean-libtool distclean-tags distdir dvi \
879         dvi-am html html-am info info-am install install-am \
880         install-data install-data-am install-dvi install-dvi-am \
881         install-exec install-exec-am install-html install-html-am \
882         install-info install-info-am install-man install-pdf \
883         install-pdf-am install-ps install-ps-am install-strip \
884         installcheck installcheck-am installdirs maintainer-clean \
885         maintainer-clean-generic mostlyclean mostlyclean-generic \
886         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
887         uninstall-am
888
889 .PRECIOUS: Makefile
890
891
892 $(TOOL): $(TSRC) $(ALIAS_FILES)
893         $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
894
895 $(TARG): $(TMPL) $(TSRC) $(DEPS)
896         $(AM_V_GEN) $(MAKE) $(TOOL) && \
897         $(RM) $(TARG) && \
898         $(TOOL) $(ARGS) < $< > $(TARG).tmp && \
899         mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false )
900
901 $(ALIAS_FILES):
902         $(AM_V_GEN) touch $@
903 #       ^-------------- Add new orth files here
904
905 -include $(top_srcdir)/git.mk
906
907 # Tell versions [3.59,3.63) of GNU make to not export all variables.
908 # Otherwise a system limit (for SysV at least) may be exceeded.
909 .NOEXPORT: