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