1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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
18 # fontconfig/Makefile.am
20 # Copyright © 2003 Keith Packard
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.
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.
42 if test -z '$(MAKELEVEL)'; then \
44 elif test -n '$(MAKE_HOST)'; then \
46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52 am__make_running_with_option = \
53 case $${target_option-} in \
55 *) echo "am__make_running_with_option: internal error: invalid" \
56 "target option '$${target_option-}' specified" >&2; \
60 sane_makeflags=$$MAKEFLAGS; \
61 if $(am__is_gnu_make); then \
62 sane_makeflags=$$MFLAGS; \
67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76 for flg in $$sane_makeflags; do \
77 test $$skip_next = yes && { skip_next=no; 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;; \
90 *$$target_option*) has_opt=yes; break;; \
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)
112 build_triplet = @build@
113 host_triplet = @host@
114 @ENABLE_DOCS_TRUE@am__append_1 = doc
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/libtool.m4 \
121 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
127 $(am__configure_deps) $(am__DIST_COMMON)
128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = config.h
132 CONFIG_CLEAN_FILES = fontconfig.spec fontconfig.pc fontconfig-zip
133 CONFIG_CLEAN_VPATH_FILES =
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo " GEN " $@;
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
149 ctags-recursive dvi-recursive html-recursive info-recursive \
150 install-data-recursive install-dvi-recursive \
151 install-exec-recursive install-html-recursive \
152 install-info-recursive install-pdf-recursive \
153 install-ps-recursive install-recursive installcheck-recursive \
154 installdirs-recursive pdf-recursive ps-recursive \
155 tags-recursive uninstall-recursive
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
159 *) (install-info --version) >/dev/null 2>&1;; \
161 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
162 am__vpath_adj = case $$p in \
163 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
166 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
168 am__nobase_strip_setup = \
169 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
171 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
172 am__nobase_list = $(am__nobase_strip_setup); \
173 for p in $$list; do echo "$$p $$p"; done | \
174 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
175 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176 if (++n[$$2] == $(am__install_max)) \
177 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178 END { for (dir in files) print dir, files[dir] }'
180 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
181 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
182 am__uninstall_files_from_dir = { \
184 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
185 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186 $(am__cd) "$$dir" && rm -f $$files; }; \
188 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"
189 DATA = $(pkgconfig_DATA) $(xml_DATA)
190 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
191 distclean-recursive maintainer-clean-recursive
192 am__recursive_targets = \
193 $(RECURSIVE_TARGETS) \
194 $(RECURSIVE_CLEAN_TARGETS) \
195 $(am__extra_recursive_targets)
196 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
197 cscope distdir dist dist-all distcheck
198 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates. Input order is
203 am__uniquify_input = $(AWK) '\
204 BEGIN { nonempty = 0; } \
205 { items[$$0] = 1; nonempty = 1; } \
206 END { if (nonempty) { for (i in items) print i; }; } \
208 # Make sure the list of sources is unique. This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212 list='$(am__tagged_files)'; \
213 unique=`for i in $$list; do \
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215 done | $(am__uniquify_input)`
219 DIST_SUBDIRS = fontconfig fc-blanks fc-case fc-lang fc-glyphname src \
220 fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
221 fc-validate conf.d test doc
222 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
223 $(srcdir)/fontconfig-zip.in $(srcdir)/fontconfig.pc.in \
224 $(srcdir)/fontconfig.spec.in AUTHORS COPYING ChangeLog INSTALL \
225 NEWS README compile config.guess config.sub depcomp install-sh \
227 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 distdir = $(PACKAGE)-$(VERSION)
229 top_distdir = $(distdir)
230 am__remove_distdir = \
231 if test -d "$(distdir)"; then \
232 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
233 && rm -rf "$(distdir)" \
234 || { sleep 5 && rm -rf "$(distdir)"; }; \
236 am__post_remove_distdir = $(am__remove_distdir)
239 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
240 sed_rest='s,^[^/]*/*,,'; \
241 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
242 sed_butlast='s,/*[^/]*$$,,'; \
243 while test -n "$$dir1"; do \
244 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
245 if test "$$first" != "."; then \
246 if test "$$first" = ".."; then \
247 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
248 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
250 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
251 if test "$$first2" = "$$first"; then \
252 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
256 dir0="$$dir0"/"$$first"; \
259 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
262 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
264 DIST_TARGETS = dist-bzip2 dist-gzip
265 distuninstallcheck_listfiles = find . -type f -print
266 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
267 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
268 distcleancheck_listfiles = find . -type f -print
271 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
274 AUTOCONF = @AUTOCONF@
275 AUTOHEADER = @AUTOHEADER@
276 AUTOMAKE = @AUTOMAKE@
278 BASECONFIGDIR = @BASECONFIGDIR@
280 CCDEPMODE = @CCDEPMODE@
281 CC_FOR_BUILD = @CC_FOR_BUILD@
283 CONFIGDIR = @CONFIGDIR@
285 CPPFLAGS = @CPPFLAGS@
286 CYGPATH_W = @CYGPATH_W@
291 DSYMUTIL = @DSYMUTIL@
298 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
299 EXPAT_CFLAGS = @EXPAT_CFLAGS@
300 EXPAT_LIBS = @EXPAT_LIBS@
301 FC_ADD_FONTS = @FC_ADD_FONTS@
302 FC_CACHEDIR = @FC_CACHEDIR@
303 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
304 FC_FONTDATE = @FC_FONTDATE@
305 FC_FONTPATH = @FC_FONTPATH@
307 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
308 FREETYPE_LIBS = @FREETYPE_LIBS@
312 HASDOCBOOK = @HASDOCBOOK@
313 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
314 ICONV_CFLAGS = @ICONV_CFLAGS@
315 ICONV_LIBS = @ICONV_LIBS@
317 INSTALL_DATA = @INSTALL_DATA@
318 INSTALL_PROGRAM = @INSTALL_PROGRAM@
319 INSTALL_SCRIPT = @INSTALL_SCRIPT@
320 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
326 LIBT_CURRENT = @LIBT_CURRENT@
327 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
328 LIBT_REVISION = @LIBT_REVISION@
329 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
330 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
331 LIBXML2_LIBS = @LIBXML2_LIBS@
334 LTLIBOBJS = @LTLIBOBJS@
335 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
336 MAKEINFO = @MAKEINFO@
337 MANIFEST_TOOL = @MANIFEST_TOOL@
346 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
347 PACKAGE_NAME = @PACKAGE_NAME@
348 PACKAGE_STRING = @PACKAGE_STRING@
349 PACKAGE_TARNAME = @PACKAGE_TARNAME@
350 PACKAGE_URL = @PACKAGE_URL@
351 PACKAGE_VERSION = @PACKAGE_VERSION@
352 PATH_SEPARATOR = @PATH_SEPARATOR@
353 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
354 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
355 PKG_CONFIG = @PKG_CONFIG@
356 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
357 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
358 PREFERRED_HINTING = @PREFERRED_HINTING@
359 PTHREAD_CC = @PTHREAD_CC@
360 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
361 PTHREAD_LIBS = @PTHREAD_LIBS@
363 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
364 PYTHON_PLATFORM = @PYTHON_PLATFORM@
365 PYTHON_PREFIX = @PYTHON_PREFIX@
366 PYTHON_VERSION = @PYTHON_VERSION@
370 SET_MAKE = @SET_MAKE@
373 TEMPLATEDIR = @TEMPLATEDIR@
375 WARN_CFLAGS = @WARN_CFLAGS@
377 abs_builddir = @abs_builddir@
378 abs_srcdir = @abs_srcdir@
379 abs_top_builddir = @abs_top_builddir@
380 abs_top_srcdir = @abs_top_srcdir@
381 ac_ct_AR = @ac_ct_AR@
382 ac_ct_CC = @ac_ct_CC@
383 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
384 am__include = @am__include@
385 am__leading_dot = @am__leading_dot@
386 am__quote = @am__quote@
388 am__untar = @am__untar@
389 ax_pthread_config = @ax_pthread_config@
392 build_alias = @build_alias@
393 build_cpu = @build_cpu@
394 build_os = @build_os@
395 build_vendor = @build_vendor@
396 builddir = @builddir@
398 datarootdir = @datarootdir@
401 exec_prefix = @exec_prefix@
402 fc_cachedir = @fc_cachedir@
404 host_alias = @host_alias@
405 host_cpu = @host_cpu@
407 host_vendor = @host_vendor@
409 includedir = @includedir@
411 install_sh = @install_sh@
413 libexecdir = @libexecdir@
414 localedir = @localedir@
415 localstatedir = @localstatedir@
418 ms_librarian = @ms_librarian@
419 oldincludedir = @oldincludedir@
421 pkgconfigdir = @pkgconfigdir@
422 pkgpyexecdir = @pkgpyexecdir@
423 pkgpythondir = @pkgpythondir@
425 program_transform_name = @program_transform_name@
427 pyexecdir = @pyexecdir@
428 pythondir = @pythondir@
430 sharedstatedir = @sharedstatedir@
432 sysconfdir = @sysconfdir@
433 target_alias = @target_alias@
434 top_build_prefix = @top_build_prefix@
435 top_builddir = @top_builddir@
436 top_srcdir = @top_srcdir@
437 SUBDIRS = fontconfig fc-blanks fc-case fc-lang fc-glyphname src \
438 fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
439 fc-validate conf.d test $(am__append_1)
440 ACLOCAL_AMFLAGS = -I m4
441 EXTRA_DIST = fontconfig.pc.in fonts.conf.in fonts.dtd \
442 fontconfig.spec.in fontconfig.spec fontconfig-zip.in \
443 config-fixups.h ChangeLog
444 CLEANFILES = fonts.conf
445 DISTCLEANFILES = config.cache doltcompile
447 # Creating ChangeLog from git log:
448 MAINTAINERCLEANFILES = $(srcdir)/aclocal.m4 $(srcdir)/autoscan.log \
449 $(srcdir)/compile $(srcdir)/config.guess $(srcdir)/config.h.in \
450 $(srcdir)/config.sub $(srcdir)/configure.scan \
451 $(srcdir)/depcomp $(srcdir)/install-sh $(srcdir)/ltmain.sh \
452 $(srcdir)/missing $(srcdir)/mkinstalldirs \
453 $(srcdir)/test-driver `find "$(srcdir)" -type f -name \
454 Makefile.in -print` $(srcdir)/ChangeLog
455 pkgconfig_DATA = fontconfig.pc
456 baseconfigdir = $(BASECONFIGDIR)
457 configdir = $(CONFIGDIR)
460 @CROSS_COMPILING_FALSE@RUN_FC_CACHE_TEST = test -z "$(DESTDIR)"
461 @CROSS_COMPILING_TRUE@RUN_FC_CACHE_TEST = false
462 FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR))
463 DISTCHECK_CONFIGURE_FLAGS =
465 $(MAKE) $(AM_MAKEFLAGS) all-recursive
468 am--refresh: Makefile
470 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
472 case '$(am__configure_deps)' in \
474 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
475 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
480 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
481 $(am__cd) $(top_srcdir) && \
482 $(AUTOMAKE) --gnu Makefile
483 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
486 echo ' $(SHELL) ./config.status'; \
487 $(SHELL) ./config.status;; \
489 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
490 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
493 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
494 $(SHELL) ./config.status --recheck
496 $(top_srcdir)/configure: $(am__configure_deps)
497 $(am__cd) $(srcdir) && $(AUTOCONF)
498 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
499 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
500 $(am__aclocal_m4_deps):
503 @test -f $@ || rm -f stamp-h1
504 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
506 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
508 cd $(top_builddir) && $(SHELL) ./config.status config.h
509 $(srcdir)/config.h.in: $(am__configure_deps)
510 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
515 -rm -f config.h stamp-h1
516 fontconfig.spec: $(top_builddir)/config.status $(srcdir)/fontconfig.spec.in
517 cd $(top_builddir) && $(SHELL) ./config.status $@
518 fontconfig.pc: $(top_builddir)/config.status $(srcdir)/fontconfig.pc.in
519 cd $(top_builddir) && $(SHELL) ./config.status $@
520 fontconfig-zip: $(top_builddir)/config.status $(srcdir)/fontconfig-zip.in
521 cd $(top_builddir) && $(SHELL) ./config.status $@
530 -rm -f libtool config.lt
531 install-pkgconfigDATA: $(pkgconfig_DATA)
533 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
534 if test -n "$$list"; then \
535 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
536 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
538 for p in $$list; do \
539 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
541 done | $(am__base_list) | \
542 while read files; do \
543 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
544 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
547 uninstall-pkgconfigDATA:
549 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
550 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
551 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
552 install-xmlDATA: $(xml_DATA)
554 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
555 if test -n "$$list"; then \
556 echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \
557 $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \
559 for p in $$list; do \
560 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
562 done | $(am__base_list) | \
563 while read files; do \
564 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
565 $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
570 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
571 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
572 dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
574 # This directory's subdirectories are mostly independent; you can cd
575 # into them and run 'make' without going through this Makefile.
576 # To change the values of 'make' variables: instead of editing Makefiles,
577 # (1) if the variable is set in 'config.status', edit 'config.status'
578 # (which will cause the Makefiles to be regenerated when you run 'make');
579 # (2) otherwise, pass the desired values on the 'make' command line.
580 $(am__recursive_targets):
582 if $(am__make_keepgoing); then \
583 failcom='fail=yes'; \
588 target=`echo $@ | sed s/-recursive//`; \
590 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
591 *) list='$(SUBDIRS)' ;; \
593 for subdir in $$list; do \
594 echo "Making $$target in $$subdir"; \
595 if test "$$subdir" = "."; then \
597 local_target="$$target-am"; \
599 local_target="$$target"; \
601 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
604 if test "$$dot_seen" = "no"; then \
605 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
608 ID: $(am__tagged_files)
609 $(am__define_uniq_tagged_files); mkid -fID $$unique
613 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
616 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
617 include_option=--etags-include; \
620 include_option=--include; \
623 list='$(SUBDIRS)'; for subdir in $$list; do \
624 if test "$$subdir" = .; then :; else \
625 test ! -f $$subdir/TAGS || \
626 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
629 $(am__define_uniq_tagged_files); \
631 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632 test -n "$$unique" || unique=$$empty_fix; \
633 if test $$# -gt 0; then \
634 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
641 ctags: ctags-recursive
644 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645 $(am__define_uniq_tagged_files); \
646 test -z "$(CTAGS_ARGS)$$unique" \
647 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
651 here=`$(am__cd) $(top_builddir) && pwd` \
652 && $(am__cd) $(top_srcdir) \
653 && gtags -i $(GTAGS_ARGS) "$$here"
655 test ! -s cscope.files \
656 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
659 cscope.files: clean-cscope cscopelist
660 cscopelist: cscopelist-recursive
662 cscopelist-am: $(am__tagged_files)
663 list='$(am__tagged_files)'; \
664 case "$(srcdir)" in \
665 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
666 *) sdir=$(subdir)/$(srcdir) ;; \
668 for i in $$list; do \
669 if test -f "$$i"; then \
670 echo "$(subdir)/$$i"; \
674 done >> $(top_builddir)/cscope.files
677 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
680 distdir: $(DISTFILES)
681 $(am__remove_distdir)
682 test -d "$(distdir)" || mkdir "$(distdir)"
683 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
684 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685 list='$(DISTFILES)'; \
686 dist_files=`for file in $$list; do echo $$file; done | \
687 sed -e "s|^$$srcdirstrip/||;t" \
688 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
689 case $$dist_files in \
690 */*) $(MKDIR_P) `echo "$$dist_files" | \
691 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
694 for file in $$dist_files; do \
695 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
696 if test -d $$d/$$file; then \
697 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
698 if test -d "$(distdir)/$$file"; then \
699 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
702 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
703 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
707 test -f "$(distdir)/$$file" \
708 || cp -p $$d/$$file "$(distdir)/$$file" \
712 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
713 if test "$$subdir" = .; then :; else \
715 || test -d "$(distdir)/$$subdir" \
716 || $(MKDIR_P) "$(distdir)/$$subdir" \
718 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
720 new_distdir=$$reldir; \
721 dir1=$$subdir; dir2="$(top_distdir)"; \
723 new_top_distdir=$$reldir; \
724 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
725 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
726 ($(am__cd) $$subdir && \
727 $(MAKE) $(AM_MAKEFLAGS) \
728 top_distdir="$$new_top_distdir" \
729 distdir="$$new_distdir" \
730 am__remove_distdir=: \
731 am__skip_length_check=: \
732 am__skip_mode_fix=: \
737 -test -n "$(am__skip_mode_fix)" \
738 || find "$(distdir)" -type d ! -perm -755 \
739 -exec chmod u+rwx,go+rx {} \; -o \
740 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
741 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
742 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
743 || chmod -R a+r "$(distdir)"
745 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
746 $(am__post_remove_distdir)
748 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
749 $(am__post_remove_distdir)
752 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
753 $(am__post_remove_distdir)
756 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
757 $(am__post_remove_distdir)
760 @echo WARNING: "Support for distribution archives compressed with" \
761 "legacy program 'compress' is deprecated." >&2
762 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
763 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
764 $(am__post_remove_distdir)
767 @echo WARNING: "Support for shar distribution archives is" \
769 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
770 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
771 $(am__post_remove_distdir)
774 -rm -f $(distdir).zip
775 zip -rq $(distdir).zip $(distdir)
776 $(am__post_remove_distdir)
779 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
780 $(am__post_remove_distdir)
782 # This target untars the dist file and tries a VPATH configuration. Then
783 # it guarantees that the distribution is self-contained by making another
786 case '$(DIST_ARCHIVES)' in \
788 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
790 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
792 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
794 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
796 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
798 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
800 unzip $(distdir).zip ;;\
802 chmod -R a-w $(distdir)
804 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
806 test -d $(distdir)/_build || exit 0; \
807 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
808 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
810 && $(am__cd) $(distdir)/_build/sub \
812 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
813 $(DISTCHECK_CONFIGURE_FLAGS) \
814 --srcdir=../.. --prefix="$$dc_install_base" \
815 && $(MAKE) $(AM_MAKEFLAGS) \
816 && $(MAKE) $(AM_MAKEFLAGS) dvi \
817 && $(MAKE) $(AM_MAKEFLAGS) check \
818 && $(MAKE) $(AM_MAKEFLAGS) install \
819 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
820 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
821 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
823 && chmod -R a-w "$$dc_install_base" \
825 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
826 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
827 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
828 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
829 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
830 } || { rm -rf "$$dc_destdir"; exit 1; }) \
831 && rm -rf "$$dc_destdir" \
832 && $(MAKE) $(AM_MAKEFLAGS) dist \
833 && rm -rf $(DIST_ARCHIVES) \
834 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
837 $(am__post_remove_distdir)
838 @(echo "$(distdir) archives ready for distribution: "; \
839 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
840 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
842 @test -n '$(distuninstallcheck_dir)' || { \
843 echo 'ERROR: trying to run $@ with an empty' \
844 '$$(distuninstallcheck_dir)' >&2; \
847 $(am__cd) '$(distuninstallcheck_dir)' || { \
848 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
851 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
852 || { echo "ERROR: files left after uninstall:" ; \
853 if test -n "$(DESTDIR)"; then \
854 echo " (check DESTDIR support)"; \
856 $(distuninstallcheck_listfiles) ; \
858 distcleancheck: distclean
859 @if test '$(srcdir)' = . ; then \
860 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
863 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
864 || { echo "ERROR: files left in build directory after distclean:" ; \
865 $(distcleancheck_listfiles) ; \
868 check: check-recursive
869 all-am: Makefile $(DATA) config.h
870 installdirs: installdirs-recursive
872 for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \
873 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
875 install: install-recursive
876 install-exec: install-exec-recursive
877 install-data: install-data-recursive
878 uninstall: uninstall-recursive
881 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
883 installcheck: installcheck-recursive
885 if test -z '$(STRIP)'; then \
886 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
887 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
890 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
891 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
892 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
897 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
900 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
901 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
902 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
904 maintainer-clean-generic:
905 @echo "This command is intended for maintainers to use"
906 @echo "it deletes files that may require special tools to rebuild."
907 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
908 clean: clean-recursive
910 clean-am: clean-generic clean-libtool mostlyclean-am
912 distclean: distclean-recursive
913 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
915 distclean-am: clean-am distclean-generic distclean-hdr \
916 distclean-libtool distclean-tags
930 install-data-am: install-data-local install-pkgconfigDATA \
933 install-dvi: install-dvi-recursive
939 install-html: install-html-recursive
943 install-info: install-info-recursive
949 install-pdf: install-pdf-recursive
953 install-ps: install-ps-recursive
959 maintainer-clean: maintainer-clean-recursive
960 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
961 -rm -rf $(top_srcdir)/autom4te.cache
963 maintainer-clean-am: distclean-am maintainer-clean-generic
965 mostlyclean: mostlyclean-recursive
967 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
977 uninstall-am: uninstall-local uninstall-pkgconfigDATA \
980 .MAKE: $(am__recursive_targets) all install-am install-strip
982 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
983 am--refresh check check-am clean clean-cscope clean-generic \
984 clean-libtool cscope cscopelist-am ctags ctags-am dist \
985 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
986 dist-xz dist-zip distcheck distclean distclean-generic \
987 distclean-hdr distclean-libtool distclean-tags distcleancheck \
988 distdir distuninstallcheck dvi dvi-am html html-am info \
989 info-am install install-am install-data install-data-am \
990 install-data-local install-dvi install-dvi-am install-exec \
991 install-exec-am install-html install-html-am install-info \
992 install-info-am install-man install-pdf install-pdf-am \
993 install-pkgconfigDATA install-ps install-ps-am install-strip \
994 install-xmlDATA installcheck installcheck-am installdirs \
995 installdirs-am maintainer-clean maintainer-clean-generic \
996 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
997 ps ps-am tags tags-am uninstall uninstall-am uninstall-local \
998 uninstall-pkgconfigDATA uninstall-xmlDATA
1002 ChangeLog: $(srcdir)/ChangeLog
1003 $(srcdir)/ChangeLog:
1004 if test -d "$(srcdir)/.git"; then \
1005 (GIT_DIR=$(top_srcdir)/.git $(GIT) log --stat) | fmt --split-only > $@.tmp \
1006 && mv -f $@.tmp $@ \
1008 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1009 (test -f $@ || echo git-log is required to generate this file >> $@)); \
1012 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1013 echo A git checkout and git-log is required to generate this file >> $@); \
1018 fonts.conf: fonts.conf.in Makefile
1020 -e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \
1021 -e 's,@FC_DEFAULT_FONTS\@,$(FC_DEFAULT_FONTS),g' \
1022 -e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \
1023 -e 's,@CONFIGDIR\@,$(FC_CONFIGDIR),g' \
1024 -e 's,@PACKAGE\@,$(PACKAGE),g' \
1025 -e 's,@VERSION\@,$(VERSION),g' \
1026 $(srcdir)/$@.in > $@.tmp && \
1029 install-data-local: fonts.conf
1030 $(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir)
1031 if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \
1032 echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1033 mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \
1035 if [ -f $(srcdir)/fonts.conf ]; then \
1036 echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1037 $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1038 else if [ -f fonts.conf ]; then \
1039 echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1040 $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1042 @(if $(RUN_FC_CACHE_TEST); then \
1043 echo "fc-cache$(EXEEXT) -s -f -v"; \
1044 fc-cache/fc-cache$(EXEEXT) -s -f -v; \
1047 echo "*** Warning: fonts.cache not built"; \
1049 echo "*** Generate this file manually on host system using fc-cache"; \
1054 if [ -f $(srcdir)/fonts.conf ]; then \
1055 if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
1056 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1057 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1059 else if [ -f fonts.conf ]; then \
1060 if cmp -s fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
1061 echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
1062 $(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
1066 debuild debuild-signed: debuild-dirs
1067 (cd $(distdir)/debian && debuild)
1069 debuild-unsigned: debuild-dirs
1070 (cd $(distdir)/debian && debuild -us -uc)
1072 debuild-dirs: distdir
1073 $(RM) $(PACKAGE)_$(VERSION).orig.tar.gz
1074 $(RM) -r $(distdir).orig
1075 cp -a $(distdir) $(distdir).orig
1076 $(RM) -r $(distdir).orig/debian
1078 -include $(top_srcdir)/git.mk
1080 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1081 # Otherwise a system limit (for SysV at least) may be exceeded.