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# 18# fontconfig/Makefile.am 19# 20# Copyright © 2003 Keith Packard 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 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114@ENABLE_DOCS_TRUE@am__append_1 = doc 115subdir = . 116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 117am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \ 118 $(top_srcdir)/m4/ax_cc_for_build.m4 \ 119 $(top_srcdir)/m4/ax_create_stdint_h.m4 \ 120 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gettext.m4 \ 121 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 122 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 123 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 124 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 125 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 126 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ 127 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 128 $(top_srcdir)/configure.ac 129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 130 $(ACLOCAL_M4) 131DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 132 $(am__configure_deps) $(am__DIST_COMMON) 133am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 134 configure.lineno config.status.lineno 135mkinstalldirs = $(install_sh) -d 136CONFIG_HEADER = config.h 137CONFIG_CLEAN_FILES = fontconfig.pc fontconfig-zip 138CONFIG_CLEAN_VPATH_FILES = 139AM_V_P = $(am__v_P_@AM_V@) 140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 141am__v_P_0 = false 142am__v_P_1 = : 143AM_V_GEN = $(am__v_GEN_@AM_V@) 144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 145am__v_GEN_0 = @echo " GEN " $@; 146am__v_GEN_1 = 147AM_V_at = $(am__v_at_@AM_V@) 148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 149am__v_at_0 = @ 150am__v_at_1 = 151SOURCES = 152DIST_SOURCES = 153RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 154 ctags-recursive dvi-recursive html-recursive info-recursive \ 155 install-data-recursive install-dvi-recursive \ 156 install-exec-recursive install-html-recursive \ 157 install-info-recursive install-pdf-recursive \ 158 install-ps-recursive install-recursive installcheck-recursive \ 159 installdirs-recursive pdf-recursive ps-recursive \ 160 tags-recursive uninstall-recursive 161am__can_run_installinfo = \ 162 case $$AM_UPDATE_INFO_DIR in \ 163 n|no|NO) false;; \ 164 *) (install-info --version) >/dev/null 2>&1;; \ 165 esac 166am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 167am__vpath_adj = case $$p in \ 168 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 169 *) f=$$p;; \ 170 esac; 171am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 172am__install_max = 40 173am__nobase_strip_setup = \ 174 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 175am__nobase_strip = \ 176 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 177am__nobase_list = $(am__nobase_strip_setup); \ 178 for p in $$list; do echo "$$p $$p"; done | \ 179 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 180 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 181 if (++n[$$2] == $(am__install_max)) \ 182 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 183 END { for (dir in files) print dir, files[dir] }' 184am__base_list = \ 185 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 186 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 187am__uninstall_files_from_dir = { \ 188 test -z "$$files" \ 189 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 190 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 191 $(am__cd) "$$dir" && rm -f $$files; }; \ 192 } 193am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)" 194DATA = $(pkgconfig_DATA) $(xml_DATA) 195RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 196 distclean-recursive maintainer-clean-recursive 197am__recursive_targets = \ 198 $(RECURSIVE_TARGETS) \ 199 $(RECURSIVE_CLEAN_TARGETS) \ 200 $(am__extra_recursive_targets) 201AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 202 cscope distdir distdir-am dist dist-all distcheck 203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 204 config.h.in 205# Read a list of newline-separated strings from the standard input, 206# and print each of them once, without duplicates. Input order is 207# *not* preserved. 208am__uniquify_input = $(AWK) '\ 209 BEGIN { nonempty = 0; } \ 210 { items[$$0] = 1; nonempty = 1; } \ 211 END { if (nonempty) { for (i in items) print i; }; } \ 212' 213# Make sure the list of sources is unique. This is necessary because, 214# e.g., the same source file might be shared among _SOURCES variables 215# for different programs/libraries. 216am__define_uniq_tagged_files = \ 217 list='$(am__tagged_files)'; \ 218 unique=`for i in $$list; do \ 219 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 220 done | $(am__uniquify_input)` 221DIST_SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat \ 222 fc-conflist fc-list fc-match fc-pattern fc-query fc-scan \ 223 fc-validate conf.d its po po-conf test doc 224am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 225 $(srcdir)/fontconfig-zip.in $(srcdir)/fontconfig.pc.in \ 226 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README.md \ 227 compile config.guess config.rpath config.sub depcomp \ 228 install-sh ltmain.sh missing 229DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 230distdir = $(PACKAGE)-$(VERSION) 231top_distdir = $(distdir) 232am__remove_distdir = \ 233 if test -d "$(distdir)"; then \ 234 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 235 && rm -rf "$(distdir)" \ 236 || { sleep 5 && rm -rf "$(distdir)"; }; \ 237 else :; fi 238am__post_remove_distdir = $(am__remove_distdir) 239am__relativize = \ 240 dir0=`pwd`; \ 241 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 242 sed_rest='s,^[^/]*/*,,'; \ 243 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 244 sed_butlast='s,/*[^/]*$$,,'; \ 245 while test -n "$$dir1"; do \ 246 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 247 if test "$$first" != "."; then \ 248 if test "$$first" = ".."; then \ 249 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 250 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 251 else \ 252 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 253 if test "$$first2" = "$$first"; then \ 254 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 255 else \ 256 dir2="../$$dir2"; \ 257 fi; \ 258 dir0="$$dir0"/"$$first"; \ 259 fi; \ 260 fi; \ 261 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 262 done; \ 263 reldir="$$dir2" 264DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 265GZIP_ENV = --best 266DIST_TARGETS = dist-xz dist-gzip 267# Exists only to be overridden by the user if desired. 268AM_DISTCHECK_DVI_TARGET = dvi 269distuninstallcheck_listfiles = find . -type f -print 270am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 271 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 272distcleancheck_listfiles = find . -type f -print 273ACLOCAL = @ACLOCAL@ 274AMTAR = @AMTAR@ 275AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 276AR = @AR@ 277AS = @AS@ 278AUTOCONF = @AUTOCONF@ 279AUTOHEADER = @AUTOHEADER@ 280AUTOMAKE = @AUTOMAKE@ 281AWK = @AWK@ 282BASECONFIGDIR = @BASECONFIGDIR@ 283CC = @CC@ 284CCDEPMODE = @CCDEPMODE@ 285CC_FOR_BUILD = @CC_FOR_BUILD@ 286CFLAGS = @CFLAGS@ 287CONFIGDIR = @CONFIGDIR@ 288CPP = @CPP@ 289CPPFLAGS = @CPPFLAGS@ 290CSCOPE = @CSCOPE@ 291CTAGS = @CTAGS@ 292CYGPATH_W = @CYGPATH_W@ 293DEFS = @DEFS@ 294DEPDIR = @DEPDIR@ 295DLLTOOL = @DLLTOOL@ 296DOCMAN3 = @DOCMAN3@ 297DSYMUTIL = @DSYMUTIL@ 298DUMPBIN = @DUMPBIN@ 299ECHO_C = @ECHO_C@ 300ECHO_N = @ECHO_N@ 301ECHO_T = @ECHO_T@ 302EGREP = @EGREP@ 303ETAGS = @ETAGS@ 304EXEEXT = @EXEEXT@ 305EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 306EXPAT_CFLAGS = @EXPAT_CFLAGS@ 307EXPAT_LIBS = @EXPAT_LIBS@ 308FC_ADD_FONTS = @FC_ADD_FONTS@ 309FC_CACHEDIR = @FC_CACHEDIR@ 310FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 311FC_FONTDATE = @FC_FONTDATE@ 312FC_FONTPATH = @FC_FONTPATH@ 313FGREP = @FGREP@ 314FILECMD = @FILECMD@ 315FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 316FREETYPE_LIBS = @FREETYPE_LIBS@ 317GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 318GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 319GIT = @GIT@ 320GMSGFMT = @GMSGFMT@ 321GMSGFMT_015 = @GMSGFMT_015@ 322GPERF = @GPERF@ 323GREP = @GREP@ 324HASDOCBOOK = @HASDOCBOOK@ 325HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 326ICONV_CFLAGS = @ICONV_CFLAGS@ 327ICONV_LIBS = @ICONV_LIBS@ 328INSTALL = @INSTALL@ 329INSTALL_DATA = @INSTALL_DATA@ 330INSTALL_PROGRAM = @INSTALL_PROGRAM@ 331INSTALL_SCRIPT = @INSTALL_SCRIPT@ 332INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 333INTLLIBS = @INTLLIBS@ 334INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 335JSONC_CFLAGS = @JSONC_CFLAGS@ 336JSONC_LIBS = @JSONC_LIBS@ 337LD = @LD@ 338LDFLAGS = @LDFLAGS@ 339LIBICONV = @LIBICONV@ 340LIBINTL = @LIBINTL@ 341LIBOBJS = @LIBOBJS@ 342LIBS = @LIBS@ 343LIBTOOL = @LIBTOOL@ 344LIBT_CURRENT = @LIBT_CURRENT@ 345LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 346LIBT_REVISION = @LIBT_REVISION@ 347LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 348LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 349LIBXML2_LIBS = @LIBXML2_LIBS@ 350LIPO = @LIPO@ 351LN_S = @LN_S@ 352LTLIBICONV = @LTLIBICONV@ 353LTLIBINTL = @LTLIBINTL@ 354LTLIBOBJS = @LTLIBOBJS@ 355LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 356MAKEINFO = @MAKEINFO@ 357MANIFEST_TOOL = @MANIFEST_TOOL@ 358MKDIR_P = @MKDIR_P@ 359MSGFMT = @MSGFMT@ 360MSGFMT_015 = @MSGFMT_015@ 361MSGMERGE = @MSGMERGE@ 362NM = @NM@ 363NMEDIT = @NMEDIT@ 364OBJDUMP = @OBJDUMP@ 365OBJEXT = @OBJEXT@ 366OTOOL = @OTOOL@ 367OTOOL64 = @OTOOL64@ 368PACKAGE = @PACKAGE@ 369PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 370PACKAGE_NAME = @PACKAGE_NAME@ 371PACKAGE_STRING = @PACKAGE_STRING@ 372PACKAGE_TARNAME = @PACKAGE_TARNAME@ 373PACKAGE_URL = @PACKAGE_URL@ 374PACKAGE_VERSION = @PACKAGE_VERSION@ 375PATH_SEPARATOR = @PATH_SEPARATOR@ 376PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 377PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@ 378PKG_CONFIG = @PKG_CONFIG@ 379PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 380PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 381PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@ 382PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@ 383POSUB = @POSUB@ 384PREFERRED_HINTING = @PREFERRED_HINTING@ 385PREFERRED_SUB_PIXEL_RENDERING = @PREFERRED_SUB_PIXEL_RENDERING@ 386PTHREAD_CC = @PTHREAD_CC@ 387PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 388PTHREAD_LIBS = @PTHREAD_LIBS@ 389PYTHON = @PYTHON@ 390PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 391PYTHON_PLATFORM = @PYTHON_PLATFORM@ 392PYTHON_PREFIX = @PYTHON_PREFIX@ 393PYTHON_VERSION = @PYTHON_VERSION@ 394RANLIB = @RANLIB@ 395RM = @RM@ 396SED = @SED@ 397SET_MAKE = @SET_MAKE@ 398SHELL = @SHELL@ 399STRIP = @STRIP@ 400TEMPLATEDIR = @TEMPLATEDIR@ 401USE_NLS = @USE_NLS@ 402VERSION = @VERSION@ 403WARN_CFLAGS = @WARN_CFLAGS@ 404XGETTEXT = @XGETTEXT@ 405XGETTEXT_015 = @XGETTEXT_015@ 406XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 407XMLDIR = @XMLDIR@ 408abs_builddir = @abs_builddir@ 409abs_srcdir = @abs_srcdir@ 410abs_top_builddir = @abs_top_builddir@ 411abs_top_srcdir = @abs_top_srcdir@ 412ac_ct_AR = @ac_ct_AR@ 413ac_ct_CC = @ac_ct_CC@ 414ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 415am__include = @am__include@ 416am__leading_dot = @am__leading_dot@ 417am__quote = @am__quote@ 418am__tar = @am__tar@ 419am__untar = @am__untar@ 420ax_pthread_config = @ax_pthread_config@ 421bindir = @bindir@ 422build = @build@ 423build_alias = @build_alias@ 424build_cpu = @build_cpu@ 425build_os = @build_os@ 426build_vendor = @build_vendor@ 427builddir = @builddir@ 428datadir = @datadir@ 429datarootdir = @datarootdir@ 430docdir = @docdir@ 431dvidir = @dvidir@ 432exec_prefix = @exec_prefix@ 433fc_cachedir = @fc_cachedir@ 434host = @host@ 435host_alias = @host_alias@ 436host_cpu = @host_cpu@ 437host_os = @host_os@ 438host_vendor = @host_vendor@ 439htmldir = @htmldir@ 440includedir = @includedir@ 441infodir = @infodir@ 442install_sh = @install_sh@ 443libdir = @libdir@ 444libexecdir = @libexecdir@ 445localedir = @localedir@ 446localstatedir = @localstatedir@ 447mandir = @mandir@ 448mkdir_p = @mkdir_p@ 449ms_librarian = @ms_librarian@ 450oldincludedir = @oldincludedir@ 451pdfdir = @pdfdir@ 452pkgconfigdir = @pkgconfigdir@ 453pkgpyexecdir = @pkgpyexecdir@ 454pkgpythondir = @pkgpythondir@ 455prefix = @prefix@ 456program_transform_name = @program_transform_name@ 457psdir = @psdir@ 458pyexecdir = @pyexecdir@ 459pythondir = @pythondir@ 460runstatedir = @runstatedir@ 461sbindir = @sbindir@ 462sharedstatedir = @sharedstatedir@ 463srcdir = @srcdir@ 464sysconfdir = @sysconfdir@ 465target_alias = @target_alias@ 466top_build_prefix = @top_build_prefix@ 467top_builddir = @top_builddir@ 468top_srcdir = @top_srcdir@ 469SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat fc-conflist \ 470 fc-list fc-match fc-pattern fc-query fc-scan fc-validate \ 471 conf.d its po po-conf test $(am__append_1) 472ACLOCAL_AMFLAGS = -I m4 473MESON_FILES = \ 474 conf.d/link_confs.py \ 475 conf.d/write-35-lang-normalize-conf.py \ 476 doc/edit-sgml.py \ 477 doc/extract-man-list.py \ 478 doc/run-quiet.py \ 479 fc-case/fc-case.py \ 480 fc-lang/fc-lang.py \ 481 meson.build \ 482 meson_options.txt \ 483 src/cutout.py \ 484 src/fcstdint.h.in \ 485 src/fcwindows.h \ 486 src/fontconfig.def.in \ 487 src/makealias.py \ 488 $(wildcard $(srcdir)/*/meson.build) \ 489 $(wildcard $(srcdir)/meson-cc-tests/*) \ 490 $(wildcard $(srcdir)/subprojects/*.wrap) 491 492EXTRA_DIST = config.rpath fontconfig.pc.in fonts.conf.in fonts.dtd \ 493 fontconfig-zip.in config-fixups.h $(MESON_FILES) ChangeLog 494CLEANFILES = fonts.conf 495DISTCLEANFILES = config.cache doltcompile 496 497# Creating ChangeLog from git log: 498MAINTAINERCLEANFILES = $(srcdir)/aclocal.m4 $(srcdir)/autoscan.log \ 499 $(srcdir)/compile $(srcdir)/config.guess $(srcdir)/config.h.in \ 500 $(srcdir)/config.sub $(srcdir)/configure.scan \ 501 $(srcdir)/depcomp $(srcdir)/install-sh $(srcdir)/ltmain.sh \ 502 $(srcdir)/missing $(srcdir)/mkinstalldirs \ 503 $(srcdir)/test-driver `find "$(srcdir)" -type f -name \ 504 Makefile.in -print` $(srcdir)/ChangeLog 505pkgconfig_DATA = fontconfig.pc 506baseconfigdir = $(BASECONFIGDIR) 507configdir = $(CONFIGDIR) 508xmldir = $(XMLDIR) 509xml_DATA = fonts.dtd 510@ENABLE_CACHE_BUILD_FALSE@RUN_FC_CACHE_TEST = false 511@ENABLE_CACHE_BUILD_TRUE@RUN_FC_CACHE_TEST = test -z "$(DESTDIR)" 512FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR)) 513DISTCHECK_CONFIGURE_FLAGS = 514all: config.h 515 $(MAKE) $(AM_MAKEFLAGS) all-recursive 516 517.SUFFIXES: 518am--refresh: Makefile 519 @: 520$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 521 @for dep in $?; do \ 522 case '$(am__configure_deps)' in \ 523 *$$dep*) \ 524 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 525 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 526 && exit 0; \ 527 exit 1;; \ 528 esac; \ 529 done; \ 530 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 531 $(am__cd) $(top_srcdir) && \ 532 $(AUTOMAKE) --gnu Makefile 533Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 534 @case '$?' in \ 535 *config.status*) \ 536 echo ' $(SHELL) ./config.status'; \ 537 $(SHELL) ./config.status;; \ 538 *) \ 539 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 540 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 541 esac; 542 543$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 544 $(SHELL) ./config.status --recheck 545 546$(top_srcdir)/configure: $(am__configure_deps) 547 $(am__cd) $(srcdir) && $(AUTOCONF) 548$(ACLOCAL_M4): $(am__aclocal_m4_deps) 549 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 550$(am__aclocal_m4_deps): 551 552config.h: stamp-h1 553 @test -f $@ || rm -f stamp-h1 554 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 555 556stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 557 @rm -f stamp-h1 558 cd $(top_builddir) && $(SHELL) ./config.status config.h 559$(srcdir)/config.h.in: $(am__configure_deps) 560 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 561 rm -f stamp-h1 562 touch $@ 563 564distclean-hdr: 565 -rm -f config.h stamp-h1 566fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in 567 cd $(top_builddir) && $(SHELL) ./config.status $@ 568fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in 569 cd $(top_builddir) && $(SHELL) ./config.status $@ 570 571mostlyclean-libtool: 572 -rm -f *.lo 573 574clean-libtool: 575 -rm -rf .libs _libs 576 577distclean-libtool: 578 -rm -f libtool config.lt 579install-pkgconfigDATA: $(pkgconfig_DATA) 580 @$(NORMAL_INSTALL) 581 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 582 if test -n "$$list"; then \ 583 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 584 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 585 fi; \ 586 for p in $$list; do \ 587 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 588 echo "$$d$$p"; \ 589 done | $(am__base_list) | \ 590 while read files; do \ 591 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 592 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 593 done 594 595uninstall-pkgconfigDATA: 596 @$(NORMAL_UNINSTALL) 597 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 598 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 599 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 600install-xmlDATA: $(xml_DATA) 601 @$(NORMAL_INSTALL) 602 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 603 if test -n "$$list"; then \ 604 echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ 605 $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ 606 fi; \ 607 for p in $$list; do \ 608 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 609 echo "$$d$$p"; \ 610 done | $(am__base_list) | \ 611 while read files; do \ 612 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \ 613 $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ 614 done 615 616uninstall-xmlDATA: 617 @$(NORMAL_UNINSTALL) 618 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 619 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 620 dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) 621 622# This directory's subdirectories are mostly independent; you can cd 623# into them and run 'make' without going through this Makefile. 624# To change the values of 'make' variables: instead of editing Makefiles, 625# (1) if the variable is set in 'config.status', edit 'config.status' 626# (which will cause the Makefiles to be regenerated when you run 'make'); 627# (2) otherwise, pass the desired values on the 'make' command line. 628$(am__recursive_targets): 629 @fail=; \ 630 if $(am__make_keepgoing); then \ 631 failcom='fail=yes'; \ 632 else \ 633 failcom='exit 1'; \ 634 fi; \ 635 dot_seen=no; \ 636 target=`echo $@ | sed s/-recursive//`; \ 637 case "$@" in \ 638 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 639 *) list='$(SUBDIRS)' ;; \ 640 esac; \ 641 for subdir in $$list; do \ 642 echo "Making $$target in $$subdir"; \ 643 if test "$$subdir" = "."; then \ 644 dot_seen=yes; \ 645 local_target="$$target-am"; \ 646 else \ 647 local_target="$$target"; \ 648 fi; \ 649 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 650 || eval $$failcom; \ 651 done; \ 652 if test "$$dot_seen" = "no"; then \ 653 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 654 fi; test -z "$$fail" 655 656ID: $(am__tagged_files) 657 $(am__define_uniq_tagged_files); mkid -fID $$unique 658tags: tags-recursive 659TAGS: tags 660 661tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 662 set x; \ 663 here=`pwd`; \ 664 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 665 include_option=--etags-include; \ 666 empty_fix=.; \ 667 else \ 668 include_option=--include; \ 669 empty_fix=; \ 670 fi; \ 671 list='$(SUBDIRS)'; for subdir in $$list; do \ 672 if test "$$subdir" = .; then :; else \ 673 test ! -f $$subdir/TAGS || \ 674 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 675 fi; \ 676 done; \ 677 $(am__define_uniq_tagged_files); \ 678 shift; \ 679 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 680 test -n "$$unique" || unique=$$empty_fix; \ 681 if test $$# -gt 0; then \ 682 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 683 "$$@" $$unique; \ 684 else \ 685 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 686 $$unique; \ 687 fi; \ 688 fi 689ctags: ctags-recursive 690 691CTAGS: ctags 692ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 693 $(am__define_uniq_tagged_files); \ 694 test -z "$(CTAGS_ARGS)$$unique" \ 695 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 696 $$unique 697 698GTAGS: 699 here=`$(am__cd) $(top_builddir) && pwd` \ 700 && $(am__cd) $(top_srcdir) \ 701 && gtags -i $(GTAGS_ARGS) "$$here" 702cscope: cscope.files 703 test ! -s cscope.files \ 704 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 705clean-cscope: 706 -rm -f cscope.files 707cscope.files: clean-cscope cscopelist 708cscopelist: cscopelist-recursive 709 710cscopelist-am: $(am__tagged_files) 711 list='$(am__tagged_files)'; \ 712 case "$(srcdir)" in \ 713 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 714 *) sdir=$(subdir)/$(srcdir) ;; \ 715 esac; \ 716 for i in $$list; do \ 717 if test -f "$$i"; then \ 718 echo "$(subdir)/$$i"; \ 719 else \ 720 echo "$$sdir/$$i"; \ 721 fi; \ 722 done >> $(top_builddir)/cscope.files 723 724distclean-tags: 725 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 726 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 727distdir: $(BUILT_SOURCES) 728 $(MAKE) $(AM_MAKEFLAGS) distdir-am 729 730distdir-am: $(DISTFILES) 731 $(am__remove_distdir) 732 test -d "$(distdir)" || mkdir "$(distdir)" 733 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 734 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 735 list='$(DISTFILES)'; \ 736 dist_files=`for file in $$list; do echo $$file; done | \ 737 sed -e "s|^$$srcdirstrip/||;t" \ 738 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 739 case $$dist_files in \ 740 */*) $(MKDIR_P) `echo "$$dist_files" | \ 741 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 742 sort -u` ;; \ 743 esac; \ 744 for file in $$dist_files; do \ 745 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 746 if test -d $$d/$$file; then \ 747 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 748 if test -d "$(distdir)/$$file"; then \ 749 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 750 fi; \ 751 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 752 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 753 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 754 fi; \ 755 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 756 else \ 757 test -f "$(distdir)/$$file" \ 758 || cp -p $$d/$$file "$(distdir)/$$file" \ 759 || exit 1; \ 760 fi; \ 761 done 762 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 763 if test "$$subdir" = .; then :; else \ 764 $(am__make_dryrun) \ 765 || test -d "$(distdir)/$$subdir" \ 766 || $(MKDIR_P) "$(distdir)/$$subdir" \ 767 || exit 1; \ 768 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 769 $(am__relativize); \ 770 new_distdir=$$reldir; \ 771 dir1=$$subdir; dir2="$(top_distdir)"; \ 772 $(am__relativize); \ 773 new_top_distdir=$$reldir; \ 774 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 775 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 776 ($(am__cd) $$subdir && \ 777 $(MAKE) $(AM_MAKEFLAGS) \ 778 top_distdir="$$new_top_distdir" \ 779 distdir="$$new_distdir" \ 780 am__remove_distdir=: \ 781 am__skip_length_check=: \ 782 am__skip_mode_fix=: \ 783 distdir) \ 784 || exit 1; \ 785 fi; \ 786 done 787 -test -n "$(am__skip_mode_fix)" \ 788 || find "$(distdir)" -type d ! -perm -755 \ 789 -exec chmod u+rwx,go+rx {} \; -o \ 790 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 791 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 792 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 793 || chmod -R a+r "$(distdir)" 794dist-gzip: distdir 795 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 796 $(am__post_remove_distdir) 797 798dist-bzip2: distdir 799 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 800 $(am__post_remove_distdir) 801 802dist-lzip: distdir 803 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 804 $(am__post_remove_distdir) 805dist-xz: distdir 806 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 807 $(am__post_remove_distdir) 808 809dist-zstd: distdir 810 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 811 $(am__post_remove_distdir) 812 813dist-tarZ: distdir 814 @echo WARNING: "Support for distribution archives compressed with" \ 815 "legacy program 'compress' is deprecated." >&2 816 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 817 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 818 $(am__post_remove_distdir) 819 820dist-shar: distdir 821 @echo WARNING: "Support for shar distribution archives is" \ 822 "deprecated." >&2 823 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 824 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 825 $(am__post_remove_distdir) 826 827dist-zip: distdir 828 -rm -f $(distdir).zip 829 zip -rq $(distdir).zip $(distdir) 830 $(am__post_remove_distdir) 831 832dist dist-all: 833 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 834 $(am__post_remove_distdir) 835 836# This target untars the dist file and tries a VPATH configuration. Then 837# it guarantees that the distribution is self-contained by making another 838# tarfile. 839distcheck: dist 840 case '$(DIST_ARCHIVES)' in \ 841 *.tar.gz*) \ 842 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 843 *.tar.bz2*) \ 844 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 845 *.tar.lz*) \ 846 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 847 *.tar.xz*) \ 848 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 849 *.tar.Z*) \ 850 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 851 *.shar.gz*) \ 852 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 853 *.zip*) \ 854 unzip $(distdir).zip ;;\ 855 *.tar.zst*) \ 856 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 857 esac 858 chmod -R a-w $(distdir) 859 chmod u+w $(distdir) 860 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 861 chmod a-w $(distdir) 862 test -d $(distdir)/_build || exit 0; \ 863 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 864 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 865 && am__cwd=`pwd` \ 866 && $(am__cd) $(distdir)/_build/sub \ 867 && ../../configure \ 868 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 869 $(DISTCHECK_CONFIGURE_FLAGS) \ 870 --srcdir=../.. --prefix="$$dc_install_base" \ 871 && $(MAKE) $(AM_MAKEFLAGS) \ 872 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 873 && $(MAKE) $(AM_MAKEFLAGS) check \ 874 && $(MAKE) $(AM_MAKEFLAGS) install \ 875 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 876 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 877 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 878 distuninstallcheck \ 879 && chmod -R a-w "$$dc_install_base" \ 880 && ({ \ 881 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 882 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 883 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 884 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 885 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 886 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 887 && rm -rf "$$dc_destdir" \ 888 && $(MAKE) $(AM_MAKEFLAGS) dist \ 889 && rm -rf $(DIST_ARCHIVES) \ 890 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 891 && cd "$$am__cwd" \ 892 || exit 1 893 $(am__post_remove_distdir) 894 @(echo "$(distdir) archives ready for distribution: "; \ 895 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 896 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 897distuninstallcheck: 898 @test -n '$(distuninstallcheck_dir)' || { \ 899 echo 'ERROR: trying to run $@ with an empty' \ 900 '$$(distuninstallcheck_dir)' >&2; \ 901 exit 1; \ 902 }; \ 903 $(am__cd) '$(distuninstallcheck_dir)' || { \ 904 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 905 exit 1; \ 906 }; \ 907 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 908 || { echo "ERROR: files left after uninstall:" ; \ 909 if test -n "$(DESTDIR)"; then \ 910 echo " (check DESTDIR support)"; \ 911 fi ; \ 912 $(distuninstallcheck_listfiles) ; \ 913 exit 1; } >&2 914distcleancheck: distclean 915 @if test '$(srcdir)' = . ; then \ 916 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 917 exit 1 ; \ 918 fi 919 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 920 || { echo "ERROR: files left in build directory after distclean:" ; \ 921 $(distcleancheck_listfiles) ; \ 922 exit 1; } >&2 923check-am: all-am 924check: check-recursive 925all-am: Makefile $(DATA) config.h all-local 926installdirs: installdirs-recursive 927installdirs-am: 928 for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \ 929 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 930 done 931install: install-recursive 932install-exec: install-exec-recursive 933install-data: install-data-recursive 934uninstall: uninstall-recursive 935 936install-am: all-am 937 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 938 939installcheck: installcheck-recursive 940install-strip: 941 if test -z '$(STRIP)'; then \ 942 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 943 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 944 install; \ 945 else \ 946 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 947 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 948 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 949 fi 950mostlyclean-generic: 951 952clean-generic: 953 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 954 955distclean-generic: 956 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 957 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 958 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 959 960maintainer-clean-generic: 961 @echo "This command is intended for maintainers to use" 962 @echo "it deletes files that may require special tools to rebuild." 963 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 964clean: clean-recursive 965 966clean-am: clean-generic clean-libtool mostlyclean-am 967 968distclean: distclean-recursive 969 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 970 -rm -f Makefile 971distclean-am: clean-am distclean-generic distclean-hdr \ 972 distclean-libtool distclean-tags 973 974dvi: dvi-recursive 975 976dvi-am: 977 978html: html-recursive 979 980html-am: 981 982info: info-recursive 983 984info-am: 985 986install-data-am: install-data-local install-pkgconfigDATA \ 987 install-xmlDATA 988 989install-dvi: install-dvi-recursive 990 991install-dvi-am: 992 993install-exec-am: 994 995install-html: install-html-recursive 996 997install-html-am: 998 999install-info: install-info-recursive 1000 1001install-info-am: 1002 1003install-man: 1004 1005install-pdf: install-pdf-recursive 1006 1007install-pdf-am: 1008 1009install-ps: install-ps-recursive 1010 1011install-ps-am: 1012 1013installcheck-am: 1014 1015maintainer-clean: maintainer-clean-recursive 1016 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1017 -rm -rf $(top_srcdir)/autom4te.cache 1018 -rm -f Makefile 1019maintainer-clean-am: distclean-am maintainer-clean-generic 1020 1021mostlyclean: mostlyclean-recursive 1022 1023mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1024 1025pdf: pdf-recursive 1026 1027pdf-am: 1028 1029ps: ps-recursive 1030 1031ps-am: 1032 1033uninstall-am: uninstall-local uninstall-pkgconfigDATA \ 1034 uninstall-xmlDATA 1035 1036.MAKE: $(am__recursive_targets) all install-am install-strip 1037 1038.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 1039 am--refresh check check-am clean clean-cscope clean-generic \ 1040 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 1041 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 1042 dist-xz dist-zip dist-zstd distcheck distclean \ 1043 distclean-generic distclean-hdr distclean-libtool \ 1044 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1045 dvi-am html html-am info info-am install install-am \ 1046 install-data install-data-am install-data-local install-dvi \ 1047 install-dvi-am install-exec install-exec-am install-html \ 1048 install-html-am install-info install-info-am install-man \ 1049 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 1050 install-ps-am install-strip install-xmlDATA installcheck \ 1051 installcheck-am installdirs installdirs-am maintainer-clean \ 1052 maintainer-clean-generic mostlyclean mostlyclean-generic \ 1053 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1054 uninstall-am uninstall-local uninstall-pkgconfigDATA \ 1055 uninstall-xmlDATA 1056 1057.PRECIOUS: Makefile 1058 1059ChangeLog: $(srcdir)/ChangeLog 1060$(srcdir)/ChangeLog: 1061 if test -d "$(srcdir)/.git"; then \ 1062 (GIT_DIR=$(top_srcdir)/.git $(GIT) log --stat) | fmt --split-only > $@.tmp \ 1063 && mv -f $@.tmp $@ \ 1064 || ($(RM) $@.tmp; \ 1065 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ 1066 (test -f $@ || echo git-log is required to generate this file >> $@)); \ 1067 else \ 1068 test -f $@ || \ 1069 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ 1070 echo A git checkout and git-log is required to generate this file >> $@); \ 1071 fi 1072 1073.PHONY: ChangeLog 1074 1075fonts.conf: fonts.conf.in Makefile 1076 sed \ 1077 -e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \ 1078 -e 's,@FC_DEFAULT_FONTS\@, $(FC_DEFAULT_FONTS),g' \ 1079 -e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \ 1080 -e 's,@CONFIGDIR\@,$(FC_CONFIGDIR),g' \ 1081 -e 's,@PACKAGE\@,$(PACKAGE),g' \ 1082 -e 's,@VERSION\@,$(VERSION),g' \ 1083 $(srcdir)/$@.in > $@.tmp && \ 1084 mv $@.tmp $@ 1085 1086install-data-local: fonts.conf 1087 $(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir) 1088 if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \ 1089 echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1090 mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \ 1091 fi 1092 if [ -f $(srcdir)/fonts.conf ]; then \ 1093 echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1094 $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1095 else if [ -f fonts.conf ]; then \ 1096 echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1097 $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1098 fi; fi 1099 @(if $(RUN_FC_CACHE_TEST); then \ 1100 echo "fc-cache$(EXEEXT) -s -f -v"; \ 1101 fc-cache/fc-cache$(EXEEXT) -s -f -v; \ 1102 else \ 1103 echo "***"; \ 1104 echo "*** Warning: fonts.cache not built"; \ 1105 echo "***"; \ 1106 echo "*** Generate this file manually on host system using fc-cache"; \ 1107 echo "***"; \ 1108 fi) 1109 1110uninstall-local: 1111 if [ -f $(srcdir)/fonts.conf ]; then \ 1112 if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \ 1113 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1114 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1115 fi; \ 1116 else if [ -f fonts.conf ]; then \ 1117 if cmp -s fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \ 1118 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1119 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1120 fi; \ 1121 fi; fi 1122 1123debuild debuild-signed: debuild-dirs 1124 (cd $(distdir)/debian && debuild) 1125 1126debuild-unsigned: debuild-dirs 1127 (cd $(distdir)/debian && debuild -us -uc) 1128 1129debuild-dirs: distdir 1130 $(RM) $(PACKAGE)_$(VERSION).orig.tar.gz 1131 $(RM) -r $(distdir).orig 1132 cp -a $(distdir) $(distdir).orig 1133 $(RM) -r $(distdir).orig/debian 1134 1135check-versions: 1136 @$(GREP) -e "^[[:space:]]*version[[:space:]]*:[[:space:]]*'$(VERSION)'," $(srcdir)/meson.build >/dev/null || { \ 1137 echo "======================================================================================"; \ 1138 echo "Meson version does not seem to match autotools version $(VERSION), update meson.build!"; \ 1139 echo "======================================================================================"; \ 1140 exit 1; \ 1141 } 1142 1143all-local: check-versions 1144 1145-include $(top_srcdir)/git.mk 1146 1147# Tell versions [3.59,3.63) of GNU make to not export all variables. 1148# Otherwise a system limit (for SysV at least) may be exceeded. 1149.NOEXPORT: 1150