Add smack rules for default font config pathes.
[platform/upstream/fontconfig.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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.spec 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) \
204         $(LISP)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 ETAGS = etags
222 CTAGS = ctags
223 CSCOPE = cscope
224 DIST_SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat \
225         fc-conflist fc-list fc-match fc-pattern fc-query fc-scan \
226         fc-validate conf.d its po po-conf test doc
227 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
228         $(srcdir)/fontconfig-zip.in $(srcdir)/fontconfig.pc.in \
229         $(srcdir)/fontconfig.spec.in ABOUT-NLS AUTHORS COPYING \
230         ChangeLog INSTALL NEWS README compile config.guess \
231         config.rpath config.sub depcomp install-sh ltmain.sh missing
232 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233 distdir = $(PACKAGE)-$(VERSION)
234 top_distdir = $(distdir)
235 am__remove_distdir = \
236   if test -d "$(distdir)"; then \
237     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
238       && rm -rf "$(distdir)" \
239       || { sleep 5 && rm -rf "$(distdir)"; }; \
240   else :; fi
241 am__post_remove_distdir = $(am__remove_distdir)
242 am__relativize = \
243   dir0=`pwd`; \
244   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
245   sed_rest='s,^[^/]*/*,,'; \
246   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
247   sed_butlast='s,/*[^/]*$$,,'; \
248   while test -n "$$dir1"; do \
249     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
250     if test "$$first" != "."; then \
251       if test "$$first" = ".."; then \
252         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
253         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
254       else \
255         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
256         if test "$$first2" = "$$first"; then \
257           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
258         else \
259           dir2="../$$dir2"; \
260         fi; \
261         dir0="$$dir0"/"$$first"; \
262       fi; \
263     fi; \
264     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
265   done; \
266   reldir="$$dir2"
267 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
268 GZIP_ENV = --best
269 DIST_TARGETS = dist-bzip2 dist-gzip
270 distuninstallcheck_listfiles = find . -type f -print
271 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
272   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
273 distcleancheck_listfiles = find . -type f -print
274 ACLOCAL = @ACLOCAL@
275 AMTAR = @AMTAR@
276 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
277 AR = @AR@
278 AS = @AS@
279 AUTOCONF = @AUTOCONF@
280 AUTOHEADER = @AUTOHEADER@
281 AUTOMAKE = @AUTOMAKE@
282 AWK = @AWK@
283 BASECONFIGDIR = @BASECONFIGDIR@
284 CC = @CC@
285 CCDEPMODE = @CCDEPMODE@
286 CC_FOR_BUILD = @CC_FOR_BUILD@
287 CFLAGS = @CFLAGS@
288 CONFIGDIR = @CONFIGDIR@
289 CPP = @CPP@
290 CPPFLAGS = @CPPFLAGS@
291 CYGPATH_W = @CYGPATH_W@
292 DEFS = @DEFS@
293 DEPDIR = @DEPDIR@
294 DLLTOOL = @DLLTOOL@
295 DOCMAN3 = @DOCMAN3@
296 DSYMUTIL = @DSYMUTIL@
297 DUMPBIN = @DUMPBIN@
298 ECHO_C = @ECHO_C@
299 ECHO_N = @ECHO_N@
300 ECHO_T = @ECHO_T@
301 EGREP = @EGREP@
302 EXEEXT = @EXEEXT@
303 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
304 EXPAT_CFLAGS = @EXPAT_CFLAGS@
305 EXPAT_LIBS = @EXPAT_LIBS@
306 FC_ADD_FONTS = @FC_ADD_FONTS@
307 FC_CACHEDIR = @FC_CACHEDIR@
308 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
309 FC_FONTDATE = @FC_FONTDATE@
310 FC_FONTPATH = @FC_FONTPATH@
311 FGREP = @FGREP@
312 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
313 FREETYPE_LIBS = @FREETYPE_LIBS@
314 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
315 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
316 GIT = @GIT@
317 GMSGFMT = @GMSGFMT@
318 GMSGFMT_015 = @GMSGFMT_015@
319 GPERF = @GPERF@
320 GREP = @GREP@
321 HASDOCBOOK = @HASDOCBOOK@
322 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
323 ICONV_CFLAGS = @ICONV_CFLAGS@
324 ICONV_LIBS = @ICONV_LIBS@
325 INSTALL = @INSTALL@
326 INSTALL_DATA = @INSTALL_DATA@
327 INSTALL_PROGRAM = @INSTALL_PROGRAM@
328 INSTALL_SCRIPT = @INSTALL_SCRIPT@
329 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330 INTLLIBS = @INTLLIBS@
331 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
332 JSONC_CFLAGS = @JSONC_CFLAGS@
333 JSONC_LIBS = @JSONC_LIBS@
334 LD = @LD@
335 LDFLAGS = @LDFLAGS@
336 LIBICONV = @LIBICONV@
337 LIBINTL = @LIBINTL@
338 LIBOBJS = @LIBOBJS@
339 LIBS = @LIBS@
340 LIBTOOL = @LIBTOOL@
341 LIBT_CURRENT = @LIBT_CURRENT@
342 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
343 LIBT_REVISION = @LIBT_REVISION@
344 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
345 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
346 LIBXML2_LIBS = @LIBXML2_LIBS@
347 LIPO = @LIPO@
348 LN_S = @LN_S@
349 LTLIBICONV = @LTLIBICONV@
350 LTLIBINTL = @LTLIBINTL@
351 LTLIBOBJS = @LTLIBOBJS@
352 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
353 MAKEINFO = @MAKEINFO@
354 MANIFEST_TOOL = @MANIFEST_TOOL@
355 MKDIR_P = @MKDIR_P@
356 MSGFMT = @MSGFMT@
357 MSGFMT_015 = @MSGFMT_015@
358 MSGMERGE = @MSGMERGE@
359 NM = @NM@
360 NMEDIT = @NMEDIT@
361 OBJDUMP = @OBJDUMP@
362 OBJEXT = @OBJEXT@
363 OTOOL = @OTOOL@
364 OTOOL64 = @OTOOL64@
365 PACKAGE = @PACKAGE@
366 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
367 PACKAGE_NAME = @PACKAGE_NAME@
368 PACKAGE_STRING = @PACKAGE_STRING@
369 PACKAGE_TARNAME = @PACKAGE_TARNAME@
370 PACKAGE_URL = @PACKAGE_URL@
371 PACKAGE_VERSION = @PACKAGE_VERSION@
372 PATH_SEPARATOR = @PATH_SEPARATOR@
373 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
374 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
375 PKG_CONFIG = @PKG_CONFIG@
376 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
377 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
378 PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@
379 PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@
380 POSUB = @POSUB@
381 PREFERRED_HINTING = @PREFERRED_HINTING@
382 PTHREAD_CC = @PTHREAD_CC@
383 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
384 PTHREAD_LIBS = @PTHREAD_LIBS@
385 RANLIB = @RANLIB@
386 RM = @RM@
387 SED = @SED@
388 SET_MAKE = @SET_MAKE@
389 SHELL = @SHELL@
390 STRIP = @STRIP@
391 TEMPLATEDIR = @TEMPLATEDIR@
392 USE_NLS = @USE_NLS@
393 UUID_CFLAGS = @UUID_CFLAGS@
394 UUID_LIBS = @UUID_LIBS@
395 VERSION = @VERSION@
396 WARN_CFLAGS = @WARN_CFLAGS@
397 XGETTEXT = @XGETTEXT@
398 XGETTEXT_015 = @XGETTEXT_015@
399 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
400 XMLDIR = @XMLDIR@
401 abs_builddir = @abs_builddir@
402 abs_srcdir = @abs_srcdir@
403 abs_top_builddir = @abs_top_builddir@
404 abs_top_srcdir = @abs_top_srcdir@
405 ac_ct_AR = @ac_ct_AR@
406 ac_ct_CC = @ac_ct_CC@
407 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
408 am__include = @am__include@
409 am__leading_dot = @am__leading_dot@
410 am__quote = @am__quote@
411 am__tar = @am__tar@
412 am__untar = @am__untar@
413 ax_pthread_config = @ax_pthread_config@
414 bindir = @bindir@
415 build = @build@
416 build_alias = @build_alias@
417 build_cpu = @build_cpu@
418 build_os = @build_os@
419 build_vendor = @build_vendor@
420 builddir = @builddir@
421 datadir = @datadir@
422 datarootdir = @datarootdir@
423 docdir = @docdir@
424 dvidir = @dvidir@
425 exec_prefix = @exec_prefix@
426 fc_cachedir = @fc_cachedir@
427 host = @host@
428 host_alias = @host_alias@
429 host_cpu = @host_cpu@
430 host_os = @host_os@
431 host_vendor = @host_vendor@
432 htmldir = @htmldir@
433 includedir = @includedir@
434 infodir = @infodir@
435 install_sh = @install_sh@
436 libdir = @libdir@
437 libexecdir = @libexecdir@
438 localedir = @localedir@
439 localstatedir = @localstatedir@
440 mandir = @mandir@
441 mkdir_p = @mkdir_p@
442 ms_librarian = @ms_librarian@
443 oldincludedir = @oldincludedir@
444 pdfdir = @pdfdir@
445 pkgconfigdir = @pkgconfigdir@
446 prefix = @prefix@
447 program_transform_name = @program_transform_name@
448 psdir = @psdir@
449 sbindir = @sbindir@
450 sharedstatedir = @sharedstatedir@
451 srcdir = @srcdir@
452 sysconfdir = @sysconfdir@
453 target_alias = @target_alias@
454 top_build_prefix = @top_build_prefix@
455 top_builddir = @top_builddir@
456 top_srcdir = @top_srcdir@
457 SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat fc-conflist \
458         fc-list fc-match fc-pattern fc-query fc-scan fc-validate \
459         conf.d its po po-conf test $(am__append_1)
460 ACLOCAL_AMFLAGS = -I m4
461 EXTRA_DIST = config.rpath fontconfig.pc.in fonts.conf.in fonts.dtd \
462         fontconfig.spec.in fontconfig.spec fontconfig-zip.in \
463         config-fixups.h ChangeLog
464 CLEANFILES = fonts.conf
465 DISTCLEANFILES = config.cache doltcompile
466
467 # Creating ChangeLog from git log:
468 MAINTAINERCLEANFILES = $(srcdir)/aclocal.m4 $(srcdir)/autoscan.log \
469         $(srcdir)/compile $(srcdir)/config.guess $(srcdir)/config.h.in \
470         $(srcdir)/config.sub $(srcdir)/configure.scan \
471         $(srcdir)/depcomp $(srcdir)/install-sh $(srcdir)/ltmain.sh \
472         $(srcdir)/missing $(srcdir)/mkinstalldirs \
473         $(srcdir)/test-driver `find "$(srcdir)" -type f -name \
474         Makefile.in -print` $(srcdir)/ChangeLog
475 pkgconfig_DATA = fontconfig.pc
476 baseconfigdir = $(BASECONFIGDIR)
477 configdir = $(CONFIGDIR)
478 xmldir = $(XMLDIR)
479 xml_DATA = fonts.dtd
480 @CROSS_COMPILING_FALSE@RUN_FC_CACHE_TEST = test -z "$(DESTDIR)"
481 @CROSS_COMPILING_TRUE@RUN_FC_CACHE_TEST = false
482 FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR))
483 DISTCHECK_CONFIGURE_FLAGS = 
484 all: config.h
485         $(MAKE) $(AM_MAKEFLAGS) all-recursive
486
487 .SUFFIXES:
488 am--refresh: Makefile
489         @:
490 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
491         @for dep in $?; do \
492           case '$(am__configure_deps)' in \
493             *$$dep*) \
494               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
495               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
496                 && exit 0; \
497               exit 1;; \
498           esac; \
499         done; \
500         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
501         $(am__cd) $(top_srcdir) && \
502           $(AUTOMAKE) --gnu Makefile
503 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
504         @case '$?' in \
505           *config.status*) \
506             echo ' $(SHELL) ./config.status'; \
507             $(SHELL) ./config.status;; \
508           *) \
509             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
510             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
511         esac;
512
513 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
514         $(SHELL) ./config.status --recheck
515
516 $(top_srcdir)/configure:  $(am__configure_deps)
517         $(am__cd) $(srcdir) && $(AUTOCONF)
518 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
519         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
520 $(am__aclocal_m4_deps):
521
522 config.h: stamp-h1
523         @test -f $@ || rm -f stamp-h1
524         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
525
526 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
527         @rm -f stamp-h1
528         cd $(top_builddir) && $(SHELL) ./config.status config.h
529 $(srcdir)/config.h.in:  $(am__configure_deps) 
530         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
531         rm -f stamp-h1
532         touch $@
533
534 distclean-hdr:
535         -rm -f config.h stamp-h1
536 fontconfig.spec: $(top_builddir)/config.status $(srcdir)/fontconfig.spec.in
537         cd $(top_builddir) && $(SHELL) ./config.status $@
538 fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in
539         cd $(top_builddir) && $(SHELL) ./config.status $@
540 fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in
541         cd $(top_builddir) && $(SHELL) ./config.status $@
542
543 mostlyclean-libtool:
544         -rm -f *.lo
545
546 clean-libtool:
547         -rm -rf .libs _libs
548
549 distclean-libtool:
550         -rm -f libtool config.lt
551 install-pkgconfigDATA: $(pkgconfig_DATA)
552         @$(NORMAL_INSTALL)
553         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
554         if test -n "$$list"; then \
555           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
556           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
557         fi; \
558         for p in $$list; do \
559           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
560           echo "$$d$$p"; \
561         done | $(am__base_list) | \
562         while read files; do \
563           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
564           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
565         done
566
567 uninstall-pkgconfigDATA:
568         @$(NORMAL_UNINSTALL)
569         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
570         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
571         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
572 install-xmlDATA: $(xml_DATA)
573         @$(NORMAL_INSTALL)
574         @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
575         if test -n "$$list"; then \
576           echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \
577           $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \
578         fi; \
579         for p in $$list; do \
580           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
581           echo "$$d$$p"; \
582         done | $(am__base_list) | \
583         while read files; do \
584           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
585           $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
586         done
587
588 uninstall-xmlDATA:
589         @$(NORMAL_UNINSTALL)
590         @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
591         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
592         dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
593
594 # This directory's subdirectories are mostly independent; you can cd
595 # into them and run 'make' without going through this Makefile.
596 # To change the values of 'make' variables: instead of editing Makefiles,
597 # (1) if the variable is set in 'config.status', edit 'config.status'
598 #     (which will cause the Makefiles to be regenerated when you run 'make');
599 # (2) otherwise, pass the desired values on the 'make' command line.
600 $(am__recursive_targets):
601         @fail=; \
602         if $(am__make_keepgoing); then \
603           failcom='fail=yes'; \
604         else \
605           failcom='exit 1'; \
606         fi; \
607         dot_seen=no; \
608         target=`echo $@ | sed s/-recursive//`; \
609         case "$@" in \
610           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
611           *) list='$(SUBDIRS)' ;; \
612         esac; \
613         for subdir in $$list; do \
614           echo "Making $$target in $$subdir"; \
615           if test "$$subdir" = "."; then \
616             dot_seen=yes; \
617             local_target="$$target-am"; \
618           else \
619             local_target="$$target"; \
620           fi; \
621           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
622           || eval $$failcom; \
623         done; \
624         if test "$$dot_seen" = "no"; then \
625           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
626         fi; test -z "$$fail"
627
628 ID: $(am__tagged_files)
629         $(am__define_uniq_tagged_files); mkid -fID $$unique
630 tags: tags-recursive
631 TAGS: tags
632
633 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
634         set x; \
635         here=`pwd`; \
636         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
637           include_option=--etags-include; \
638           empty_fix=.; \
639         else \
640           include_option=--include; \
641           empty_fix=; \
642         fi; \
643         list='$(SUBDIRS)'; for subdir in $$list; do \
644           if test "$$subdir" = .; then :; else \
645             test ! -f $$subdir/TAGS || \
646               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
647           fi; \
648         done; \
649         $(am__define_uniq_tagged_files); \
650         shift; \
651         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
652           test -n "$$unique" || unique=$$empty_fix; \
653           if test $$# -gt 0; then \
654             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655               "$$@" $$unique; \
656           else \
657             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658               $$unique; \
659           fi; \
660         fi
661 ctags: ctags-recursive
662
663 CTAGS: ctags
664 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
665         $(am__define_uniq_tagged_files); \
666         test -z "$(CTAGS_ARGS)$$unique" \
667           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
668              $$unique
669
670 GTAGS:
671         here=`$(am__cd) $(top_builddir) && pwd` \
672           && $(am__cd) $(top_srcdir) \
673           && gtags -i $(GTAGS_ARGS) "$$here"
674 cscope: cscope.files
675         test ! -s cscope.files \
676           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
677 clean-cscope:
678         -rm -f cscope.files
679 cscope.files: clean-cscope cscopelist
680 cscopelist: cscopelist-recursive
681
682 cscopelist-am: $(am__tagged_files)
683         list='$(am__tagged_files)'; \
684         case "$(srcdir)" in \
685           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
686           *) sdir=$(subdir)/$(srcdir) ;; \
687         esac; \
688         for i in $$list; do \
689           if test -f "$$i"; then \
690             echo "$(subdir)/$$i"; \
691           else \
692             echo "$$sdir/$$i"; \
693           fi; \
694         done >> $(top_builddir)/cscope.files
695
696 distclean-tags:
697         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
698         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
699
700 distdir: $(BUILT_SOURCES)
701         $(MAKE) $(AM_MAKEFLAGS) distdir-am
702
703 distdir-am: $(DISTFILES)
704         $(am__remove_distdir)
705         test -d "$(distdir)" || mkdir "$(distdir)"
706         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
707         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
708         list='$(DISTFILES)'; \
709           dist_files=`for file in $$list; do echo $$file; done | \
710           sed -e "s|^$$srcdirstrip/||;t" \
711               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
712         case $$dist_files in \
713           */*) $(MKDIR_P) `echo "$$dist_files" | \
714                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
715                            sort -u` ;; \
716         esac; \
717         for file in $$dist_files; do \
718           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
719           if test -d $$d/$$file; then \
720             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
721             if test -d "$(distdir)/$$file"; then \
722               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
723             fi; \
724             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
725               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
726               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
727             fi; \
728             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
729           else \
730             test -f "$(distdir)/$$file" \
731             || cp -p $$d/$$file "$(distdir)/$$file" \
732             || exit 1; \
733           fi; \
734         done
735         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
736           if test "$$subdir" = .; then :; else \
737             $(am__make_dryrun) \
738               || test -d "$(distdir)/$$subdir" \
739               || $(MKDIR_P) "$(distdir)/$$subdir" \
740               || exit 1; \
741             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
742             $(am__relativize); \
743             new_distdir=$$reldir; \
744             dir1=$$subdir; dir2="$(top_distdir)"; \
745             $(am__relativize); \
746             new_top_distdir=$$reldir; \
747             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
748             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
749             ($(am__cd) $$subdir && \
750               $(MAKE) $(AM_MAKEFLAGS) \
751                 top_distdir="$$new_top_distdir" \
752                 distdir="$$new_distdir" \
753                 am__remove_distdir=: \
754                 am__skip_length_check=: \
755                 am__skip_mode_fix=: \
756                 distdir) \
757               || exit 1; \
758           fi; \
759         done
760         -test -n "$(am__skip_mode_fix)" \
761         || find "$(distdir)" -type d ! -perm -755 \
762                 -exec chmod u+rwx,go+rx {} \; -o \
763           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
764           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
765           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
766         || chmod -R a+r "$(distdir)"
767 dist-gzip: distdir
768         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
769         $(am__post_remove_distdir)
770 dist-bzip2: distdir
771         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
772         $(am__post_remove_distdir)
773
774 dist-lzip: distdir
775         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
776         $(am__post_remove_distdir)
777
778 dist-xz: distdir
779         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
780         $(am__post_remove_distdir)
781
782 dist-tarZ: distdir
783         @echo WARNING: "Support for distribution archives compressed with" \
784                        "legacy program 'compress' is deprecated." >&2
785         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
786         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
787         $(am__post_remove_distdir)
788
789 dist-shar: distdir
790         @echo WARNING: "Support for shar distribution archives is" \
791                        "deprecated." >&2
792         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
793         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
794         $(am__post_remove_distdir)
795
796 dist-zip: distdir
797         -rm -f $(distdir).zip
798         zip -rq $(distdir).zip $(distdir)
799         $(am__post_remove_distdir)
800
801 dist dist-all:
802         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
803         $(am__post_remove_distdir)
804
805 # This target untars the dist file and tries a VPATH configuration.  Then
806 # it guarantees that the distribution is self-contained by making another
807 # tarfile.
808 distcheck: dist
809         case '$(DIST_ARCHIVES)' in \
810         *.tar.gz*) \
811           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
812         *.tar.bz2*) \
813           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
814         *.tar.lz*) \
815           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
816         *.tar.xz*) \
817           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
818         *.tar.Z*) \
819           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
820         *.shar.gz*) \
821           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
822         *.zip*) \
823           unzip $(distdir).zip ;;\
824         esac
825         chmod -R a-w $(distdir)
826         chmod u+w $(distdir)
827         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
828         chmod a-w $(distdir)
829         test -d $(distdir)/_build || exit 0; \
830         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
831           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
832           && am__cwd=`pwd` \
833           && $(am__cd) $(distdir)/_build/sub \
834           && ../../configure \
835             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
836             $(DISTCHECK_CONFIGURE_FLAGS) \
837             --srcdir=../.. --prefix="$$dc_install_base" \
838           && $(MAKE) $(AM_MAKEFLAGS) \
839           && $(MAKE) $(AM_MAKEFLAGS) dvi \
840           && $(MAKE) $(AM_MAKEFLAGS) check \
841           && $(MAKE) $(AM_MAKEFLAGS) install \
842           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
843           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
844           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
845                 distuninstallcheck \
846           && chmod -R a-w "$$dc_install_base" \
847           && ({ \
848                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
849                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
850                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
851                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
852                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
853               } || { rm -rf "$$dc_destdir"; exit 1; }) \
854           && rm -rf "$$dc_destdir" \
855           && $(MAKE) $(AM_MAKEFLAGS) dist \
856           && rm -rf $(DIST_ARCHIVES) \
857           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
858           && cd "$$am__cwd" \
859           || exit 1
860         $(am__post_remove_distdir)
861         @(echo "$(distdir) archives ready for distribution: "; \
862           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
863           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
864 distuninstallcheck:
865         @test -n '$(distuninstallcheck_dir)' || { \
866           echo 'ERROR: trying to run $@ with an empty' \
867                '$$(distuninstallcheck_dir)' >&2; \
868           exit 1; \
869         }; \
870         $(am__cd) '$(distuninstallcheck_dir)' || { \
871           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
872           exit 1; \
873         }; \
874         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
875            || { echo "ERROR: files left after uninstall:" ; \
876                 if test -n "$(DESTDIR)"; then \
877                   echo "  (check DESTDIR support)"; \
878                 fi ; \
879                 $(distuninstallcheck_listfiles) ; \
880                 exit 1; } >&2
881 distcleancheck: distclean
882         @if test '$(srcdir)' = . ; then \
883           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
884           exit 1 ; \
885         fi
886         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
887           || { echo "ERROR: files left in build directory after distclean:" ; \
888                $(distcleancheck_listfiles) ; \
889                exit 1; } >&2
890 check-am: all-am
891 check: check-recursive
892 all-am: Makefile $(DATA) config.h
893 installdirs: installdirs-recursive
894 installdirs-am:
895         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \
896           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
897         done
898 install: install-recursive
899 install-exec: install-exec-recursive
900 install-data: install-data-recursive
901 uninstall: uninstall-recursive
902
903 install-am: all-am
904         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
905
906 installcheck: installcheck-recursive
907 install-strip:
908         if test -z '$(STRIP)'; then \
909           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
910             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
911               install; \
912         else \
913           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
914             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
915             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
916         fi
917 mostlyclean-generic:
918
919 clean-generic:
920         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
921
922 distclean-generic:
923         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
924         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
925         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
926
927 maintainer-clean-generic:
928         @echo "This command is intended for maintainers to use"
929         @echo "it deletes files that may require special tools to rebuild."
930         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
931 clean: clean-recursive
932
933 clean-am: clean-generic clean-libtool mostlyclean-am
934
935 distclean: distclean-recursive
936         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
937         -rm -f Makefile
938 distclean-am: clean-am distclean-generic distclean-hdr \
939         distclean-libtool distclean-tags
940
941 dvi: dvi-recursive
942
943 dvi-am:
944
945 html: html-recursive
946
947 html-am:
948
949 info: info-recursive
950
951 info-am:
952
953 install-data-am: install-data-local install-pkgconfigDATA \
954         install-xmlDATA
955
956 install-dvi: install-dvi-recursive
957
958 install-dvi-am:
959
960 install-exec-am:
961
962 install-html: install-html-recursive
963
964 install-html-am:
965
966 install-info: install-info-recursive
967
968 install-info-am:
969
970 install-man:
971
972 install-pdf: install-pdf-recursive
973
974 install-pdf-am:
975
976 install-ps: install-ps-recursive
977
978 install-ps-am:
979
980 installcheck-am:
981
982 maintainer-clean: maintainer-clean-recursive
983         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
984         -rm -rf $(top_srcdir)/autom4te.cache
985         -rm -f Makefile
986 maintainer-clean-am: distclean-am maintainer-clean-generic
987
988 mostlyclean: mostlyclean-recursive
989
990 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
991
992 pdf: pdf-recursive
993
994 pdf-am:
995
996 ps: ps-recursive
997
998 ps-am:
999
1000 uninstall-am: uninstall-local uninstall-pkgconfigDATA \
1001         uninstall-xmlDATA
1002
1003 .MAKE: $(am__recursive_targets) all install-am install-strip
1004
1005 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1006         am--refresh check check-am clean clean-cscope clean-generic \
1007         clean-libtool cscope cscopelist-am ctags ctags-am dist \
1008         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1009         dist-xz dist-zip distcheck distclean distclean-generic \
1010         distclean-hdr distclean-libtool distclean-tags distcleancheck \
1011         distdir distuninstallcheck dvi dvi-am html html-am info \
1012         info-am install install-am install-data install-data-am \
1013         install-data-local install-dvi install-dvi-am install-exec \
1014         install-exec-am install-html install-html-am install-info \
1015         install-info-am install-man install-pdf install-pdf-am \
1016         install-pkgconfigDATA install-ps install-ps-am install-strip \
1017         install-xmlDATA installcheck installcheck-am installdirs \
1018         installdirs-am maintainer-clean maintainer-clean-generic \
1019         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1020         ps ps-am tags tags-am uninstall uninstall-am uninstall-local \
1021         uninstall-pkgconfigDATA uninstall-xmlDATA
1022
1023 .PRECIOUS: Makefile
1024
1025 ChangeLog: $(srcdir)/ChangeLog
1026 $(srcdir)/ChangeLog:
1027         if test -d "$(srcdir)/.git"; then \
1028           (GIT_DIR=$(top_srcdir)/.git $(GIT) log --stat) | fmt --split-only > $@.tmp \
1029           && mv -f $@.tmp $@ \
1030           || ($(RM) $@.tmp; \
1031               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1032               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1033         else \
1034           test -f $@ || \
1035           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1036           echo A git checkout and git-log is required to generate this file >> $@); \
1037         fi
1038
1039 .PHONY: ChangeLog
1040
1041 fonts.conf: fonts.conf.in Makefile
1042         sed \
1043                 -e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \
1044                 -e 's,@FC_DEFAULT_FONTS\@,$(FC_DEFAULT_FONTS),g' \
1045                 -e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \
1046                 -e 's,@CONFIGDIR\@,$(FC_CONFIGDIR),g' \
1047                 -e 's,@PACKAGE\@,$(PACKAGE),g' \
1048                 -e 's,@VERSION\@,$(VERSION),g' \
1049                 $(srcdir)/$@.in > $@.tmp && \
1050         mv $@.tmp $@
1051
1052 install-data-local: fonts.conf
1053         $(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir)
1054         if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \
1055           echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1056           mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \
1057         fi
1058         if [ -f $(srcdir)/fonts.conf ]; then \
1059           echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1060           $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1061         else if [ -f fonts.conf ]; then \
1062           echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1063           $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1064         fi; fi
1065         @(if $(RUN_FC_CACHE_TEST); then \
1066             echo "fc-cache$(EXEEXT) -s -f -v"; \
1067             fc-cache/fc-cache$(EXEEXT) -s -f -v; \
1068         else \
1069             echo "***"; \
1070             echo "*** Warning: fonts.cache not built"; \
1071             echo "***"; \
1072             echo "*** Generate this file manually on host system using fc-cache"; \
1073             echo "***"; \
1074         fi)
1075
1076 uninstall-local:
1077         if [ -f $(srcdir)/fonts.conf ]; then \
1078           if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
1079              echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1080              $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1081           fi; \
1082         else if [ -f fonts.conf ]; then \
1083           if cmp -s fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
1084              echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1085              $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1086           fi; \
1087         fi; fi
1088
1089 debuild debuild-signed: debuild-dirs
1090         (cd $(distdir)/debian && debuild)
1091
1092 debuild-unsigned: debuild-dirs
1093         (cd $(distdir)/debian && debuild -us -uc)
1094
1095 debuild-dirs: distdir
1096         $(RM) $(PACKAGE)_$(VERSION).orig.tar.gz
1097         $(RM) -r $(distdir).orig
1098         cp -a $(distdir) $(distdir).orig
1099         $(RM) -r $(distdir).orig/debian
1100
1101 -include $(top_srcdir)/git.mk
1102
1103 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1104 # Otherwise a system limit (for SysV at least) may be exceeded.
1105 .NOEXPORT: