upgrade to 2.14.2
[platform/upstream/fontconfig.git] / Makefile.in
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
40 VPATH = @srcdir@
41 am__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 }
52 am__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
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 @ENABLE_DOCS_TRUE@am__append_1 = doc
115 subdir = .
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__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
129 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130         $(ACLOCAL_M4)
131 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
132         $(am__configure_deps) $(am__DIST_COMMON)
133 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
134  configure.lineno config.status.lineno
135 mkinstalldirs = $(install_sh) -d
136 CONFIG_HEADER = config.h
137 CONFIG_CLEAN_FILES = fontconfig.pc fontconfig-zip
138 CONFIG_CLEAN_VPATH_FILES =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo "  GEN     " $@;
146 am__v_GEN_1 = 
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 = 
151 SOURCES =
152 DIST_SOURCES =
153 RECURSIVE_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
161 am__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
166 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
167 am__vpath_adj = case $$p in \
168     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
169     *) f=$$p;; \
170   esac;
171 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
172 am__install_max = 40
173 am__nobase_strip_setup = \
174   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
175 am__nobase_strip = \
176   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
177 am__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] }'
184 am__base_list = \
185   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
186   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
187 am__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   }
193 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"
194 DATA = $(pkgconfig_DATA) $(xml_DATA)
195 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
196   distclean-recursive maintainer-clean-recursive
197 am__recursive_targets = \
198   $(RECURSIVE_TARGETS) \
199   $(RECURSIVE_CLEAN_TARGETS) \
200   $(am__extra_recursive_targets)
201 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
202         cscope distdir distdir-am dist dist-all distcheck
203 am__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.
208 am__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.
216 am__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)`
221 DIST_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
224 am__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
229 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230 distdir = $(PACKAGE)-$(VERSION)
231 top_distdir = $(distdir)
232 am__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
238 am__post_remove_distdir = $(am__remove_distdir)
239 am__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"
264 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
265 GZIP_ENV = --best
266 DIST_TARGETS = dist-xz dist-gzip
267 # Exists only to be overridden by the user if desired.
268 AM_DISTCHECK_DVI_TARGET = dvi
269 distuninstallcheck_listfiles = find . -type f -print
270 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
271   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
272 distcleancheck_listfiles = find . -type f -print
273 ACLOCAL = @ACLOCAL@
274 AMTAR = @AMTAR@
275 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
276 AR = @AR@
277 AS = @AS@
278 AUTOCONF = @AUTOCONF@
279 AUTOHEADER = @AUTOHEADER@
280 AUTOMAKE = @AUTOMAKE@
281 AWK = @AWK@
282 BASECONFIGDIR = @BASECONFIGDIR@
283 CC = @CC@
284 CCDEPMODE = @CCDEPMODE@
285 CC_FOR_BUILD = @CC_FOR_BUILD@
286 CFLAGS = @CFLAGS@
287 CONFIGDIR = @CONFIGDIR@
288 CPP = @CPP@
289 CPPFLAGS = @CPPFLAGS@
290 CSCOPE = @CSCOPE@
291 CTAGS = @CTAGS@
292 CYGPATH_W = @CYGPATH_W@
293 DEFS = @DEFS@
294 DEPDIR = @DEPDIR@
295 DLLTOOL = @DLLTOOL@
296 DOCMAN3 = @DOCMAN3@
297 DSYMUTIL = @DSYMUTIL@
298 DUMPBIN = @DUMPBIN@
299 ECHO_C = @ECHO_C@
300 ECHO_N = @ECHO_N@
301 ECHO_T = @ECHO_T@
302 EGREP = @EGREP@
303 ETAGS = @ETAGS@
304 EXEEXT = @EXEEXT@
305 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
306 EXPAT_CFLAGS = @EXPAT_CFLAGS@
307 EXPAT_LIBS = @EXPAT_LIBS@
308 FC_ADD_FONTS = @FC_ADD_FONTS@
309 FC_CACHEDIR = @FC_CACHEDIR@
310 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
311 FC_FONTDATE = @FC_FONTDATE@
312 FC_FONTPATH = @FC_FONTPATH@
313 FGREP = @FGREP@
314 FILECMD = @FILECMD@
315 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
316 FREETYPE_LIBS = @FREETYPE_LIBS@
317 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
318 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
319 GIT = @GIT@
320 GMSGFMT = @GMSGFMT@
321 GMSGFMT_015 = @GMSGFMT_015@
322 GPERF = @GPERF@
323 GREP = @GREP@
324 HASDOCBOOK = @HASDOCBOOK@
325 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
326 ICONV_CFLAGS = @ICONV_CFLAGS@
327 ICONV_LIBS = @ICONV_LIBS@
328 INSTALL = @INSTALL@
329 INSTALL_DATA = @INSTALL_DATA@
330 INSTALL_PROGRAM = @INSTALL_PROGRAM@
331 INSTALL_SCRIPT = @INSTALL_SCRIPT@
332 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
333 INTLLIBS = @INTLLIBS@
334 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
335 JSONC_CFLAGS = @JSONC_CFLAGS@
336 JSONC_LIBS = @JSONC_LIBS@
337 LD = @LD@
338 LDFLAGS = @LDFLAGS@
339 LIBICONV = @LIBICONV@
340 LIBINTL = @LIBINTL@
341 LIBOBJS = @LIBOBJS@
342 LIBS = @LIBS@
343 LIBTOOL = @LIBTOOL@
344 LIBT_CURRENT = @LIBT_CURRENT@
345 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
346 LIBT_REVISION = @LIBT_REVISION@
347 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
348 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
349 LIBXML2_LIBS = @LIBXML2_LIBS@
350 LIPO = @LIPO@
351 LN_S = @LN_S@
352 LTLIBICONV = @LTLIBICONV@
353 LTLIBINTL = @LTLIBINTL@
354 LTLIBOBJS = @LTLIBOBJS@
355 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
356 MAKEINFO = @MAKEINFO@
357 MANIFEST_TOOL = @MANIFEST_TOOL@
358 MKDIR_P = @MKDIR_P@
359 MSGFMT = @MSGFMT@
360 MSGFMT_015 = @MSGFMT_015@
361 MSGMERGE = @MSGMERGE@
362 NM = @NM@
363 NMEDIT = @NMEDIT@
364 OBJDUMP = @OBJDUMP@
365 OBJEXT = @OBJEXT@
366 OTOOL = @OTOOL@
367 OTOOL64 = @OTOOL64@
368 PACKAGE = @PACKAGE@
369 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
370 PACKAGE_NAME = @PACKAGE_NAME@
371 PACKAGE_STRING = @PACKAGE_STRING@
372 PACKAGE_TARNAME = @PACKAGE_TARNAME@
373 PACKAGE_URL = @PACKAGE_URL@
374 PACKAGE_VERSION = @PACKAGE_VERSION@
375 PATH_SEPARATOR = @PATH_SEPARATOR@
376 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
377 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
378 PKG_CONFIG = @PKG_CONFIG@
379 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
380 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
381 PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@
382 PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@
383 POSUB = @POSUB@
384 PREFERRED_HINTING = @PREFERRED_HINTING@
385 PREFERRED_SUB_PIXEL_RENDERING = @PREFERRED_SUB_PIXEL_RENDERING@
386 PTHREAD_CC = @PTHREAD_CC@
387 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
388 PTHREAD_LIBS = @PTHREAD_LIBS@
389 PYTHON = @PYTHON@
390 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
391 PYTHON_PLATFORM = @PYTHON_PLATFORM@
392 PYTHON_PREFIX = @PYTHON_PREFIX@
393 PYTHON_VERSION = @PYTHON_VERSION@
394 RANLIB = @RANLIB@
395 RM = @RM@
396 SED = @SED@
397 SET_MAKE = @SET_MAKE@
398 SHELL = @SHELL@
399 STRIP = @STRIP@
400 TEMPLATEDIR = @TEMPLATEDIR@
401 USE_NLS = @USE_NLS@
402 VERSION = @VERSION@
403 WARN_CFLAGS = @WARN_CFLAGS@
404 XGETTEXT = @XGETTEXT@
405 XGETTEXT_015 = @XGETTEXT_015@
406 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
407 XMLDIR = @XMLDIR@
408 abs_builddir = @abs_builddir@
409 abs_srcdir = @abs_srcdir@
410 abs_top_builddir = @abs_top_builddir@
411 abs_top_srcdir = @abs_top_srcdir@
412 ac_ct_AR = @ac_ct_AR@
413 ac_ct_CC = @ac_ct_CC@
414 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
415 am__include = @am__include@
416 am__leading_dot = @am__leading_dot@
417 am__quote = @am__quote@
418 am__tar = @am__tar@
419 am__untar = @am__untar@
420 ax_pthread_config = @ax_pthread_config@
421 bindir = @bindir@
422 build = @build@
423 build_alias = @build_alias@
424 build_cpu = @build_cpu@
425 build_os = @build_os@
426 build_vendor = @build_vendor@
427 builddir = @builddir@
428 datadir = @datadir@
429 datarootdir = @datarootdir@
430 docdir = @docdir@
431 dvidir = @dvidir@
432 exec_prefix = @exec_prefix@
433 fc_cachedir = @fc_cachedir@
434 host = @host@
435 host_alias = @host_alias@
436 host_cpu = @host_cpu@
437 host_os = @host_os@
438 host_vendor = @host_vendor@
439 htmldir = @htmldir@
440 includedir = @includedir@
441 infodir = @infodir@
442 install_sh = @install_sh@
443 libdir = @libdir@
444 libexecdir = @libexecdir@
445 localedir = @localedir@
446 localstatedir = @localstatedir@
447 mandir = @mandir@
448 mkdir_p = @mkdir_p@
449 ms_librarian = @ms_librarian@
450 oldincludedir = @oldincludedir@
451 pdfdir = @pdfdir@
452 pkgconfigdir = @pkgconfigdir@
453 pkgpyexecdir = @pkgpyexecdir@
454 pkgpythondir = @pkgpythondir@
455 prefix = @prefix@
456 program_transform_name = @program_transform_name@
457 psdir = @psdir@
458 pyexecdir = @pyexecdir@
459 pythondir = @pythondir@
460 runstatedir = @runstatedir@
461 sbindir = @sbindir@
462 sharedstatedir = @sharedstatedir@
463 srcdir = @srcdir@
464 sysconfdir = @sysconfdir@
465 target_alias = @target_alias@
466 top_build_prefix = @top_build_prefix@
467 top_builddir = @top_builddir@
468 top_srcdir = @top_srcdir@
469 SUBDIRS = 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)
472 ACLOCAL_AMFLAGS = -I m4
473 MESON_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
492 EXTRA_DIST = config.rpath fontconfig.pc.in fonts.conf.in fonts.dtd \
493         fontconfig-zip.in config-fixups.h $(MESON_FILES) ChangeLog
494 CLEANFILES = fonts.conf
495 DISTCLEANFILES = config.cache doltcompile
496
497 # Creating ChangeLog from git log:
498 MAINTAINERCLEANFILES = $(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
505 pkgconfig_DATA = fontconfig.pc
506 baseconfigdir = $(BASECONFIGDIR)
507 configdir = $(CONFIGDIR)
508 xmldir = $(XMLDIR)
509 xml_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)"
512 FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR))
513 DISTCHECK_CONFIGURE_FLAGS = 
514 all: config.h
515         $(MAKE) $(AM_MAKEFLAGS) all-recursive
516
517 .SUFFIXES:
518 am--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
533 Makefile: $(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
552 config.h: stamp-h1
553         @test -f $@ || rm -f stamp-h1
554         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
555
556 stamp-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
564 distclean-hdr:
565         -rm -f config.h stamp-h1
566 fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in
567         cd $(top_builddir) && $(SHELL) ./config.status $@
568 fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in
569         cd $(top_builddir) && $(SHELL) ./config.status $@
570
571 mostlyclean-libtool:
572         -rm -f *.lo
573
574 clean-libtool:
575         -rm -rf .libs _libs
576
577 distclean-libtool:
578         -rm -f libtool config.lt
579 install-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
595 uninstall-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)
600 install-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
616 uninstall-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
656 ID: $(am__tagged_files)
657         $(am__define_uniq_tagged_files); mkid -fID $$unique
658 tags: tags-recursive
659 TAGS: tags
660
661 tags-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
689 ctags: ctags-recursive
690
691 CTAGS: ctags
692 ctags-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
698 GTAGS:
699         here=`$(am__cd) $(top_builddir) && pwd` \
700           && $(am__cd) $(top_srcdir) \
701           && gtags -i $(GTAGS_ARGS) "$$here"
702 cscope: cscope.files
703         test ! -s cscope.files \
704           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
705 clean-cscope:
706         -rm -f cscope.files
707 cscope.files: clean-cscope cscopelist
708 cscopelist: cscopelist-recursive
709
710 cscopelist-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
724 distclean-tags:
725         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
726         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
727 distdir: $(BUILT_SOURCES)
728         $(MAKE) $(AM_MAKEFLAGS) distdir-am
729
730 distdir-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)"
794 dist-gzip: distdir
795         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
796         $(am__post_remove_distdir)
797
798 dist-bzip2: distdir
799         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
800         $(am__post_remove_distdir)
801
802 dist-lzip: distdir
803         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
804         $(am__post_remove_distdir)
805 dist-xz: distdir
806         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
807         $(am__post_remove_distdir)
808
809 dist-zstd: distdir
810         tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
811         $(am__post_remove_distdir)
812
813 dist-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
820 dist-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
827 dist-zip: distdir
828         -rm -f $(distdir).zip
829         zip -rq $(distdir).zip $(distdir)
830         $(am__post_remove_distdir)
831
832 dist 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.
839 distcheck: 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'
897 distuninstallcheck:
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
914 distcleancheck: 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
923 check-am: all-am
924 check: check-recursive
925 all-am: Makefile $(DATA) config.h all-local
926 installdirs: installdirs-recursive
927 installdirs-am:
928         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \
929           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
930         done
931 install: install-recursive
932 install-exec: install-exec-recursive
933 install-data: install-data-recursive
934 uninstall: uninstall-recursive
935
936 install-am: all-am
937         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
938
939 installcheck: installcheck-recursive
940 install-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
950 mostlyclean-generic:
951
952 clean-generic:
953         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
954
955 distclean-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
960 maintainer-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)
964 clean: clean-recursive
965
966 clean-am: clean-generic clean-libtool mostlyclean-am
967
968 distclean: distclean-recursive
969         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
970         -rm -f Makefile
971 distclean-am: clean-am distclean-generic distclean-hdr \
972         distclean-libtool distclean-tags
973
974 dvi: dvi-recursive
975
976 dvi-am:
977
978 html: html-recursive
979
980 html-am:
981
982 info: info-recursive
983
984 info-am:
985
986 install-data-am: install-data-local install-pkgconfigDATA \
987         install-xmlDATA
988
989 install-dvi: install-dvi-recursive
990
991 install-dvi-am:
992
993 install-exec-am:
994
995 install-html: install-html-recursive
996
997 install-html-am:
998
999 install-info: install-info-recursive
1000
1001 install-info-am:
1002
1003 install-man:
1004
1005 install-pdf: install-pdf-recursive
1006
1007 install-pdf-am:
1008
1009 install-ps: install-ps-recursive
1010
1011 install-ps-am:
1012
1013 installcheck-am:
1014
1015 maintainer-clean: maintainer-clean-recursive
1016         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1017         -rm -rf $(top_srcdir)/autom4te.cache
1018         -rm -f Makefile
1019 maintainer-clean-am: distclean-am maintainer-clean-generic
1020
1021 mostlyclean: mostlyclean-recursive
1022
1023 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1024
1025 pdf: pdf-recursive
1026
1027 pdf-am:
1028
1029 ps: ps-recursive
1030
1031 ps-am:
1032
1033 uninstall-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
1059 ChangeLog: $(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
1075 fonts.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
1086 install-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
1110 uninstall-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
1123 debuild debuild-signed: debuild-dirs
1124         (cd $(distdir)/debian && debuild)
1125
1126 debuild-unsigned: debuild-dirs
1127         (cd $(distdir)/debian && debuild -us -uc)
1128
1129 debuild-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
1135 check-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
1143 all-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: