Makefile.in revision a4e54154
16abeab63Snia# Makefile.in generated by automake 1.16.5 from Makefile.am. 26abeab63Snia# @configure_input@ 36abeab63Snia 4xS# Copyright (C) 1994-2021 Free Software Foundation, Inc. 56abeab63Snia 66abeab63Snia# This Makefile.in is free software; the Free Software Foundation 76abeab63Snia# gives unlimited permission to copy and/or distribute it, 86abeab63Snia# with or without modifications, as long as this notice is preserved. 96abeab63Snia 106abeab63Snia# This program is distributed in the hope that it will be useful, 116abeab63Snia# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 126abeab63Snia# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 136abeab63Snia# PARTICULAR PURPOSE. 146abeab63Snia 156abeab63Snia@SET_MAKE@ 166abeab63Snia 176abeab63Snia# 186abeab63Snia# fontconfig/Makefile.am 196abeab63Snia# 206abeab63Snia# Copyright © 2003 Keith Packard 216abeab63Snia# 225S!# Permission to use, copy, modify, distribute, and sell this software and its 236abeab63Snia# documentation for any purpose is hereby granted without fee, provided that 246abeab63Snia# the above copyright notice appear in all copies and that both that 252S�# copyright notice and this permission notice appear in supporting 266abeab63Snia# documentation, and that the name of the author(s) not be used in 276abeab63Snia# advertising or publicity pertaining to distribution of the software without 286abeab63Snia# specific, written prior permission. The authors make no 296abeab63Snia# representations about the suitability of this software for any purpose. It 306abeab63Snia# is provided "as is" without express or implied warranty. 316abeab63Snia# 326abeab63Snia# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 336abeab63Snia# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 346abeab63Snia# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 356abeab63Snia# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 366abeab63Snia# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 376abeab63Snia# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 386abeab63Snia# PERFORMANCE OF THIS SOFTWARE. 396abeab63Snia 400S�#VPATH = @srcdir@ 416abeab63Sniaam__is_gnu_make = { \ 426abeab63Snia if test -z '$(MAKELEVEL)'; then \ 436abeab63Snia false; \ 446abeab63Snia elif test -n '$(MAKE_HOST)'; then \ 456abeab63Snia true; \ 466abeab63Snia elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 476abeab63Snia true; \ 486abeab63Snia else \ 496abeab63Snia false; \ 506abeab63Snia fi; \ 516abeab63Snia} 526abeab63Sniaam__make_running_with_option = \ 53vcRA3S������������³��}jWF case $${target_option-} in \ 546abeab63Snia ?) ;; \ 556abeab63Snia *) echo "am__make_running_with_option: internal error: invalid" \ 566abeab63Snia "target option '$${target_option-}' specified" >&2; \ 576abeab63Snia exit 1;; \ 586abeab63Snia esac; \ 596abeab63Snia has_opt=no; \ 606abeab63Snia sane_makeflags=$$MAKEFLAGS; \ 616abeab63Snia if $(am__is_gnu_make); then \ 62OS$ sane_makeflags=$$MFLAGS; \ 636abeab63Snia else \ 646abeab63Snia case $$MAKEFLAGS in \ 656abeab63Snia *\\[\ \ ]*) \ 666abeab63Snia bs=\\; \ 676abeab63Snia sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 686abeab63Snia | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 696abeab63Snia esac; \ 706abeab63Snia fi; \ 716abeab63Snia skip_next=no; \ 726abeab63Snia strip_trailopt () \ 736abeab63Snia { \ 746abeab63Snia flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 756abeab63Snia }; \ 766abeab63Snia for flg in $$sane_makeflags; do \ 776abeab63Snia test $$skip_next = yes && { skip_next=no; continue; }; \ 786abeab63Snia case $$flg in \ 796abeab63Snia *=*|--*) continue;; \ 805S! -*I) strip_trailopt 'I'; skip_next=yes;; \ 8149S,/ -*I?*) strip_trailopt 'I';; \ 826abeab63Snia -*O) strip_trailopt 'O'; skip_next=yes;; \ 836abeab63Snia -*O?*) strip_trailopt 'O';; \ 846abeab63Snia -*l) strip_trailopt 'l'; skip_next=yes;; \ 856abeab63Snia -*l?*) strip_trailopt 'l';; \ 866abeab63Snia -[dEDm]) skip_next=yes;; \ 876abeab63Snia -[JT]) skip_next=yes;; \ 886abeab63Snia esac; \ 896abeab63Snia case $$flg in \ 906abeab63Snia *$$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 \ 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@ 314FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 315FREETYPE_LIBS = @FREETYPE_LIBS@ 316GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 317GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 318GIT = @GIT@ 319GMSGFMT = @GMSGFMT@ 320GMSGFMT_015 = @GMSGFMT_015@ 321GPERF = @GPERF@ 322GREP = @GREP@ 323HASDOCBOOK = @HASDOCBOOK@ 324HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 325ICONV_CFLAGS = @ICONV_CFLAGS@ 326ICONV_LIBS = @ICONV_LIBS@ 327INSTALL = @INSTALL@ 328INSTALL_DATA = @INSTALL_DATA@ 329INSTALL_PROGRAM = @INSTALL_PROGRAM@ 330INSTALL_SCRIPT = @INSTALL_SCRIPT@ 331INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 332INTLLIBS = @INTLLIBS@ 333INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 334JSONC_CFLAGS = @JSONC_CFLAGS@ 335JSONC_LIBS = @JSONC_LIBS@ 336LD = @LD@ 337LDFLAGS = @LDFLAGS@ 338LIBICONV = @LIBICONV@ 339LIBINTL = @LIBINTL@ 340LIBOBJS = @LIBOBJS@ 341LIBS = @LIBS@ 342LIBTOOL = @LIBTOOL@ 343LIBT_CURRENT = @LIBT_CURRENT@ 344LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 345LIBT_REVISION = @LIBT_REVISION@ 346LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 347LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 348LIBXML2_LIBS = @LIBXML2_LIBS@ 349LIPO = @LIPO@ 350LN_S = @LN_S@ 351LTLIBICONV = @LTLIBICONV@ 352LTLIBINTL = @LTLIBINTL@ 353LTLIBOBJS = @LTLIBOBJS@ 354LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 355MAKEINFO = @MAKEINFO@ 356MANIFEST_TOOL = @MANIFEST_TOOL@ 357MKDIR_P = @MKDIR_P@ 358MSGFMT = @MSGFMT@ 359MSGFMT_015 = @MSGFMT_015@ 360MSGMERGE = @MSGMERGE@ 361NM = @NM@ 362NMEDIT = @NMEDIT@ 363OBJDUMP = @OBJDUMP@ 364OBJEXT = @OBJEXT@ 365OTOOL = @OTOOL@ 366OTOOL64 = @OTOOL64@ 367PACKAGE = @PACKAGE@ 368PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 369PACKAGE_NAME = @PACKAGE_NAME@ 370PACKAGE_STRING = @PACKAGE_STRING@ 371PACKAGE_TARNAME = @PACKAGE_TARNAME@ 372PACKAGE_URL = @PACKAGE_URL@ 373PACKAGE_VERSION = @PACKAGE_VERSION@ 374PATH_SEPARATOR = @PATH_SEPARATOR@ 375PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 376PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@ 377PKG_CONFIG = @PKG_CONFIG@ 378PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 379PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 380PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@ 381PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@ 382POSUB = @POSUB@ 383PREFERRED_HINTING = @PREFERRED_HINTING@ 384PTHREAD_CC = @PTHREAD_CC@ 385PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 386PTHREAD_LIBS = @PTHREAD_LIBS@ 387PYTHON = @PYTHON@ 388PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 389PYTHON_PLATFORM = @PYTHON_PLATFORM@ 390PYTHON_PREFIX = @PYTHON_PREFIX@ 391PYTHON_VERSION = @PYTHON_VERSION@ 392RANLIB = @RANLIB@ 393RM = @RM@ 394SED = @SED@ 395SET_MAKE = @SET_MAKE@ 396SHELL = @SHELL@ 397STRIP = @STRIP@ 398TEMPLATEDIR = @TEMPLATEDIR@ 399USE_NLS = @USE_NLS@ 400VERSION = @VERSION@ 401WARN_CFLAGS = @WARN_CFLAGS@ 402XGETTEXT = @XGETTEXT@ 403XGETTEXT_015 = @XGETTEXT_015@ 404XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 405XMLDIR = @XMLDIR@ 406abs_builddir = @abs_builddir@ 407abs_srcdir = @abs_srcdir@ 408abs_top_builddir = @abs_top_builddir@ 409abs_top_srcdir = @abs_top_srcdir@ 410ac_ct_AR = @ac_ct_AR@ 411ac_ct_CC = @ac_ct_CC@ 412ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 413am__include = @am__include@ 414am__leading_dot = @am__leading_dot@ 415am__quote = @am__quote@ 416am__tar = @am__tar@ 417am__untar = @am__untar@ 418ax_pthread_config = @ax_pthread_config@ 419bindir = @bindir@ 420build = @build@ 421build_alias = @build_alias@ 422build_cpu = @build_cpu@ 423build_os = @build_os@ 424build_vendor = @build_vendor@ 425builddir = @builddir@ 426datadir = @datadir@ 427datarootdir = @datarootdir@ 428docdir = @docdir@ 429dvidir = @dvidir@ 430exec_prefix = @exec_prefix@ 431fc_cachedir = @fc_cachedir@ 432host = @host@ 433host_alias = @host_alias@ 434host_cpu = @host_cpu@ 435host_os = @host_os@ 436host_vendor = @host_vendor@ 437htmldir = @htmldir@ 438includedir = @includedir@ 439infodir = @infodir@ 440install_sh = @install_sh@ 441libdir = @libdir@ 442libexecdir = @libexecdir@ 443localedir = @localedir@ 444localstatedir = @localstatedir@ 445mandir = @mandir@ 446mkdir_p = @mkdir_p@ 447ms_librarian = @ms_librarian@ 448oldincludedir = @oldincludedir@ 449pdfdir = @pdfdir@ 450pkgconfigdir = @pkgconfigdir@ 451pkgpyexecdir = @pkgpyexecdir@ 452pkgpythondir = @pkgpythondir@ 453prefix = @prefix@ 454program_transform_name = @program_transform_name@ 455psdir = @psdir@ 456pyexecdir = @pyexecdir@ 457pythondir = @pythondir@ 458runstatedir = @runstatedir@ 459sbindir = @sbindir@ 460sharedstatedir = @sharedstatedir@ 461srcdir = @srcdir@ 462sysconfdir = @sysconfdir@ 463target_alias = @target_alias@ 464top_build_prefix = @top_build_prefix@ 465top_builddir = @top_builddir@ 466top_srcdir = @top_srcdir@ 467SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat fc-conflist \ 468 fc-list fc-match fc-pattern fc-query fc-scan fc-validate \ 469 conf.d its po po-conf test $(am__append_1) 470ACLOCAL_AMFLAGS = -I m4 471MESON_FILES = \ 472 conf.d/link_confs.py \ 473 conf.d/write-35-lang-normalize-conf.py \ 474 doc/edit-sgml.py \ 475 doc/extract-man-list.py \ 476 doc/run-quiet.py \ 477 fc-case/fc-case.py \ 478 fc-lang/fc-lang.py \ 479 meson.build \ 480 meson_options.txt \ 481 src/cutout.py \ 482 src/fcstdint.h.in \ 483 src/fcwindows.h \ 484 src/fontconfig.def.in \ 485 src/makealias.py \ 486 $(wildcard $(srcdir)/*/meson.build) \ 487 $(wildcard $(srcdir)/meson-cc-tests/*) \ 488 $(wildcard $(srcdir)/subprojects/*.wrap) 489 490EXTRA_DIST = config.rpath fontconfig.pc.in fonts.conf.in fonts.dtd \ 491 fontconfig-zip.in config-fixups.h $(MESON_FILES) ChangeLog 492CLEANFILES = fonts.conf 493DISTCLEANFILES = config.cache doltcompile 494 495# Creating ChangeLog from git log: 496MAINTAINERCLEANFILES = $(srcdir)/aclocal.m4 $(srcdir)/autoscan.log \ 497 $(srcdir)/compile $(srcdir)/config.guess $(srcdir)/config.h.in \ 498 $(srcdir)/config.sub $(srcdir)/configure.scan \ 499 $(srcdir)/depcomp $(srcdir)/install-sh $(srcdir)/ltmain.sh \ 500 $(srcdir)/missing $(srcdir)/mkinstalldirs \ 501 $(srcdir)/test-driver `find "$(srcdir)" -type f -name \ 502 Makefile.in -print` $(srcdir)/ChangeLog 503pkgconfig_DATA = fontconfig.pc 504baseconfigdir = $(BASECONFIGDIR) 505configdir = $(CONFIGDIR) 506xmldir = $(XMLDIR) 507xml_DATA = fonts.dtd 508@ENABLE_CACHE_BUILD_FALSE@RUN_FC_CACHE_TEST = false 509@ENABLE_CACHE_BUILD_TRUE@RUN_FC_CACHE_TEST = test -z "$(DESTDIR)" 510FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR)) 511DISTCHECK_CONFIGURE_FLAGS = 512all: config.h 513 $(MAKE) $(AM_MAKEFLAGS) all-recursive 514 515.SUFFIXES: 516am--refresh: Makefile 517 @: 518$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 519 @for dep in $?; do \ 520 case '$(am__configure_deps)' in \ 521 *$$dep*) \ 522 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 523 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 524 && exit 0; \ 525 exit 1;; \ 526 esac; \ 527 done; \ 528 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 529 $(am__cd) $(top_srcdir) && \ 530 $(AUTOMAKE) --gnu Makefile 531Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 532 @case '$?' in \ 533 *config.status*) \ 534 echo ' $(SHELL) ./config.status'; \ 535 $(SHELL) ./config.status;; \ 536 *) \ 537 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 538 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 539 esac; 540 541$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 542 $(SHELL) ./config.status --recheck 543 544$(top_srcdir)/configure: $(am__configure_deps) 545 $(am__cd) $(srcdir) && $(AUTOCONF) 546$(ACLOCAL_M4): $(am__aclocal_m4_deps) 547 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 548$(am__aclocal_m4_deps): 549 550config.h: stamp-h1 551 @test -f $@ || rm -f stamp-h1 552 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 553 554stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 555 @rm -f stamp-h1 556 cd $(top_builddir) && $(SHELL) ./config.status config.h 557$(srcdir)/config.h.in: $(am__configure_deps) 558 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 559 rm -f stamp-h1 560 touch $@ 561 562distclean-hdr: 563 -rm -f config.h stamp-h1 564fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in 565 cd $(top_builddir) && $(SHELL) ./config.status $@ 566fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in 567 cd $(top_builddir) && $(SHELL) ./config.status $@ 568 569mostlyclean-libtool: 570 -rm -f *.lo 571 572clean-libtool: 573 -rm -rf .libs _libs 574 575distclean-libtool: 576 -rm -f libtool config.lt 577install-pkgconfigDATA: $(pkgconfig_DATA) 578 @$(NORMAL_INSTALL) 579 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 580 if test -n "$$list"; then \ 581 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 582 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 583 fi; \ 584 for p in $$list; do \ 585 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 586 echo "$$d$$p"; \ 587 done | $(am__base_list) | \ 588 while read files; do \ 589 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 590 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 591 done 592 593uninstall-pkgconfigDATA: 594 @$(NORMAL_UNINSTALL) 595 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 596 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 597 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 598install-xmlDATA: $(xml_DATA) 599 @$(NORMAL_INSTALL) 600 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 601 if test -n "$$list"; then \ 602 echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ 603 $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ 604 fi; \ 605 for p in $$list; do \ 606 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 607 echo "$$d$$p"; \ 608 done | $(am__base_list) | \ 609 while read files; do \ 610 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \ 611 $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ 612 done 613 614uninstall-xmlDATA: 615 @$(NORMAL_UNINSTALL) 616 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 617 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 618 dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) 619 620# This directory's subdirectories are mostly independent; you can cd 621# into them and run 'make' without going through this Makefile. 622# To change the values of 'make' variables: instead of editing Makefiles, 623# (1) if the variable is set in 'config.status', edit 'config.status' 624# (which will cause the Makefiles to be regenerated when you run 'make'); 625# (2) otherwise, pass the desired values on the 'make' command line. 626$(am__recursive_targets): 627 @fail=; \ 628 if $(am__make_keepgoing); then \ 629 failcom='fail=yes'; \ 630 else \ 631 failcom='exit 1'; \ 632 fi; \ 633 dot_seen=no; \ 634 target=`echo $@ | sed s/-recursive//`; \ 635 case "$@" in \ 636 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 637 *) list='$(SUBDIRS)' ;; \ 638 esac; \ 639 for subdir in $$list; do \ 640 echo "Making $$target in $$subdir"; \ 641 if test "$$subdir" = "."; then \ 642 dot_seen=yes; \ 643 local_target="$$target-am"; \ 644 else \ 645 local_target="$$target"; \ 646 fi; \ 647 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 648 || eval $$failcom; \ 649 done; \ 650 if test "$$dot_seen" = "no"; then \ 651 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 652 fi; test -z "$$fail" 653 654ID: $(am__tagged_files) 655 $(am__define_uniq_tagged_files); mkid -fID $$unique 656tags: tags-recursive 657TAGS: tags 658 659tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 660 set x; \ 661 here=`pwd`; \ 662 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 663 include_option=--etags-include; \ 664 empty_fix=.; \ 665 else \ 666 include_option=--include; \ 667 empty_fix=; \ 668 fi; \ 669 list='$(SUBDIRS)'; for subdir in $$list; do \ 670 if test "$$subdir" = .; then :; else \ 671 test ! -f $$subdir/TAGS || \ 672 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 673 fi; \ 674 done; \ 675 $(am__define_uniq_tagged_files); \ 676 shift; \ 677 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 678 test -n "$$unique" || unique=$$empty_fix; \ 679 if test $$# -gt 0; then \ 680 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 681 "$$@" $$unique; \ 682 else \ 683 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 684 $$unique; \ 685 fi; \ 686 fi 687ctags: ctags-recursive 688 689CTAGS: ctags 690ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 691 $(am__define_uniq_tagged_files); \ 692 test -z "$(CTAGS_ARGS)$$unique" \ 693 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 694 $$unique 695 696GTAGS: 697 here=`$(am__cd) $(top_builddir) && pwd` \ 698 && $(am__cd) $(top_srcdir) \ 699 && gtags -i $(GTAGS_ARGS) "$$here" 700cscope: cscope.files 701 test ! -s cscope.files \ 702 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 703clean-cscope: 704 -rm -f cscope.files 705cscope.files: clean-cscope cscopelist 706cscopelist: cscopelist-recursive 707 708cscopelist-am: $(am__tagged_files) 709 list='$(am__tagged_files)'; \ 710 case "$(srcdir)" in \ 711 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 712 *) sdir=$(subdir)/$(srcdir) ;; \ 713 esac; \ 714 for i in $$list; do \ 715 if test -f "$$i"; then \ 716 echo "$(subdir)/$$i"; \ 717 else \ 718 echo "$$sdir/$$i"; \ 719 fi; \ 720 done >> $(top_builddir)/cscope.files 721 722distclean-tags: 723 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 724 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 725distdir: $(BUILT_SOURCES) 726 $(MAKE) $(AM_MAKEFLAGS) distdir-am 727 728distdir-am: $(DISTFILES) 729 $(am__remove_distdir) 730 test -d "$(distdir)" || mkdir "$(distdir)" 731 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 732 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 733 list='$(DISTFILES)'; \ 734 dist_files=`for file in $$list; do echo $$file; done | \ 735 sed -e "s|^$$srcdirstrip/||;t" \ 736 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 737 case $$dist_files in \ 738 */*) $(MKDIR_P) `echo "$$dist_files" | \ 739 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 740 sort -u` ;; \ 741 esac; \ 742 for file in $$dist_files; do \ 743 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 744 if test -d $$d/$$file; then \ 745 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 746 if test -d "$(distdir)/$$file"; then \ 747 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 748 fi; \ 749 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 750 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 751 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 752 fi; \ 753 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 754 else \ 755 test -f "$(distdir)/$$file" \ 756 || cp -p $$d/$$file "$(distdir)/$$file" \ 757 || exit 1; \ 758 fi; \ 759 done 760 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 761 if test "$$subdir" = .; then :; else \ 762 $(am__make_dryrun) \ 763 || test -d "$(distdir)/$$subdir" \ 764 || $(MKDIR_P) "$(distdir)/$$subdir" \ 765 || exit 1; \ 766 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 767 $(am__relativize); \ 768 new_distdir=$$reldir; \ 769 dir1=$$subdir; dir2="$(top_distdir)"; \ 770 $(am__relativize); \ 771 new_top_distdir=$$reldir; \ 772 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 773 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 774 ($(am__cd) $$subdir && \ 775 $(MAKE) $(AM_MAKEFLAGS) \ 776 top_distdir="$$new_top_distdir" \ 777 distdir="$$new_distdir" \ 778 am__remove_distdir=: \ 779 am__skip_length_check=: \ 780 am__skip_mode_fix=: \ 781 distdir) \ 782 || exit 1; \ 783 fi; \ 784 done 785 -test -n "$(am__skip_mode_fix)" \ 786 || find "$(distdir)" -type d ! -perm -755 \ 787 -exec chmod u+rwx,go+rx {} \; -o \ 788 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 789 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 790 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 791 || chmod -R a+r "$(distdir)" 792dist-gzip: distdir 793 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 794 $(am__post_remove_distdir) 795 796dist-bzip2: distdir 797 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 798 $(am__post_remove_distdir) 799 800dist-lzip: distdir 801 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 802 $(am__post_remove_distdir) 803dist-xz: distdir 804 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 805 $(am__post_remove_distdir) 806 807dist-zstd: distdir 808 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 809 $(am__post_remove_distdir) 810 811dist-tarZ: distdir 812 @echo WARNING: "Support for distribution archives compressed with" \ 813 "legacy program 'compress' is deprecated." >&2 814 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 815 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 816 $(am__post_remove_distdir) 817 818dist-shar: distdir 819 @echo WARNING: "Support for shar distribution archives is" \ 820 "deprecated." >&2 821 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 822 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 823 $(am__post_remove_distdir) 824 825dist-zip: distdir 826 -rm -f $(distdir).zip 827 zip -rq $(distdir).zip $(distdir) 828 $(am__post_remove_distdir) 829 830dist dist-all: 831 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 832 $(am__post_remove_distdir) 833 834# This target untars the dist file and tries a VPATH configuration. Then 835# it guarantees that the distribution is self-contained by making another 836# tarfile. 837distcheck: dist 838 case '$(DIST_ARCHIVES)' in \ 839 *.tar.gz*) \ 840 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 841 *.tar.bz2*) \ 842 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 843 *.tar.lz*) \ 844 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 845 *.tar.xz*) \ 846 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 847 *.tar.Z*) \ 848 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 849 *.shar.gz*) \ 850 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 851 *.zip*) \ 852 unzip $(distdir).zip ;;\ 853 *.tar.zst*) \ 854 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 855 esac 856 chmod -R a-w $(distdir) 857 chmod u+w $(distdir) 858 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 859 chmod a-w $(distdir) 860 test -d $(distdir)/_build || exit 0; \ 861 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 862 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 863 && am__cwd=`pwd` \ 864 && $(am__cd) $(distdir)/_build/sub \ 865 && ../../configure \ 866 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 867 $(DISTCHECK_CONFIGURE_FLAGS) \ 868 --srcdir=../.. --prefix="$$dc_install_base" \ 869 && $(MAKE) $(AM_MAKEFLAGS) \ 870 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 871 && $(MAKE) $(AM_MAKEFLAGS) check \ 872 && $(MAKE) $(AM_MAKEFLAGS) install \ 873 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 874 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 875 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 876 distuninstallcheck \ 877 && chmod -R a-w "$$dc_install_base" \ 878 && ({ \ 879 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 880 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 881 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 882 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 883 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 884 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 885 && rm -rf "$$dc_destdir" \ 886 && $(MAKE) $(AM_MAKEFLAGS) dist \ 887 && rm -rf $(DIST_ARCHIVES) \ 888 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 889 && cd "$$am__cwd" \ 890 || exit 1 891 $(am__post_remove_distdir) 892 @(echo "$(distdir) archives ready for distribution: "; \ 893 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 894 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 895distuninstallcheck: 896 @test -n '$(distuninstallcheck_dir)' || { \ 897 echo 'ERROR: trying to run $@ with an empty' \ 898 '$$(distuninstallcheck_dir)' >&2; \ 899 exit 1; \ 900 }; \ 901 $(am__cd) '$(distuninstallcheck_dir)' || { \ 902 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 903 exit 1; \ 904 }; \ 905 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 906 || { echo "ERROR: files left after uninstall:" ; \ 907 if test -n "$(DESTDIR)"; then \ 908 echo " (check DESTDIR support)"; \ 909 fi ; \ 910 $(distuninstallcheck_listfiles) ; \ 911 exit 1; } >&2 912distcleancheck: distclean 913 @if test '$(srcdir)' = . ; then \ 914 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 915 exit 1 ; \ 916 fi 917 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 918 || { echo "ERROR: files left in build directory after distclean:" ; \ 919 $(distcleancheck_listfiles) ; \ 920 exit 1; } >&2 921check-am: all-am 922check: check-recursive 923all-am: Makefile $(DATA) config.h all-local 924installdirs: installdirs-recursive 925installdirs-am: 926 for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \ 927 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 928 done 929install: install-recursive 930install-exec: install-exec-recursive 931install-data: install-data-recursive 932uninstall: uninstall-recursive 933 934install-am: all-am 935 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 936 937installcheck: installcheck-recursive 938install-strip: 939 if test -z '$(STRIP)'; then \ 940 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 941 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 942 install; \ 943 else \ 944 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 945 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 946 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 947 fi 948mostlyclean-generic: 949 950clean-generic: 951 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 952 953distclean-generic: 954 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 955 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 956 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 957 958maintainer-clean-generic: 959 @echo "This command is intended for maintainers to use" 960 @echo "it deletes files that may require special tools to rebuild." 961 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 962clean: clean-recursive 963 964clean-am: clean-generic clean-libtool mostlyclean-am 965 966distclean: distclean-recursive 967 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 968 -rm -f Makefile 969distclean-am: clean-am distclean-generic distclean-hdr \ 970 distclean-libtool distclean-tags 971 972dvi: dvi-recursive 973 974dvi-am: 975 976html: html-recursive 977 978html-am: 979 980info: info-recursive 981 982info-am: 983 984install-data-am: install-data-local install-pkgconfigDATA \ 985 install-xmlDATA 986 987install-dvi: install-dvi-recursive 988 989install-dvi-am: 990 991install-exec-am: 992 993install-html: install-html-recursive 994 995install-html-am: 996 997install-info: install-info-recursive 998 999install-info-am: 1000 1001install-man: 1002 1003install-pdf: install-pdf-recursive 1004 1005install-pdf-am: 1006 1007install-ps: install-ps-recursive 1008 1009install-ps-am: 1010 1011installcheck-am: 1012 1013maintainer-clean: maintainer-clean-recursive 1014 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1015 -rm -rf $(top_srcdir)/autom4te.cache 1016 -rm -f Makefile 1017maintainer-clean-am: distclean-am maintainer-clean-generic 1018 1019mostlyclean: mostlyclean-recursive 1020 1021mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1022 1023pdf: pdf-recursive 1024 1025pdf-am: 1026 1027ps: ps-recursive 1028 1029ps-am: 1030 1031uninstall-am: uninstall-local uninstall-pkgconfigDATA \ 1032 uninstall-xmlDATA 1033 1034.MAKE: $(am__recursive_targets) all install-am install-strip 1035 1036.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 1037 am--refresh check check-am clean clean-cscope clean-generic \ 1038 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 1039 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 1040 dist-xz dist-zip dist-zstd distcheck distclean \ 1041 distclean-generic distclean-hdr distclean-libtool \ 1042 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1043 dvi-am html html-am info info-am install install-am \ 1044 install-data install-data-am install-data-local install-dvi \ 1045 install-dvi-am install-exec install-exec-am install-html \ 1046 install-html-am install-info install-info-am install-man \ 1047 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 1048 install-ps-am install-strip install-xmlDATA installcheck \ 1049 installcheck-am installdirs installdirs-am maintainer-clean \ 1050 maintainer-clean-generic mostlyclean mostlyclean-generic \ 1051 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1052 uninstall-am uninstall-local uninstall-pkgconfigDATA \ 1053 uninstall-xmlDATA 1054 1055.PRECIOUS: Makefile 1056 1057ChangeLog: $(srcdir)/ChangeLog 1058$(srcdir)/ChangeLog: 1059 if test -d "$(srcdir)/.git"; then \ 1060 (GIT_DIR=$(top_srcdir)/.git $(GIT) log --stat) | fmt --split-only > $@.tmp \ 1061 && mv -f $@.tmp $@ \ 1062 || ($(RM) $@.tmp; \ 1063 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ 1064 (test -f $@ || echo git-log is required to generate this file >> $@)); \ 1065 else \ 1066 test -f $@ || \ 1067 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ 1068 echo A git checkout and git-log is required to generate this file >> $@); \ 1069 fi 1070 1071.PHONY: ChangeLog 1072 1073fonts.conf: fonts.conf.in Makefile 1074 sed \ 1075 -e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \ 1076 -e 's,@FC_DEFAULT_FONTS\@, $(FC_DEFAULT_FONTS),g' \ 1077 -e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \ 1078 -e 's,@CONFIGDIR\@,$(FC_CONFIGDIR),g' \ 1079 -e 's,@PACKAGE\@,$(PACKAGE),g' \ 1080 -e 's,@VERSION\@,$(VERSION),g' \ 1081 $(srcdir)/$@.in > $@.tmp && \ 1082 mv $@.tmp $@ 1083 1084install-data-local: fonts.conf 1085 $(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir) 1086 if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \ 1087 echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1088 mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \ 1089 fi 1090 if [ -f $(srcdir)/fonts.conf ]; then \ 1091 echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1092 $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1093 else if [ -f fonts.conf ]; then \ 1094 echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1095 $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1096 fi; fi 1097 @(if $(RUN_FC_CACHE_TEST); then \ 1098 echo "fc-cache$(EXEEXT) -s -f -v"; \ 1099 fc-cache/fc-cache$(EXEEXT) -s -f -v; \ 1100 else \ 1101 echo "***"; \ 1102 echo "*** Warning: fonts.cache not built"; \ 1103 echo "***"; \ 1104 echo "*** Generate this file manually on host system using fc-cache"; \ 1105 echo "***"; \ 1106 fi) 1107 1108uninstall-local: 1109 if [ -f $(srcdir)/fonts.conf ]; then \ 1110 if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \ 1111 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1112 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1113 fi; \ 1114 else if [ -f fonts.conf ]; then \ 1115 if cmp -s fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \ 1116 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \ 1117 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \ 1118 fi; \ 1119 fi; fi 1120 1121debuild debuild-signed: debuild-dirs 1122 (cd $(distdir)/debian && debuild) 1123 1124debuild-unsigned: debuild-dirs 1125 (cd $(distdir)/debian && debuild -us -uc) 1126 1127debuild-dirs: distdir 1128 $(RM) $(PACKAGE)_$(VERSION).orig.tar.gz 1129 $(RM) -r $(distdir).orig 1130 cp -a $(distdir) $(distdir).orig 1131 $(RM) -r $(distdir).orig/debian 1132 1133check-versions: 1134 @$(GREP) -e "^[[:space:]]*version[[:space:]]*:[[:space:]]*'$(VERSION)'," $(srcdir)/meson.build >/dev/null || { \ 1135 echo "======================================================================================"; \ 1136 echo "Meson version does not seem to match autotools version $(VERSION), update meson.build!"; \ 1137 echo "======================================================================================"; \ 1138 exit 1; \ 1139 } 1140 1141all-local: check-versions 1142 1143-include $(top_srcdir)/git.mk 1144 1145# Tell versions [3.59,3.63) of GNU make to not export all variables. 1146# Otherwise a system limit (for SysV at least) may be exceeded. 1147.NOEXPORT: 1148