1 # Makefile.in generated by automake 1.14 from Makefile.am.
4 # Copyright (C) 1994-2013 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
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
56 *$$target_option*) has_opt=yes; break;; \
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
78 build_triplet = @build@
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
84 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
85 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
86 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
87 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_VPATH_FILES =
94 AM_V_P = $(am__v_P_@AM_V@)
95 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98 AM_V_GEN = $(am__v_GEN_@AM_V@)
99 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100 am__v_GEN_0 = @echo " GEN " $@;
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109 ctags-recursive dvi-recursive html-recursive info-recursive \
110 install-data-recursive install-dvi-recursive \
111 install-exec-recursive install-html-recursive \
112 install-info-recursive install-pdf-recursive \
113 install-ps-recursive install-recursive installcheck-recursive \
114 installdirs-recursive pdf-recursive ps-recursive \
115 tags-recursive uninstall-recursive
116 am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
119 *) (install-info --version) >/dev/null 2>&1;; \
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123 am__recursive_targets = \
124 $(RECURSIVE_TARGETS) \
125 $(RECURSIVE_CLEAN_TARGETS) \
126 $(am__extra_recursive_targets)
127 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 # Read a list of newline-separated strings from the standard input,
131 # and print each of them once, without duplicates. Input order is
133 am__uniquify_input = $(AWK) '\
134 BEGIN { nonempty = 0; } \
135 { items[$$0] = 1; nonempty = 1; } \
136 END { if (nonempty) { for (i in items) print i; }; } \
138 # Make sure the list of sources is unique. This is necessary because,
139 # e.g., the same source file might be shared among _SOURCES variables
140 # for different programs/libraries.
141 am__define_uniq_tagged_files = \
142 list='$(am__tagged_files)'; \
143 unique=`for i in $$list; do \
144 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145 done | $(am__uniquify_input)`
148 DIST_SUBDIRS = $(SUBDIRS)
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
153 sed_rest='s,^[^/]*/*,,'; \
154 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
155 sed_butlast='s,/*[^/]*$$,,'; \
156 while test -n "$$dir1"; do \
157 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
158 if test "$$first" != "."; then \
159 if test "$$first" = ".."; then \
160 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
161 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
163 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164 if test "$$first2" = "$$first"; then \
165 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
169 dir0="$$dir0"/"$$first"; \
172 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
183 CAIRO_CFLAGS = @CAIRO_CFLAGS@
184 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
185 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
186 CAIRO_LIBS = @CAIRO_LIBS@
188 CCDEPMODE = @CCDEPMODE@
190 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
191 CORETEXT_LIBS = @CORETEXT_LIBS@
193 CPPFLAGS = @CPPFLAGS@
196 CXXDEPMODE = @CXXDEPMODE@
197 CXXFLAGS = @CXXFLAGS@
198 CYGPATH_W = @CYGPATH_W@
202 DSYMUTIL = @DSYMUTIL@
210 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
211 FREETYPE_LIBS = @FREETYPE_LIBS@
213 GLIB_CFLAGS = @GLIB_CFLAGS@
214 GLIB_LIBS = @GLIB_LIBS@
215 GLIB_MKENUMS = @GLIB_MKENUMS@
216 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
217 GOBJECT_LIBS = @GOBJECT_LIBS@
218 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
219 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
221 GTKDOC_CHECK = @GTKDOC_CHECK@
222 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
223 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
224 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
225 GTKDOC_MKPDF = @GTKDOC_MKPDF@
226 GTKDOC_REBASE = @GTKDOC_REBASE@
227 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
228 HB_VERSION = @HB_VERSION@
229 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
230 HB_VERSION_MICRO = @HB_VERSION_MICRO@
231 HB_VERSION_MINOR = @HB_VERSION_MINOR@
232 HTML_DIR = @HTML_DIR@
233 ICU_CFLAGS = @ICU_CFLAGS@
234 ICU_CONFIG = @ICU_CONFIG@
235 ICU_LIBS = @ICU_LIBS@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
242 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
243 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
244 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
245 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
246 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
247 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
248 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
256 LTLIBOBJS = @LTLIBOBJS@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKG_CONFIG = @PKG_CONFIG@
275 PTHREAD_CC = @PTHREAD_CC@
276 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
277 PTHREAD_LIBS = @PTHREAD_LIBS@
281 SET_MAKE = @SET_MAKE@
284 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
285 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
287 abs_builddir = @abs_builddir@
288 abs_srcdir = @abs_srcdir@
289 abs_top_builddir = @abs_top_builddir@
290 abs_top_srcdir = @abs_top_srcdir@
291 ac_ct_AR = @ac_ct_AR@
292 ac_ct_CC = @ac_ct_CC@
293 ac_ct_CXX = @ac_ct_CXX@
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
299 am__untar = @am__untar@
300 ax_pthread_config = @ax_pthread_config@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
309 datarootdir = @datarootdir@
312 exec_prefix = @exec_prefix@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
317 host_vendor = @host_vendor@
319 includedir = @includedir@
321 install_sh = @install_sh@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
328 oldincludedir = @oldincludedir@
331 program_transform_name = @program_transform_name@
334 sharedstatedir = @sharedstatedir@
336 sysconfdir = @sysconfdir@
337 target_alias = @target_alias@
338 top_build_prefix = @top_build_prefix@
339 top_builddir = @top_builddir@
340 top_srcdir = @top_srcdir@
345 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
347 case '$(am__configure_deps)' in \
349 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350 && { if test -f $@; then exit 0; else break; fi; }; \
354 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits docs/Makefile'; \
355 $(am__cd) $(top_srcdir) && \
356 $(AUTOMAKE) --gnits docs/Makefile
358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370 $(top_srcdir)/configure: $(am__configure_deps)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(am__aclocal_m4_deps):
382 # This directory's subdirectories are mostly independent; you can cd
383 # into them and run 'make' without going through this Makefile.
384 # To change the values of 'make' variables: instead of editing Makefiles,
385 # (1) if the variable is set in 'config.status', edit 'config.status'
386 # (which will cause the Makefiles to be regenerated when you run 'make');
387 # (2) otherwise, pass the desired values on the 'make' command line.
388 $(am__recursive_targets):
390 if $(am__make_keepgoing); then \
391 failcom='fail=yes'; \
396 target=`echo $@ | sed s/-recursive//`; \
398 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
399 *) list='$(SUBDIRS)' ;; \
401 for subdir in $$list; do \
402 echo "Making $$target in $$subdir"; \
403 if test "$$subdir" = "."; then \
405 local_target="$$target-am"; \
407 local_target="$$target"; \
409 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412 if test "$$dot_seen" = "no"; then \
413 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
416 ID: $(am__tagged_files)
417 $(am__define_uniq_tagged_files); mkid -fID $$unique
421 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
424 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425 include_option=--etags-include; \
428 include_option=--include; \
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 test ! -f $$subdir/TAGS || \
434 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437 $(am__define_uniq_tagged_files); \
439 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440 test -n "$$unique" || unique=$$empty_fix; \
441 if test $$# -gt 0; then \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449 ctags: ctags-recursive
452 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453 $(am__define_uniq_tagged_files); \
454 test -z "$(CTAGS_ARGS)$$unique" \
455 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459 here=`$(am__cd) $(top_builddir) && pwd` \
460 && $(am__cd) $(top_srcdir) \
461 && gtags -i $(GTAGS_ARGS) "$$here"
462 cscopelist: cscopelist-recursive
464 cscopelist-am: $(am__tagged_files)
465 list='$(am__tagged_files)'; \
466 case "$(srcdir)" in \
467 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
468 *) sdir=$(subdir)/$(srcdir) ;; \
470 for i in $$list; do \
471 if test -f "$$i"; then \
472 echo "$(subdir)/$$i"; \
476 done >> $(top_builddir)/cscope.files
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481 distdir: $(DISTFILES)
482 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 list='$(DISTFILES)'; \
485 dist_files=`for file in $$list; do echo $$file; done | \
486 sed -e "s|^$$srcdirstrip/||;t" \
487 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488 case $$dist_files in \
489 */*) $(MKDIR_P) `echo "$$dist_files" | \
490 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493 for file in $$dist_files; do \
494 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495 if test -d $$d/$$file; then \
496 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497 if test -d "$(distdir)/$$file"; then \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506 test -f "$(distdir)/$$file" \
507 || cp -p $$d/$$file "$(distdir)/$$file" \
511 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512 if test "$$subdir" = .; then :; else \
514 || test -d "$(distdir)/$$subdir" \
515 || $(MKDIR_P) "$(distdir)/$$subdir" \
517 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519 new_distdir=$$reldir; \
520 dir1=$$subdir; dir2="$(top_distdir)"; \
522 new_top_distdir=$$reldir; \
523 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
524 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
525 ($(am__cd) $$subdir && \
526 $(MAKE) $(AM_MAKEFLAGS) \
527 top_distdir="$$new_top_distdir" \
528 distdir="$$new_distdir" \
529 am__remove_distdir=: \
530 am__skip_length_check=: \
531 am__skip_mode_fix=: \
537 check: check-recursive
539 installdirs: installdirs-recursive
541 install: install-recursive
542 install-exec: install-exec-recursive
543 install-data: install-data-recursive
544 uninstall: uninstall-recursive
547 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549 installcheck: installcheck-recursive
551 if test -z '$(STRIP)'; then \
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
565 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568 maintainer-clean-generic:
569 @echo "This command is intended for maintainers to use"
570 @echo "it deletes files that may require special tools to rebuild."
571 clean: clean-recursive
573 clean-am: clean-generic clean-libtool mostlyclean-am
575 distclean: distclean-recursive
577 distclean-am: clean-am distclean-generic distclean-tags
593 install-dvi: install-dvi-recursive
599 install-html: install-html-recursive
603 install-info: install-info-recursive
609 install-pdf: install-pdf-recursive
613 install-ps: install-ps-recursive
619 maintainer-clean: maintainer-clean-recursive
621 maintainer-clean-am: distclean-am maintainer-clean-generic
623 mostlyclean: mostlyclean-recursive
625 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
637 .MAKE: $(am__recursive_targets) install-am install-strip
639 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
640 check-am clean clean-generic clean-libtool cscopelist-am ctags \
641 ctags-am distclean distclean-generic distclean-libtool \
642 distclean-tags distdir dvi dvi-am html html-am info info-am \
643 install install-am install-data install-data-am install-dvi \
644 install-dvi-am install-exec install-exec-am install-html \
645 install-html-am install-info install-info-am install-man \
646 install-pdf install-pdf-am install-ps install-ps-am \
647 install-strip installcheck installcheck-am installdirs \
648 installdirs-am maintainer-clean maintainer-clean-generic \
649 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
650 ps ps-am tags tags-am uninstall uninstall-am
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.