Makefile.in revision ae02b298
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@ 316PREFERRED_SUB_PIXEL_RENDERING = @PREFERRED_SUB_PIXEL_RENDERING@ 317PTHREAD_CC = @PTHREAD_CC@ 318PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 319PTHREAD_LIBS = @PTHREAD_LIBS@ 320PYTHON = @PYTHON@ 321PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 322PYTHON_PLATFORM = @PYTHON_PLATFORM@ 323PYTHON_PREFIX = @PYTHON_PREFIX@ 324PYTHON_VERSION = @PYTHON_VERSION@ 325RANLIB = @RANLIB@ 326RM = @RM@ 327SED = @SED@ 328SET_MAKE = @SET_MAKE@ 329SHELL = @SHELL@ 330STRIP = @STRIP@ 331TEMPLATEDIR = @TEMPLATEDIR@ 332USE_NLS = @USE_NLS@ 333VERSION = @VERSION@ 334WARN_CFLAGS = @WARN_CFLAGS@ 335XGETTEXT = @XGETTEXT@ 336XGETTEXT_015 = @XGETTEXT_015@ 337XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 338XMLDIR = @XMLDIR@ 339abs_builddir = @abs_builddir@ 340abs_srcdir = @abs_srcdir@ 341abs_top_builddir = @abs_top_builddir@ 342abs_top_srcdir = @abs_top_srcdir@ 343ac_ct_AR = @ac_ct_AR@ 344ac_ct_CC = @ac_ct_CC@ 345ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 346am__include = @am__include@ 347am__leading_dot = @am__leading_dot@ 348am__quote = @am__quote@ 349am__tar = @am__tar@ 350am__untar = @am__untar@ 351ax_pthread_config = @ax_pthread_config@ 352bindir = @bindir@ 353build = @build@ 354build_alias = @build_alias@ 355build_cpu = @build_cpu@ 356build_os = @build_os@ 357build_vendor = @build_vendor@ 358builddir = @builddir@ 359datadir = @datadir@ 360datarootdir = @datarootdir@ 361docdir = @docdir@ 362dvidir = @dvidir@ 363exec_prefix = @exec_prefix@ 364fc_cachedir = @fc_cachedir@ 365host = @host@ 366host_alias = @host_alias@ 367host_cpu = @host_cpu@ 368host_os = @host_os@ 369host_vendor = @host_vendor@ 370htmldir = @htmldir@ 371includedir = @includedir@ 372infodir = @infodir@ 373install_sh = @install_sh@ 374libdir = @libdir@ 375libexecdir = @libexecdir@ 376localedir = @localedir@ 377localstatedir = @localstatedir@ 378mandir = @mandir@ 379mkdir_p = @mkdir_p@ 380ms_librarian = @ms_librarian@ 381oldincludedir = @oldincludedir@ 382pdfdir = @pdfdir@ 383pkgconfigdir = @pkgconfigdir@ 384pkgpyexecdir = @pkgpyexecdir@ 385pkgpythondir = @pkgpythondir@ 386prefix = @prefix@ 387program_transform_name = @program_transform_name@ 388psdir = @psdir@ 389pyexecdir = @pyexecdir@ 390pythondir = @pythondir@ 391runstatedir = @runstatedir@ 392sbindir = @sbindir@ 393sharedstatedir = @sharedstatedir@ 394srcdir = @srcdir@ 395sysconfdir = @sysconfdir@ 396target_alias = @target_alias@ 397top_build_prefix = @top_build_prefix@ 398top_builddir = @top_builddir@ 399top_srcdir = @top_srcdir@ 400TAG = lang 401DEPS = $(ORTH) 402ARGS = --directory $(srcdir) $(ORTH) 403DIST = $(ORTH) 404DIR = fc-$(TAG) 405OUT = fc$(TAG) 406TMPL = $(OUT).tmpl.h 407TARG = $(OUT).h 408TOOL = $(srcdir)/$(DIR).py 409noinst_SCRIPTS = $(TOOL) 410EXTRA_DIST = $(TARG) $(TMPL) $(DIST) 411noinst_HEADERS = $(TARG) 412ALIAS_FILES = fcalias.h fcaliastail.h 413# ^-------------- Add new orth files here 414BUILT_SOURCES = $(ALIAS_FILES) \ 415 $(top_builddir)/conf.d/35-lang-normalize.conf 416CLEANFILES = $(ALIAS_FILES) 417MAINTAINERCLEANFILES = $(TARG) 418 419# NOTE: 420# 421# The order of the orth files here is extremely important (part of the cache 422# format) and should not be modified. New orth files should be added at the 423# end. No files should be removed either. 424# 425ORTH = \ 426 aa.orth \ 427 ab.orth \ 428 af.orth \ 429 am.orth \ 430 ar.orth \ 431 as.orth \ 432 ast.orth \ 433 av.orth \ 434 ay.orth \ 435 az_az.orth \ 436 az_ir.orth \ 437 ba.orth \ 438 bm.orth \ 439 be.orth \ 440 bg.orth \ 441 bh.orth \ 442 bho.orth \ 443 bi.orth \ 444 bin.orth \ 445 bn.orth \ 446 bo.orth \ 447 br.orth \ 448 bs.orth \ 449 bua.orth \ 450 ca.orth \ 451 ce.orth \ 452 ch.orth \ 453 chm.orth \ 454 chr.orth \ 455 co.orth \ 456 cs.orth \ 457 cu.orth \ 458 cv.orth \ 459 cy.orth \ 460 da.orth \ 461 de.orth \ 462 dz.orth \ 463 el.orth \ 464 en.orth \ 465 eo.orth \ 466 es.orth \ 467 et.orth \ 468 eu.orth \ 469 fa.orth \ 470 fi.orth \ 471 fj.orth \ 472 fo.orth \ 473 fr.orth \ 474 ff.orth \ 475 fur.orth \ 476 fy.orth \ 477 ga.orth \ 478 gd.orth \ 479 gez.orth \ 480 gl.orth \ 481 gn.orth \ 482 gu.orth \ 483 gv.orth \ 484 ha.orth \ 485 haw.orth \ 486 he.orth \ 487 hi.orth \ 488 ho.orth \ 489 hr.orth \ 490 hu.orth \ 491 hy.orth \ 492 ia.orth \ 493 ig.orth \ 494 id.orth \ 495 ie.orth \ 496 ik.orth \ 497 io.orth \ 498 is.orth \ 499 it.orth \ 500 iu.orth \ 501 ja.orth \ 502 ka.orth \ 503 kaa.orth \ 504 ki.orth \ 505 kk.orth \ 506 kl.orth \ 507 km.orth \ 508 kn.orth \ 509 ko.orth \ 510 kok.orth \ 511 ks.orth \ 512 ku_am.orth \ 513 ku_ir.orth \ 514 kum.orth \ 515 kv.orth \ 516 kw.orth \ 517 ky.orth \ 518 la.orth \ 519 lb.orth \ 520 lez.orth \ 521 ln.orth \ 522 lo.orth \ 523 lt.orth \ 524 lv.orth \ 525 mg.orth \ 526 mh.orth \ 527 mi.orth \ 528 mk.orth \ 529 ml.orth \ 530 mn_cn.orth \ 531 mo.orth \ 532 mr.orth \ 533 mt.orth \ 534 my.orth \ 535 nb.orth \ 536 nds.orth \ 537 ne.orth \ 538 nl.orth \ 539 nn.orth \ 540 no.orth \ 541 nr.orth \ 542 nso.orth \ 543 ny.orth \ 544 oc.orth \ 545 om.orth \ 546 or.orth \ 547 os.orth \ 548 pa.orth \ 549 pl.orth \ 550 ps_af.orth \ 551 ps_pk.orth \ 552 pt.orth \ 553 rm.orth \ 554 ro.orth \ 555 ru.orth \ 556 sa.orth \ 557 sah.orth \ 558 sco.orth \ 559 se.orth \ 560 sel.orth \ 561 sh.orth \ 562 shs.orth \ 563 si.orth \ 564 sk.orth \ 565 sl.orth \ 566 sm.orth \ 567 sma.orth \ 568 smj.orth \ 569 smn.orth \ 570 sms.orth \ 571 so.orth \ 572 sq.orth \ 573 sr.orth \ 574 ss.orth \ 575 st.orth \ 576 sv.orth \ 577 sw.orth \ 578 syr.orth \ 579 ta.orth \ 580 te.orth \ 581 tg.orth \ 582 th.orth \ 583 ti_er.orth \ 584 ti_et.orth \ 585 tig.orth \ 586 tk.orth \ 587 tl.orth \ 588 tn.orth \ 589 to.orth \ 590 tr.orth \ 591 ts.orth \ 592 tt.orth \ 593 tw.orth \ 594 tyv.orth \ 595 ug.orth \ 596 uk.orth \ 597 ur.orth \ 598 uz.orth \ 599 ve.orth \ 600 vi.orth \ 601 vo.orth \ 602 vot.orth \ 603 wa.orth \ 604 wen.orth \ 605 wo.orth \ 606 xh.orth \ 607 yap.orth \ 608 yi.orth \ 609 yo.orth \ 610 zh_cn.orth \ 611 zh_hk.orth \ 612 zh_mo.orth \ 613 zh_sg.orth \ 614 zh_tw.orth \ 615 zu.orth \ 616 ak.orth \ 617 an.orth \ 618 ber_dz.orth \ 619 ber_ma.orth \ 620 byn.orth \ 621 crh.orth \ 622 csb.orth \ 623 dv.orth \ 624 ee.orth \ 625 fat.orth \ 626 fil.orth \ 627 hne.orth \ 628 hsb.orth \ 629 ht.orth \ 630 hz.orth \ 631 ii.orth \ 632 jv.orth \ 633 kab.orth \ 634 kj.orth \ 635 kr.orth \ 636 ku_iq.orth \ 637 ku_tr.orth \ 638 kwm.orth \ 639 lg.orth \ 640 li.orth \ 641 mai.orth \ 642 mn_mn.orth \ 643 ms.orth \ 644 na.orth \ 645 ng.orth \ 646 nv.orth \ 647 ota.orth \ 648 pa_pk.orth \ 649 pap_an.orth \ 650 pap_aw.orth \ 651 qu.orth \ 652 quz.orth \ 653 rn.orth \ 654 rw.orth \ 655 sc.orth \ 656 sd.orth \ 657 sg.orth \ 658 sid.orth \ 659 sn.orth \ 660 su.orth \ 661 ty.orth \ 662 wal.orth \ 663 za.orth \ 664 lah.orth \ 665 nqo.orth \ 666 brx.orth \ 667 sat.orth \ 668 doi.orth \ 669 mni.orth \ 670 und_zsye.orth \ 671 und_zmth.orth \ 672 anp.orth \ 673 bhb.orth \ 674 hif.orth \ 675 mag.orth \ 676 raj.orth \ 677 the.orth \ 678 agr.orth \ 679 ayc.orth \ 680 bem.orth \ 681 ckb.orth \ 682 cmn.orth \ 683 dsb.orth \ 684 hak.orth \ 685 lij.orth \ 686 lzh.orth \ 687 mfe.orth \ 688 mhr.orth \ 689 miq.orth \ 690 mjw.orth \ 691 mnw.orth \ 692 nan.orth \ 693 nhn.orth \ 694 niu.orth \ 695 rif.orth \ 696 sgs.orth \ 697 shn.orth \ 698 szl.orth \ 699 tcy.orth \ 700 tpi.orth \ 701 unm.orth \ 702 wae.orth \ 703 yue.orth \ 704 yuw.orth 705 706DISTCLEANFILES = $(BUILT_SOURCES) 707all: $(BUILT_SOURCES) 708 $(MAKE) $(AM_MAKEFLAGS) all-am 709 710.SUFFIXES: 711$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps) 712 @for dep in $?; do \ 713 case '$(am__configure_deps)' in \ 714 *$$dep*) \ 715 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 716 && { if test -f $@; then exit 0; else break; fi; }; \ 717 exit 1;; \ 718 esac; \ 719 done; \ 720 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-lang/Makefile'; \ 721 $(am__cd) $(top_srcdir) && \ 722 $(AUTOMAKE) --gnu fc-lang/Makefile 723Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 724 @case '$?' in \ 725 *config.status*) \ 726 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 727 *) \ 728 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 729 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 730 esac; 731$(top_srcdir)/Tools.mk $(am__empty): 732 733$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 734 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 735 736$(top_srcdir)/configure: $(am__configure_deps) 737 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 738$(ACLOCAL_M4): $(am__aclocal_m4_deps) 739 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 740$(am__aclocal_m4_deps): 741 742mostlyclean-libtool: 743 -rm -f *.lo 744 745clean-libtool: 746 -rm -rf .libs _libs 747 748ID: $(am__tagged_files) 749 $(am__define_uniq_tagged_files); mkid -fID $$unique 750tags: tags-am 751TAGS: tags 752 753tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 754 set x; \ 755 here=`pwd`; \ 756 $(am__define_uniq_tagged_files); \ 757 shift; \ 758 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 759 test -n "$$unique" || unique=$$empty_fix; \ 760 if test $$# -gt 0; then \ 761 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 762 "$$@" $$unique; \ 763 else \ 764 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 765 $$unique; \ 766 fi; \ 767 fi 768ctags: ctags-am 769 770CTAGS: ctags 771ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 772 $(am__define_uniq_tagged_files); \ 773 test -z "$(CTAGS_ARGS)$$unique" \ 774 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 775 $$unique 776 777GTAGS: 778 here=`$(am__cd) $(top_builddir) && pwd` \ 779 && $(am__cd) $(top_srcdir) \ 780 && gtags -i $(GTAGS_ARGS) "$$here" 781cscopelist: cscopelist-am 782 783cscopelist-am: $(am__tagged_files) 784 list='$(am__tagged_files)'; \ 785 case "$(srcdir)" in \ 786 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 787 *) sdir=$(subdir)/$(srcdir) ;; \ 788 esac; \ 789 for i in $$list; do \ 790 if test -f "$$i"; then \ 791 echo "$(subdir)/$$i"; \ 792 else \ 793 echo "$$sdir/$$i"; \ 794 fi; \ 795 done >> $(top_builddir)/cscope.files 796 797distclean-tags: 798 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 799distdir: $(BUILT_SOURCES) 800 $(MAKE) $(AM_MAKEFLAGS) distdir-am 801 802distdir-am: $(DISTFILES) 803 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 804 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 805 list='$(DISTFILES)'; \ 806 dist_files=`for file in $$list; do echo $$file; done | \ 807 sed -e "s|^$$srcdirstrip/||;t" \ 808 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 809 case $$dist_files in \ 810 */*) $(MKDIR_P) `echo "$$dist_files" | \ 811 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 812 sort -u` ;; \ 813 esac; \ 814 for file in $$dist_files; do \ 815 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 816 if test -d $$d/$$file; then \ 817 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 818 if test -d "$(distdir)/$$file"; then \ 819 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 820 fi; \ 821 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 822 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 823 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 824 fi; \ 825 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 826 else \ 827 test -f "$(distdir)/$$file" \ 828 || cp -p $$d/$$file "$(distdir)/$$file" \ 829 || exit 1; \ 830 fi; \ 831 done 832check-am: all-am 833check: $(BUILT_SOURCES) 834 $(MAKE) $(AM_MAKEFLAGS) check-am 835all-am: Makefile $(SCRIPTS) $(HEADERS) 836installdirs: 837install: $(BUILT_SOURCES) 838 $(MAKE) $(AM_MAKEFLAGS) install-am 839install-exec: $(BUILT_SOURCES) 840 $(MAKE) $(AM_MAKEFLAGS) install-exec-am 841install-data: install-data-am 842uninstall: uninstall-am 843 844install-am: all-am 845 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 846 847installcheck: installcheck-am 848install-strip: 849 if test -z '$(STRIP)'; then \ 850 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 851 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 852 install; \ 853 else \ 854 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 855 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 856 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 857 fi 858mostlyclean-generic: 859 860clean-generic: 861 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 862 863distclean-generic: 864 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 865 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 866 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 867 868maintainer-clean-generic: 869 @echo "This command is intended for maintainers to use" 870 @echo "it deletes files that may require special tools to rebuild." 871 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 872 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 873clean: clean-am 874 875clean-am: clean-generic clean-libtool mostlyclean-am 876 877distclean: distclean-am 878 -rm -f Makefile 879distclean-am: clean-am distclean-generic distclean-tags 880 881dvi: dvi-am 882 883dvi-am: 884 885html: html-am 886 887html-am: 888 889info: info-am 890 891info-am: 892 893install-data-am: 894 895install-dvi: install-dvi-am 896 897install-dvi-am: 898 899install-exec-am: 900 901install-html: install-html-am 902 903install-html-am: 904 905install-info: install-info-am 906 907install-info-am: 908 909install-man: 910 911install-pdf: install-pdf-am 912 913install-pdf-am: 914 915install-ps: install-ps-am 916 917install-ps-am: 918 919installcheck-am: 920 921maintainer-clean: maintainer-clean-am 922 -rm -f Makefile 923maintainer-clean-am: distclean-am maintainer-clean-generic 924 925mostlyclean: mostlyclean-am 926 927mostlyclean-am: mostlyclean-generic mostlyclean-libtool 928 929pdf: pdf-am 930 931pdf-am: 932 933ps: ps-am 934 935ps-am: 936 937uninstall-am: 938 939.MAKE: all check install install-am install-exec install-strip 940 941.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 942 clean-libtool cscopelist-am ctags ctags-am distclean \ 943 distclean-generic distclean-libtool distclean-tags distdir dvi \ 944 dvi-am html html-am info info-am install install-am \ 945 install-data install-data-am install-dvi install-dvi-am \ 946 install-exec install-exec-am install-html install-html-am \ 947 install-info install-info-am install-man install-pdf \ 948 install-pdf-am install-ps install-ps-am install-strip \ 949 installcheck installcheck-am installdirs maintainer-clean \ 950 maintainer-clean-generic mostlyclean mostlyclean-generic \ 951 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 952 uninstall-am 953 954.PRECIOUS: Makefile 955 956 957$(TARG): $(TMPL) $(TOOL) $(DEPS) 958 $(AM_V_GEN) \ 959 $(RM) $(TARG) && \ 960 $(PYTHON) $(TOOL) $(ARGS) --template $< --output $(TARG).tmp && \ 961 mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false ) 962 963$(ALIAS_FILES): 964 $(AM_V_GEN) touch $@ 965 966$(top_builddir)/conf.d/35-lang-normalize.conf: $(ORTH) Makefile 967 $(AM_V_GEN) echo "<?xml version=\"1.0\"?>" > $@ && \ 968 echo "<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">" >> $@ && \ 969 echo "<fontconfig>" >> $@ && \ 970 for i in `echo $(ORTH) | sed -e 's/ /\n/g' | grep -v _ | sed -e 's/\.orth$$//g' | sort`; do \ 971 echo " <!-- $$i* -> $$i -->" >> $@; \ 972 echo " <match>" >> $@; \ 973 echo " <test name=\"lang\" compare=\"contains\"><string>$$i</string></test>" >> $@; \ 974 echo " <edit name=\"lang\" mode=\"assign\" binding=\"same\"><string>$$i</string></edit>" >> $@; \ 975 echo " </match>" >> $@; \ 976 done && \ 977 echo "</fontconfig>" >> $@ 978 979-include $(top_srcdir)/git.mk 980 981# Tell versions [3.59,3.63) of GNU make to not export all variables. 982# Otherwise a system limit (for SysV at least) may be exceeded. 983.NOEXPORT: 984