Upload tizen 2.0 beta source
[framework/graphics/fontconfig.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 #  fontconfig/Makefile.am
20
21 #  Copyright © 2003 Keith Packard
22
23 #  Permission to use, copy, modify, distribute, and sell this software and its
24 #  documentation for any purpose is hereby granted without fee, provided that
25 #  the above copyright notice appear in all copies and that both that
26 #  copyright notice and this permission notice appear in supporting
27 #  documentation, and that the name of the author(s) not be used in
28 #  advertising or publicity pertaining to distribution of the software without
29 #  specific, written prior permission.  The authors make no
30 #  representations about the suitability of this software for any purpose.  It
31 #  is provided "as is" without express or implied warranty.
32
33 #  THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
34 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
35 #  EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
36 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37 #  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39 #  PERFORMANCE OF THIS SOFTWARE.
40
41 VPATH = @srcdir@
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 pkglibdir = $(libdir)/@PACKAGE@
45 pkglibexecdir = $(libexecdir)/@PACKAGE@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 install_sh_DATA = $(install_sh) -c -m 644
48 install_sh_PROGRAM = $(install_sh) -c
49 install_sh_SCRIPT = $(install_sh) -c
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = $(program_transform_name)
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_triplet = @build@
59 host_triplet = @host@
60 subdir = .
61 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
63         $(srcdir)/fontconfig-zip.in $(srcdir)/fontconfig.pc.in \
64         $(srcdir)/fontconfig.spec.in $(top_srcdir)/configure AUTHORS \
65         COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
66         install-sh ltmain.sh missing
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 am__aclocal_m4_deps = $(top_srcdir)/configure.in
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72  configure.lineno config.status.lineno
73 mkinstalldirs = $(install_sh) -d
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES = fontconfig.spec fontconfig.pc fontconfig-zip
76 CONFIG_CLEAN_VPATH_FILES =
77 AM_V_GEN = $(am__v_GEN_$(V))
78 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
79 am__v_GEN_0 = @echo "  GEN   " $@;
80 AM_V_at = $(am__v_at_$(V))
81 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
82 am__v_at_0 = @
83 SOURCES =
84 DIST_SOURCES =
85 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86         html-recursive info-recursive install-data-recursive \
87         install-dvi-recursive install-exec-recursive \
88         install-html-recursive install-info-recursive \
89         install-pdf-recursive install-ps-recursive install-recursive \
90         installcheck-recursive installdirs-recursive pdf-recursive \
91         ps-recursive uninstall-recursive
92 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93 am__vpath_adj = case $$p in \
94     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95     *) f=$$p;; \
96   esac;
97 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98 am__install_max = 40
99 am__nobase_strip_setup = \
100   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101 am__nobase_strip = \
102   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103 am__nobase_list = $(am__nobase_strip_setup); \
104   for p in $$list; do echo "$$p $$p"; done | \
105   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107     if (++n[$$2] == $(am__install_max)) \
108       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109     END { for (dir in files) print dir, files[dir] }'
110 am__base_list = \
111   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113 am__installdirs = "$(DESTDIR)$(configdir)" "$(DESTDIR)$(pkgconfigdir)"
114 DATA = $(config_DATA) $(pkgconfig_DATA)
115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116   distclean-recursive maintainer-clean-recursive
117 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
118         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
119         distdir dist dist-all distcheck
120 ETAGS = etags
121 CTAGS = ctags
122 DIST_SUBDIRS = $(SUBDIRS)
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 distdir = $(PACKAGE)-$(VERSION)
125 top_distdir = $(distdir)
126 am__remove_distdir = \
127   { test ! -d "$(distdir)" \
128     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
129          && rm -fr "$(distdir)"; }; }
130 am__relativize = \
131   dir0=`pwd`; \
132   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
133   sed_rest='s,^[^/]*/*,,'; \
134   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
135   sed_butlast='s,/*[^/]*$$,,'; \
136   while test -n "$$dir1"; do \
137     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
138     if test "$$first" != "."; then \
139       if test "$$first" = ".."; then \
140         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
141         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
142       else \
143         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
144         if test "$$first2" = "$$first"; then \
145           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
146         else \
147           dir2="../$$dir2"; \
148         fi; \
149         dir0="$$dir0"/"$$first"; \
150       fi; \
151     fi; \
152     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
153   done; \
154   reldir="$$dir2"
155 DIST_ARCHIVES = $(distdir).tar.gz
156 GZIP_ENV = --best
157 distuninstallcheck_listfiles = find . -type f -print
158 distcleancheck_listfiles = find . -type f -print
159 ACLOCAL = @ACLOCAL@
160 AMTAR = @AMTAR@
161 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
162 AR = @AR@
163 AS = @AS@
164 AUTOCONF = @AUTOCONF@
165 AUTOHEADER = @AUTOHEADER@
166 AUTOMAKE = @AUTOMAKE@
167 AWK = @AWK@
168 CC = @CC@
169 CCDEPMODE = @CCDEPMODE@
170 CFLAGS = @CFLAGS@
171 CONFDIR = @CONFDIR@
172 CPP = @CPP@
173 CPPFLAGS = @CPPFLAGS@
174 CYGPATH_W = @CYGPATH_W@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 DLLTOOL = @DLLTOOL@
178 DOCMAN3 = @DOCMAN3@
179 DOCSRC = @DOCSRC@
180 DSYMUTIL = @DSYMUTIL@
181 DUMPBIN = @DUMPBIN@
182 ECHO_C = @ECHO_C@
183 ECHO_N = @ECHO_N@
184 ECHO_T = @ECHO_T@
185 EGREP = @EGREP@
186 EXEEXT = @EXEEXT@
187 EXPAT_CFLAGS = @EXPAT_CFLAGS@
188 EXPAT_LIBS = @EXPAT_LIBS@
189 FC_ADD_FONTS = @FC_ADD_FONTS@
190 FC_CACHEDIR = @FC_CACHEDIR@
191 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
192 FC_FONTDATE = @FC_FONTDATE@
193 FC_FONTPATH = @FC_FONTPATH@
194 FGREP = @FGREP@
195 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
196 FREETYPE_LIBS = @FREETYPE_LIBS@
197 GREP = @GREP@
198 HASDOCBOOK = @HASDOCBOOK@
199 HAVE_EXPAT = @HAVE_EXPAT@
200 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
201 ICONV_LIBS = @ICONV_LIBS@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 LD = @LD@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBTOOL = @LIBTOOL@
212 LIBT_CURRENT = @LIBT_CURRENT@
213 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
214 LIBT_REVISION = @LIBT_REVISION@
215 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
216 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
217 LIBXML2_LIBS = @LIBXML2_LIBS@
218 LIPO = @LIPO@
219 LN_S = @LN_S@
220 LTLIBOBJS = @LTLIBOBJS@
221 MAKEINFO = @MAKEINFO@
222 MANIFEST_TOOL = @MANIFEST_TOOL@
223 MKDIR_P = @MKDIR_P@
224 NM = @NM@
225 NMEDIT = @NMEDIT@
226 OBJDUMP = @OBJDUMP@
227 OBJEXT = @OBJEXT@
228 OTOOL = @OTOOL@
229 OTOOL64 = @OTOOL64@
230 PACKAGE = @PACKAGE@
231 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232 PACKAGE_NAME = @PACKAGE_NAME@
233 PACKAGE_STRING = @PACKAGE_STRING@
234 PACKAGE_TARNAME = @PACKAGE_TARNAME@
235 PACKAGE_URL = @PACKAGE_URL@
236 PACKAGE_VERSION = @PACKAGE_VERSION@
237 PATH_SEPARATOR = @PATH_SEPARATOR@
238 PKG_CONFIG = @PKG_CONFIG@
239 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
240 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
241 RANLIB = @RANLIB@
242 SED = @SED@
243 SET_MAKE = @SET_MAKE@
244 SHELL = @SHELL@
245 STRIP = @STRIP@
246 VERSION = @VERSION@
247 WARN_CFLAGS = @WARN_CFLAGS@
248 abs_builddir = @abs_builddir@
249 abs_srcdir = @abs_srcdir@
250 abs_top_builddir = @abs_top_builddir@
251 abs_top_srcdir = @abs_top_srcdir@
252 ac_ct_AR = @ac_ct_AR@
253 ac_ct_CC = @ac_ct_CC@
254 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
255 am__include = @am__include@
256 am__leading_dot = @am__leading_dot@
257 am__quote = @am__quote@
258 am__tar = @am__tar@
259 am__untar = @am__untar@
260 bindir = @bindir@
261 build = @build@
262 build_alias = @build_alias@
263 build_cpu = @build_cpu@
264 build_os = @build_os@
265 build_vendor = @build_vendor@
266 builddir = @builddir@
267 confdir = @confdir@
268 datadir = @datadir@
269 datarootdir = @datarootdir@
270 docdir = @docdir@
271 dvidir = @dvidir@
272 exec_prefix = @exec_prefix@
273 fc_cachedir = @fc_cachedir@
274 ft_config = @ft_config@
275 host = @host@
276 host_alias = @host_alias@
277 host_cpu = @host_cpu@
278 host_os = @host_os@
279 host_vendor = @host_vendor@
280 htmldir = @htmldir@
281 includedir = @includedir@
282 infodir = @infodir@
283 install_sh = @install_sh@
284 libdir = @libdir@
285 libexecdir = @libexecdir@
286 localedir = @localedir@
287 localstatedir = @localstatedir@
288 mandir = @mandir@
289 mkdir_p = @mkdir_p@
290 ms_librarian = @ms_librarian@
291 oldincludedir = @oldincludedir@
292 pdfdir = @pdfdir@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 sbindir = @sbindir@
297 sharedstatedir = @sharedstatedir@
298 srcdir = @srcdir@
299 sysconfdir = @sysconfdir@
300 target_alias = @target_alias@
301 top_build_prefix = @top_build_prefix@
302 top_builddir = @top_builddir@
303 top_srcdir = @top_srcdir@
304 SUBDIRS = fontconfig fc-case fc-lang fc-glyphname src \
305         fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
306         conf.d $(DOCSRC) test
307
308 EXTRA_DIST = fontconfig.pc.in fonts.conf.in fonts.dtd \
309         fontconfig.spec.in fontconfig.spec fontconfig-zip.in ChangeLog
310 CLEANFILES = fonts.conf
311 DISTCLEANFILES = config.cache doltcompile
312
313 # Creating ChangeLog from git log:
314 MAINTAINERCLEANFILES = $(srcdir)/aclocal.m4 $(srcdir)/autoscan.log \
315         $(srcdir)/compile $(srcdir)/config.guess $(srcdir)/config.h.in \
316         $(srcdir)/config.sub $(srcdir)/configure.scan \
317         $(srcdir)/depcomp $(srcdir)/install-sh $(srcdir)/ltmain.sh \
318         $(srcdir)/missing $(srcdir)/mkinstalldirs `find "$(srcdir)" \
319         -type f -name Makefile.in -print` $(srcdir)/ChangeLog
320 pkgconfigdir = $(libdir)/pkgconfig
321 pkgconfig_DATA = fontconfig.pc
322 configdir = $(CONFDIR)
323 config_DATA = fonts.dtd
324 @CROSS_COMPILING_FALSE@RUN_FC_CACHE_TEST = test -z "$(DESTDIR)"
325 @CROSS_COMPILING_TRUE@RUN_FC_CACHE_TEST = false
326 all: config.h
327         $(MAKE) $(AM_MAKEFLAGS) all-recursive
328
329 .SUFFIXES:
330 am--refresh:
331         @:
332 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
333         @for dep in $?; do \
334           case '$(am__configure_deps)' in \
335             *$$dep*) \
336               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
337               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
338                 && exit 0; \
339               exit 1;; \
340           esac; \
341         done; \
342         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
343         $(am__cd) $(top_srcdir) && \
344           $(AUTOMAKE) --gnu Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347         @case '$?' in \
348           *config.status*) \
349             echo ' $(SHELL) ./config.status'; \
350             $(SHELL) ./config.status;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
354         esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         $(SHELL) ./config.status --recheck
358
359 $(top_srcdir)/configure:  $(am__configure_deps)
360         $(am__cd) $(srcdir) && $(AUTOCONF)
361 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363 $(am__aclocal_m4_deps):
364
365 config.h: stamp-h1
366         @if test ! -f $@; then \
367           rm -f stamp-h1; \
368           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
369         else :; fi
370
371 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
372         @rm -f stamp-h1
373         cd $(top_builddir) && $(SHELL) ./config.status config.h
374 $(srcdir)/config.h.in:  $(am__configure_deps) 
375         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
376         rm -f stamp-h1
377         touch $@
378
379 distclean-hdr:
380         -rm -f config.h stamp-h1
381 fontconfig.spec: $(top_builddir)/config.status $(srcdir)/fontconfig.spec.in
382         cd $(top_builddir) && $(SHELL) ./config.status $@
383 fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in
384         cd $(top_builddir) && $(SHELL) ./config.status $@
385 fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in
386         cd $(top_builddir) && $(SHELL) ./config.status $@
387
388 mostlyclean-libtool:
389         -rm -f *.lo
390
391 clean-libtool:
392         -rm -rf .libs _libs
393
394 distclean-libtool:
395         -rm -f libtool config.lt
396 install-configDATA: $(config_DATA)
397         @$(NORMAL_INSTALL)
398         test -z "$(configdir)" || $(MKDIR_P) "$(DESTDIR)$(configdir)"
399         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
400         for p in $$list; do \
401           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
402           echo "$$d$$p"; \
403         done | $(am__base_list) | \
404         while read files; do \
405           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
406           $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
407         done
408
409 uninstall-configDATA:
410         @$(NORMAL_UNINSTALL)
411         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
412         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
413         test -n "$$files" || exit 0; \
414         echo " ( cd '$(DESTDIR)$(configdir)' && rm -f" $$files ")"; \
415         cd "$(DESTDIR)$(configdir)" && rm -f $$files
416 install-pkgconfigDATA: $(pkgconfig_DATA)
417         @$(NORMAL_INSTALL)
418         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
419         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
420         for p in $$list; do \
421           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
422           echo "$$d$$p"; \
423         done | $(am__base_list) | \
424         while read files; do \
425           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
426           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
427         done
428
429 uninstall-pkgconfigDATA:
430         @$(NORMAL_UNINSTALL)
431         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
432         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
433         test -n "$$files" || exit 0; \
434         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
435         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
436
437 # This directory's subdirectories are mostly independent; you can cd
438 # into them and run `make' without going through this Makefile.
439 # To change the values of `make' variables: instead of editing Makefiles,
440 # (1) if the variable is set in `config.status', edit `config.status'
441 #     (which will cause the Makefiles to be regenerated when you run `make');
442 # (2) otherwise, pass the desired values on the `make' command line.
443 $(RECURSIVE_TARGETS):
444         @fail= failcom='exit 1'; \
445         for f in x $$MAKEFLAGS; do \
446           case $$f in \
447             *=* | --[!k]*);; \
448             *k*) failcom='fail=yes';; \
449           esac; \
450         done; \
451         dot_seen=no; \
452         target=`echo $@ | sed s/-recursive//`; \
453         list='$(SUBDIRS)'; for subdir in $$list; do \
454           echo "Making $$target in $$subdir"; \
455           if test "$$subdir" = "."; then \
456             dot_seen=yes; \
457             local_target="$$target-am"; \
458           else \
459             local_target="$$target"; \
460           fi; \
461           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462           || eval $$failcom; \
463         done; \
464         if test "$$dot_seen" = "no"; then \
465           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
466         fi; test -z "$$fail"
467
468 $(RECURSIVE_CLEAN_TARGETS):
469         @fail= failcom='exit 1'; \
470         for f in x $$MAKEFLAGS; do \
471           case $$f in \
472             *=* | --[!k]*);; \
473             *k*) failcom='fail=yes';; \
474           esac; \
475         done; \
476         dot_seen=no; \
477         case "$@" in \
478           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
479           *) list='$(SUBDIRS)' ;; \
480         esac; \
481         rev=''; for subdir in $$list; do \
482           if test "$$subdir" = "."; then :; else \
483             rev="$$subdir $$rev"; \
484           fi; \
485         done; \
486         rev="$$rev ."; \
487         target=`echo $@ | sed s/-recursive//`; \
488         for subdir in $$rev; do \
489           echo "Making $$target in $$subdir"; \
490           if test "$$subdir" = "."; then \
491             local_target="$$target-am"; \
492           else \
493             local_target="$$target"; \
494           fi; \
495           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496           || eval $$failcom; \
497         done && test -z "$$fail"
498 tags-recursive:
499         list='$(SUBDIRS)'; for subdir in $$list; do \
500           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
501         done
502 ctags-recursive:
503         list='$(SUBDIRS)'; for subdir in $$list; do \
504           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
505         done
506
507 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
508         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
509         unique=`for i in $$list; do \
510             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511           done | \
512           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513               END { if (nonempty) { for (i in files) print i; }; }'`; \
514         mkid -fID $$unique
515 tags: TAGS
516
517 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
518                 $(TAGS_FILES) $(LISP)
519         set x; \
520         here=`pwd`; \
521         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
522           include_option=--etags-include; \
523           empty_fix=.; \
524         else \
525           include_option=--include; \
526           empty_fix=; \
527         fi; \
528         list='$(SUBDIRS)'; for subdir in $$list; do \
529           if test "$$subdir" = .; then :; else \
530             test ! -f $$subdir/TAGS || \
531               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
532           fi; \
533         done; \
534         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
535         unique=`for i in $$list; do \
536             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537           done | \
538           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539               END { if (nonempty) { for (i in files) print i; }; }'`; \
540         shift; \
541         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542           test -n "$$unique" || unique=$$empty_fix; \
543           if test $$# -gt 0; then \
544             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545               "$$@" $$unique; \
546           else \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               $$unique; \
549           fi; \
550         fi
551 ctags: CTAGS
552 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
553                 $(TAGS_FILES) $(LISP)
554         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
555         unique=`for i in $$list; do \
556             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557           done | \
558           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559               END { if (nonempty) { for (i in files) print i; }; }'`; \
560         test -z "$(CTAGS_ARGS)$$unique" \
561           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
562              $$unique
563
564 GTAGS:
565         here=`$(am__cd) $(top_builddir) && pwd` \
566           && $(am__cd) $(top_srcdir) \
567           && gtags -i $(GTAGS_ARGS) "$$here"
568
569 distclean-tags:
570         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571
572 distdir: $(DISTFILES)
573         $(am__remove_distdir)
574         test -d "$(distdir)" || mkdir "$(distdir)"
575         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577         list='$(DISTFILES)'; \
578           dist_files=`for file in $$list; do echo $$file; done | \
579           sed -e "s|^$$srcdirstrip/||;t" \
580               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
581         case $$dist_files in \
582           */*) $(MKDIR_P) `echo "$$dist_files" | \
583                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
584                            sort -u` ;; \
585         esac; \
586         for file in $$dist_files; do \
587           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588           if test -d $$d/$$file; then \
589             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
590             if test -d "$(distdir)/$$file"; then \
591               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592             fi; \
593             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
595               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596             fi; \
597             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
598           else \
599             test -f "$(distdir)/$$file" \
600             || cp -p $$d/$$file "$(distdir)/$$file" \
601             || exit 1; \
602           fi; \
603         done
604         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
605           if test "$$subdir" = .; then :; else \
606             test -d "$(distdir)/$$subdir" \
607             || $(MKDIR_P) "$(distdir)/$$subdir" \
608             || exit 1; \
609           fi; \
610         done
611         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614             $(am__relativize); \
615             new_distdir=$$reldir; \
616             dir1=$$subdir; dir2="$(top_distdir)"; \
617             $(am__relativize); \
618             new_top_distdir=$$reldir; \
619             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621             ($(am__cd) $$subdir && \
622               $(MAKE) $(AM_MAKEFLAGS) \
623                 top_distdir="$$new_top_distdir" \
624                 distdir="$$new_distdir" \
625                 am__remove_distdir=: \
626                 am__skip_length_check=: \
627                 am__skip_mode_fix=: \
628                 distdir) \
629               || exit 1; \
630           fi; \
631         done
632         -test -n "$(am__skip_mode_fix)" \
633         || find "$(distdir)" -type d ! -perm -755 \
634                 -exec chmod u+rwx,go+rx {} \; -o \
635           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
636           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
637           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
638         || chmod -R a+r "$(distdir)"
639 dist-gzip: distdir
640         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
641         $(am__remove_distdir)
642
643 dist-bzip2: distdir
644         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
645         $(am__remove_distdir)
646
647 dist-lzma: distdir
648         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
649         $(am__remove_distdir)
650
651 dist-xz: distdir
652         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
653         $(am__remove_distdir)
654
655 dist-tarZ: distdir
656         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657         $(am__remove_distdir)
658
659 dist-shar: distdir
660         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
661         $(am__remove_distdir)
662
663 dist-zip: distdir
664         -rm -f $(distdir).zip
665         zip -rq $(distdir).zip $(distdir)
666         $(am__remove_distdir)
667
668 dist dist-all: distdir
669         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670         $(am__remove_distdir)
671
672 # This target untars the dist file and tries a VPATH configuration.  Then
673 # it guarantees that the distribution is self-contained by making another
674 # tarfile.
675 distcheck: dist
676         case '$(DIST_ARCHIVES)' in \
677         *.tar.gz*) \
678           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
679         *.tar.bz2*) \
680           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
681         *.tar.lzma*) \
682           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
683         *.tar.xz*) \
684           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
685         *.tar.Z*) \
686           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
687         *.shar.gz*) \
688           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
689         *.zip*) \
690           unzip $(distdir).zip ;;\
691         esac
692         chmod -R a-w $(distdir); chmod a+w $(distdir)
693         mkdir $(distdir)/_build
694         mkdir $(distdir)/_inst
695         chmod a-w $(distdir)
696         test -d $(distdir)/_build || exit 0; \
697         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
698           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
699           && am__cwd=`pwd` \
700           && $(am__cd) $(distdir)/_build \
701           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
702             $(DISTCHECK_CONFIGURE_FLAGS) \
703           && $(MAKE) $(AM_MAKEFLAGS) \
704           && $(MAKE) $(AM_MAKEFLAGS) dvi \
705           && $(MAKE) $(AM_MAKEFLAGS) check \
706           && $(MAKE) $(AM_MAKEFLAGS) install \
707           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
708           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
709           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
710                 distuninstallcheck \
711           && chmod -R a-w "$$dc_install_base" \
712           && ({ \
713                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
714                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
715                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
716                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
717                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
718               } || { rm -rf "$$dc_destdir"; exit 1; }) \
719           && rm -rf "$$dc_destdir" \
720           && $(MAKE) $(AM_MAKEFLAGS) dist \
721           && rm -rf $(DIST_ARCHIVES) \
722           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
723           && cd "$$am__cwd" \
724           || exit 1
725         $(am__remove_distdir)
726         @(echo "$(distdir) archives ready for distribution: "; \
727           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
728           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
729 distuninstallcheck:
730         @$(am__cd) '$(distuninstallcheck_dir)' \
731         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
732            || { echo "ERROR: files left after uninstall:" ; \
733                 if test -n "$(DESTDIR)"; then \
734                   echo "  (check DESTDIR support)"; \
735                 fi ; \
736                 $(distuninstallcheck_listfiles) ; \
737                 exit 1; } >&2
738 distcleancheck: distclean
739         @if test '$(srcdir)' = . ; then \
740           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
741           exit 1 ; \
742         fi
743         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
744           || { echo "ERROR: files left in build directory after distclean:" ; \
745                $(distcleancheck_listfiles) ; \
746                exit 1; } >&2
747 check-am: all-am
748 check: check-recursive
749 all-am: Makefile $(DATA) config.h
750 installdirs: installdirs-recursive
751 installdirs-am:
752         for dir in "$(DESTDIR)$(configdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
753           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
754         done
755 install: install-recursive
756 install-exec: install-exec-recursive
757 install-data: install-data-recursive
758 uninstall: uninstall-recursive
759
760 install-am: all-am
761         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
762
763 installcheck: installcheck-recursive
764 install-strip:
765         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
766           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
767           `test -z '$(STRIP)' || \
768             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
769 mostlyclean-generic:
770
771 clean-generic:
772         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
773
774 distclean-generic:
775         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
776         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
777         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
778
779 maintainer-clean-generic:
780         @echo "This command is intended for maintainers to use"
781         @echo "it deletes files that may require special tools to rebuild."
782         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
783 clean: clean-recursive
784
785 clean-am: clean-generic clean-libtool mostlyclean-am
786
787 distclean: distclean-recursive
788         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
789         -rm -f Makefile
790 distclean-am: clean-am distclean-generic distclean-hdr \
791         distclean-libtool distclean-tags
792
793 dvi: dvi-recursive
794
795 dvi-am:
796
797 html: html-recursive
798
799 html-am:
800
801 info: info-recursive
802
803 info-am:
804
805 install-data-am: install-configDATA install-data-local \
806         install-pkgconfigDATA
807
808 install-dvi: install-dvi-recursive
809
810 install-dvi-am:
811
812 install-exec-am:
813
814 install-html: install-html-recursive
815
816 install-html-am:
817
818 install-info: install-info-recursive
819
820 install-info-am:
821
822 install-man:
823
824 install-pdf: install-pdf-recursive
825
826 install-pdf-am:
827
828 install-ps: install-ps-recursive
829
830 install-ps-am:
831
832 installcheck-am:
833
834 maintainer-clean: maintainer-clean-recursive
835         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
836         -rm -rf $(top_srcdir)/autom4te.cache
837         -rm -f Makefile
838 maintainer-clean-am: distclean-am maintainer-clean-generic
839
840 mostlyclean: mostlyclean-recursive
841
842 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
843
844 pdf: pdf-recursive
845
846 pdf-am:
847
848 ps: ps-recursive
849
850 ps-am:
851
852 uninstall-am: uninstall-configDATA uninstall-local \
853         uninstall-pkgconfigDATA
854
855 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
856         ctags-recursive install-am install-strip tags-recursive
857
858 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
859         all all-am am--refresh check check-am clean clean-generic \
860         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
861         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
862         distcheck distclean distclean-generic distclean-hdr \
863         distclean-libtool distclean-tags distcleancheck distdir \
864         distuninstallcheck dvi dvi-am html html-am info info-am \
865         install install-am install-configDATA install-data \
866         install-data-am install-data-local install-dvi install-dvi-am \
867         install-exec install-exec-am install-html install-html-am \
868         install-info install-info-am install-man install-pdf \
869         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
870         install-strip installcheck installcheck-am installdirs \
871         installdirs-am maintainer-clean maintainer-clean-generic \
872         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
873         ps ps-am tags tags-recursive uninstall uninstall-am \
874         uninstall-configDATA uninstall-local uninstall-pkgconfigDATA
875
876 ChangeLog: $(srcdir)/ChangeLog
877 $(srcdir)/ChangeLog:
878         if test -d "$(srcdir)/.git"; then \
879           (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
880           && mv -f $@.tmp $@ \
881           || (rm -f $@.tmp; \
882               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
883               (test -f $@ || echo git-log is required to generate this file >> $@)); \
884         else \
885           test -f $@ || \
886           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
887           echo A git checkout and git-log is required to generate this file >> $@); \
888         fi
889
890 .PHONY: ChangeLog
891
892 fonts.conf: fonts.conf.in Makefile
893         sed \
894                 -e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \
895                 -e 's,@FC_DEFAULT_FONTS\@,$(FC_DEFAULT_FONTS),g' \
896                 -e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \
897                 -e 's,@PACKAGE\@,$(PACKAGE),g' \
898                 -e 's,@VERSION\@,$(VERSION),g' \
899                 $(srcdir)/$@.in > $@.tmp && \
900         mv $@.tmp $@
901
902 install-data-local: fonts.conf
903         $(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir)
904         if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \
905           echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \
906           mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \
907         fi
908         if [ -f $(srcdir)/fonts.conf ]; then \
909           echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
910           $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
911         else if [ -f fonts.conf ]; then \
912           echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
913           $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
914         fi; fi
915         @(if $(RUN_FC_CACHE_TEST); then \
916             echo "fc-cache$(EXEEXT) -s -f -v"; \
917             fc-cache/fc-cache$(EXEEXT) -s -f -v; \
918         else \
919             echo "***"; \
920             echo "*** Warning: fonts.cache not built"; \
921             echo "***"; \
922             echo "*** Generate this file manually on host system using fc-cache"; \
923             echo "***"; \
924         fi)
925
926 uninstall-local:
927         if [ -f $(srcdir)/fonts.conf ]; then \
928           if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; then \
929              echo " uninstall standard $(DESTDIR)$(configdir)/fonts.conf"; \
930              rm -f $(DESTDIR)$(configdir)/fonts.conf; \
931           fi; \
932         else if [ -f fonts.conf ]; then \
933           if cmp -s fonts.conf $(DESTDIR)$(configdir)/fonts.conf; then \
934              echo " uninstall standard $(DESTDIR)$(configdir)/fonts.conf"; \
935              rm -f $(DESTDIR)$(configdir)/fonts.conf; \
936           fi; \
937         fi; fi
938
939 debuild debuild-signed: debuild-dirs
940         (cd $(distdir)/debian && debuild)
941
942 debuild-unsigned: debuild-dirs
943         (cd $(distdir)/debian && debuild -us -uc)
944
945 debuild-dirs: distdir
946         rm -f $(PACKAGE)_$(VERSION).orig.tar.gz
947         rm -rf $(distdir).orig
948         cp -a $(distdir) $(distdir).orig
949         rm -rf $(distdir).orig/debian
950
951 # Tell versions [3.59,3.63) of GNU make to not export all variables.
952 # Otherwise a system limit (for SysV at least) may be exceeded.
953 .NOEXPORT: