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