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