1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
96	$(top_srcdir)/build/ax_boost_unit_test_framework.m4 \
97	$(top_srcdir)/build/libtool.m4 \
98	$(top_srcdir)/build/ltoptions.m4 \
99	$(top_srcdir)/build/ltsugar.m4 \
100	$(top_srcdir)/build/ltversion.m4 \
101	$(top_srcdir)/build/lt~obsolete.m4 \
102	$(top_srcdir)/build/reduced.m4 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106	$(am__configure_deps) $(dist_noinst_SCRIPTS) \
107	$(dist_noinst_DATA) $(am__DIST_COMMON)
108am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109 configure.lineno config.status.lineno
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/build/config.h cairommconfig.h
112CONFIG_CLEAN_FILES = docs/reference/Doxyfile data/cairomm-1.0.pc \
113	data/cairomm-ft-1.0.pc data/cairomm-pdf-1.0.pc \
114	data/cairomm-png-1.0.pc data/cairomm-ps-1.0.pc \
115	data/cairomm-quartz-1.0.pc data/cairomm-quartz-font-1.0.pc \
116	data/cairomm-quartz-image-1.0.pc data/cairomm-svg-1.0.pc \
117	data/cairomm-win32-1.0.pc data/cairomm-win32-font-1.0.pc \
118	data/cairomm-xlib-1.0.pc data/cairomm-xlib-xrender-1.0.pc \
119	MSVC_Net2013/cairomm/cairomm.rc
120CONFIG_CLEAN_VPATH_FILES =
121SCRIPTS = $(dist_noinst_SCRIPTS)
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo "  GEN     " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
137	ctags-recursive dvi-recursive html-recursive info-recursive \
138	install-data-recursive install-dvi-recursive \
139	install-exec-recursive install-html-recursive \
140	install-info-recursive install-pdf-recursive \
141	install-ps-recursive install-recursive installcheck-recursive \
142	installdirs-recursive pdf-recursive ps-recursive \
143	tags-recursive uninstall-recursive
144am__can_run_installinfo = \
145  case $$AM_UPDATE_INFO_DIR in \
146    n|no|NO) false;; \
147    *) (install-info --version) >/dev/null 2>&1;; \
148  esac
149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150am__vpath_adj = case $$p in \
151    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152    *) f=$$p;; \
153  esac;
154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155am__install_max = 40
156am__nobase_strip_setup = \
157  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158am__nobase_strip = \
159  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160am__nobase_list = $(am__nobase_strip_setup); \
161  for p in $$list; do echo "$$p $$p"; done | \
162  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164    if (++n[$$2] == $(am__install_max)) \
165      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166    END { for (dir in files) print dir, files[dir] }'
167am__base_list = \
168  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170am__uninstall_files_from_dir = { \
171  test -z "$$files" \
172    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174         $(am__cd) "$$dir" && rm -f $$files; }; \
175  }
176am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
177	"$(DESTDIR)$(cairomm_libincludedir)"
178DATA = $(dist_noinst_DATA) $(nodist_pkgconfig_DATA)
179HEADERS = $(nodist_cairomm_libinclude_HEADERS)
180RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
181  distclean-recursive maintainer-clean-recursive
182am__recursive_targets = \
183  $(RECURSIVE_TARGETS) \
184  $(RECURSIVE_CLEAN_TARGETS) \
185  $(am__extra_recursive_targets)
186AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
187	cscope distdir dist dist-all distcheck
188am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
189	$(LISP)cairommconfig.h.in
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates.  Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194  BEGIN { nonempty = 0; } \
195  { items[$$0] = 1; nonempty = 1; } \
196  END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique.  This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202  list='$(am__tagged_files)'; \
203  unique=`for i in $$list; do \
204    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205  done | $(am__uniquify_input)`
206ETAGS = etags
207CTAGS = ctags
208CSCOPE = cscope
209DIST_SUBDIRS = cairomm examples tests docs
210am__DIST_COMMON = $(srcdir)/MSVC_Net2013/filelist.am \
211	$(srcdir)/Makefile.in $(srcdir)/cairommconfig.h.in \
212	$(top_srcdir)/MSVC_Net2013/cairomm/cairomm.rc.in \
213	$(top_srcdir)/build/compile $(top_srcdir)/build/config.guess \
214	$(top_srcdir)/build/config.h.in $(top_srcdir)/build/config.sub \
215	$(top_srcdir)/build/dist-changelog.am \
216	$(top_srcdir)/build/install-sh $(top_srcdir)/build/ltmain.sh \
217	$(top_srcdir)/build/missing \
218	$(top_srcdir)/data/cairomm-1.0.pc.in \
219	$(top_srcdir)/data/cairomm-ft-1.0.pc.in \
220	$(top_srcdir)/data/cairomm-pdf-1.0.pc.in \
221	$(top_srcdir)/data/cairomm-png-1.0.pc.in \
222	$(top_srcdir)/data/cairomm-ps-1.0.pc.in \
223	$(top_srcdir)/data/cairomm-quartz-1.0.pc.in \
224	$(top_srcdir)/data/cairomm-quartz-font-1.0.pc.in \
225	$(top_srcdir)/data/cairomm-quartz-image-1.0.pc.in \
226	$(top_srcdir)/data/cairomm-svg-1.0.pc.in \
227	$(top_srcdir)/data/cairomm-win32-1.0.pc.in \
228	$(top_srcdir)/data/cairomm-win32-font-1.0.pc.in \
229	$(top_srcdir)/data/cairomm-xlib-1.0.pc.in \
230	$(top_srcdir)/data/cairomm-xlib-xrender-1.0.pc.in \
231	$(top_srcdir)/docs/reference/Doxyfile.in AUTHORS COPYING \
232	ChangeLog INSTALL NEWS README build/compile build/config.guess \
233	build/config.sub build/install-sh build/ltmain.sh \
234	build/missing
235DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236distdir = $(PACKAGE)-$(VERSION)
237top_distdir = $(distdir)
238am__remove_distdir = \
239  if test -d "$(distdir)"; then \
240    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
241      && rm -rf "$(distdir)" \
242      || { sleep 5 && rm -rf "$(distdir)"; }; \
243  else :; fi
244am__post_remove_distdir = $(am__remove_distdir)
245am__relativize = \
246  dir0=`pwd`; \
247  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
248  sed_rest='s,^[^/]*/*,,'; \
249  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
250  sed_butlast='s,/*[^/]*$$,,'; \
251  while test -n "$$dir1"; do \
252    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
253    if test "$$first" != "."; then \
254      if test "$$first" = ".."; then \
255        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
256        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
257      else \
258        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
259        if test "$$first2" = "$$first"; then \
260          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
261        else \
262          dir2="../$$dir2"; \
263        fi; \
264        dir0="$$dir0"/"$$first"; \
265      fi; \
266    fi; \
267    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
268  done; \
269  reldir="$$dir2"
270DIST_ARCHIVES = $(distdir).tar.gz
271GZIP_ENV = --best
272DIST_TARGETS = dist-gzip
273distuninstallcheck_listfiles = find . -type f -print
274am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
275  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
276distcleancheck_listfiles = find . -type f -print
277ACLOCAL = @ACLOCAL@
278ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
279AMTAR = @AMTAR@
280AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
281AR = @AR@
282AS = @AS@
283AUTOCONF = @AUTOCONF@
284AUTOHEADER = @AUTOHEADER@
285AUTOMAKE = @AUTOMAKE@
286AWK = @AWK@
287BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
288BOOST_LDFLAGS = @BOOST_LDFLAGS@
289BOOST_UNIT_TEST_FRAMEWORK_LIB = @BOOST_UNIT_TEST_FRAMEWORK_LIB@
290BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB = @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@
291CAIROMM_API_VERSION = @CAIROMM_API_VERSION@
292CAIROMM_CFLAGS = @CAIROMM_CFLAGS@
293CAIROMM_INSTALL_PC = @CAIROMM_INSTALL_PC@
294CAIROMM_LIBS = @CAIROMM_LIBS@
295CAIROMM_MAJOR_VERSION = @CAIROMM_MAJOR_VERSION@
296CAIROMM_MICRO_VERSION = @CAIROMM_MICRO_VERSION@
297CAIROMM_MINOR_VERSION = @CAIROMM_MINOR_VERSION@
298CAIROMM_MODULES = @CAIROMM_MODULES@
299CAIROMM_MODULE_NAME = @CAIROMM_MODULE_NAME@
300CAIROMM_SO_VERSION = @CAIROMM_SO_VERSION@
301CAIROMM_VERSION = @CAIROMM_VERSION@
302CAIROMM_WXXFLAGS = @CAIROMM_WXXFLAGS@
303CC = @CC@
304CCDEPMODE = @CCDEPMODE@
305CFLAGS = @CFLAGS@
306CPP = @CPP@
307CPPFLAGS = @CPPFLAGS@
308CXX = @CXX@
309CXXCPP = @CXXCPP@
310CXXDEPMODE = @CXXDEPMODE@
311CXXFLAGS = @CXXFLAGS@
312CYGPATH_W = @CYGPATH_W@
313DEFS = @DEFS@
314DEPDIR = @DEPDIR@
315DLLTOOL = @DLLTOOL@
316DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
317DOT = @DOT@
318DOXYGEN = @DOXYGEN@
319DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
320DSYMUTIL = @DSYMUTIL@
321DUMPBIN = @DUMPBIN@
322ECHO_C = @ECHO_C@
323ECHO_N = @ECHO_N@
324ECHO_T = @ECHO_T@
325EGREP = @EGREP@
326EXEEXT = @EXEEXT@
327FGREP = @FGREP@
328GREP = @GREP@
329HAVE_CXX11 = @HAVE_CXX11@
330INSTALL = @INSTALL@
331INSTALL_DATA = @INSTALL_DATA@
332INSTALL_PROGRAM = @INSTALL_PROGRAM@
333INSTALL_SCRIPT = @INSTALL_SCRIPT@
334INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
335LD = @LD@
336LDFLAGS = @LDFLAGS@
337LIBOBJS = @LIBOBJS@
338LIBS = @LIBS@
339LIBTOOL = @LIBTOOL@
340LIPO = @LIPO@
341LN_S = @LN_S@
342LTLIBOBJS = @LTLIBOBJS@
343LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
344MAINT = @MAINT@
345MAKEINFO = @MAKEINFO@
346MANIFEST_TOOL = @MANIFEST_TOOL@
347MKDIR_P = @MKDIR_P@
348MMDOCTOOLDIR = @MMDOCTOOLDIR@
349NM = @NM@
350NMEDIT = @NMEDIT@
351OBJDUMP = @OBJDUMP@
352OBJEXT = @OBJEXT@
353OTOOL = @OTOOL@
354OTOOL64 = @OTOOL64@
355PACKAGE = @PACKAGE@
356PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
357PACKAGE_NAME = @PACKAGE_NAME@
358PACKAGE_STRING = @PACKAGE_STRING@
359PACKAGE_TARNAME = @PACKAGE_TARNAME@
360PACKAGE_URL = @PACKAGE_URL@
361PACKAGE_VERSION = @PACKAGE_VERSION@
362PATH_SEPARATOR = @PATH_SEPARATOR@
363PERL = @PERL@
364PKG_CONFIG = @PKG_CONFIG@
365PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
366PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
367RANLIB = @RANLIB@
368SED = @SED@
369SET_MAKE = @SET_MAKE@
370SHELL = @SHELL@
371STRIP = @STRIP@
372VERSION = @VERSION@
373XSLTPROC = @XSLTPROC@
374abs_builddir = @abs_builddir@
375abs_srcdir = @abs_srcdir@
376abs_top_builddir = @abs_top_builddir@
377abs_top_srcdir = @abs_top_srcdir@
378ac_ct_AR = @ac_ct_AR@
379ac_ct_CC = @ac_ct_CC@
380ac_ct_CXX = @ac_ct_CXX@
381ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382am__include = @am__include@
383am__leading_dot = @am__leading_dot@
384am__quote = @am__quote@
385am__tar = @am__tar@
386am__untar = @am__untar@
387bindir = @bindir@
388build = @build@
389build_alias = @build_alias@
390build_cpu = @build_cpu@
391build_os = @build_os@
392build_vendor = @build_vendor@
393builddir = @builddir@
394datadir = @datadir@
395datarootdir = @datarootdir@
396docdir = @docdir@
397dvidir = @dvidir@
398exec_prefix = @exec_prefix@
399host = @host@
400host_alias = @host_alias@
401host_cpu = @host_cpu@
402host_os = @host_os@
403host_vendor = @host_vendor@
404htmldir = @htmldir@
405includedir = @includedir@
406infodir = @infodir@
407install_sh = @install_sh@
408libdir = @libdir@
409libexecdir = @libexecdir@
410localedir = @localedir@
411localstatedir = @localstatedir@
412mandir = @mandir@
413mkdir_p = @mkdir_p@
414oldincludedir = @oldincludedir@
415pdfdir = @pdfdir@
416prefix = @prefix@
417program_transform_name = @program_transform_name@
418psdir = @psdir@
419runstatedir = @runstatedir@
420sbindir = @sbindir@
421sharedstatedir = @sharedstatedir@
422srcdir = @srcdir@
423sysconfdir = @sysconfdir@
424target_alias = @target_alias@
425top_build_prefix = @top_build_prefix@
426top_builddir = @top_builddir@
427top_srcdir = @top_srcdir@
428ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
429DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=max
430@ENABLE_DOCUMENTATION_FALSE@doc_subdirs =
431@ENABLE_DOCUMENTATION_TRUE@doc_subdirs = docs
432SUBDIRS = cairomm examples tests $(doc_subdirs)
433cairomm_libincludedir = $(libdir)/$(CAIROMM_MODULE_NAME)/include
434nodist_cairomm_libinclude_HEADERS = cairommconfig.h
435pkgconfigdir = $(prefix)/libdata/pkgconfig
436nodist_pkgconfig_DATA = $(CAIROMM_INSTALL_PC)
437msvc_net2013_data = README \
438                    cairomm.sln \
439                    cairomm-build-defines.props \
440                    cairomm-version-paths.props \
441                    gendef.vcxproj \
442                    gendef.vcxproj.filters \
443                    gendef/gendef.cc \
444                    cairomm/cairommconfig.h \
445                    cairomm/cairomm.rc \
446                    cairomm.vcxproj \
447                    cairomm.vcxproj.filters \
448                    image-surface.vcxproj \
449                    image-surface.vcxproj.filters \
450                    pdf-surface.vcxproj \
451                    pdf-surface.vcxproj.filters \
452                    ps-surface.vcxproj \
453                    ps-surface.vcxproj.filters \
454                    svg-surface.vcxproj \
455                    svg-surface.vcxproj.filters \
456                    text-rotate.vcxproj \
457                    text-rotate.vcxproj.filters \
458                    toy-text.vcxproj \
459                    toy-text.vcxproj.filters \
460                    user-font.vcxproj \
461                    user-font.vcxproj.filters
462
463msvc_files = $(addprefix MSVC_Net2013/,$(msvc_net2013_data))
464dist_noinst_DATA = MAINTAINERS $(msvc_files)
465dist_noinst_SCRIPTS = autogen.sh
466DISTCLEANFILES = MSVC_Net2013/cairomm/cairommconfig.h
467
468# Optional: auto-generate the ChangeLog file from the git log on make dist
469
470# Copied from cairo/Makefile.am:
471#
472# Some custom targets to make it easier to release things.
473# Use either:
474#		make release-check
475# or		make release-publish
476RELEASE_UPLOAD_HOST = cairographics.org
477RELEASE_UPLOAD_BASE = /srv/cairo.freedesktop.org/www
478RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/releases
479RELEASE_URL_BASE = http://cairographics.org/releases
480RELEASE_ANNOUNCE_LIST = cairo-announce@cairographics.org (and CC gnome-announce-list@gnome.org)
481GIT = $(top_srcdir)/build/missing --run git
482tar_file = $(PACKAGE)-$(VERSION).tar.gz
483sha1_file = $(tar_file).sha1
484gpg_file = $(sha1_file).asc
485all: cairommconfig.h
486	$(MAKE) $(AM_MAKEFLAGS) all-recursive
487
488.SUFFIXES:
489am--refresh: Makefile
490	@:
491$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/MSVC_Net2013/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps)
492	@for dep in $?; do \
493	  case '$(am__configure_deps)' in \
494	    *$$dep*) \
495	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
496	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
497		&& exit 0; \
498	      exit 1;; \
499	  esac; \
500	done; \
501	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
502	$(am__cd) $(top_srcdir) && \
503	  $(AUTOMAKE) --gnu Makefile
504Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
505	@case '$?' in \
506	  *config.status*) \
507	    echo ' $(SHELL) ./config.status'; \
508	    $(SHELL) ./config.status;; \
509	  *) \
510	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
511	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
512	esac;
513$(srcdir)/MSVC_Net2013/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__empty):
514
515$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516	$(SHELL) ./config.status --recheck
517
518$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
519	$(am__cd) $(srcdir) && $(AUTOCONF)
520$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
521	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
522$(am__aclocal_m4_deps):
523
524build/config.h: build/stamp-h1
525	@test -f $@ || rm -f build/stamp-h1
526	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) build/stamp-h1
527
528build/stamp-h1: $(top_srcdir)/build/config.h.in $(top_builddir)/config.status
529	@rm -f build/stamp-h1
530	cd $(top_builddir) && $(SHELL) ./config.status build/config.h
531$(top_srcdir)/build/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
532	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
533	rm -f build/stamp-h1
534	touch $@
535
536cairommconfig.h: stamp-h2
537	@test -f $@ || rm -f stamp-h2
538	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
539
540stamp-h2: $(srcdir)/cairommconfig.h.in $(top_builddir)/config.status
541	@rm -f stamp-h2
542	cd $(top_builddir) && $(SHELL) ./config.status cairommconfig.h
543
544distclean-hdr:
545	-rm -f build/config.h build/stamp-h1 cairommconfig.h stamp-h2
546docs/reference/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/docs/reference/Doxyfile.in
547	cd $(top_builddir) && $(SHELL) ./config.status $@
548data/cairomm-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-1.0.pc.in
549	cd $(top_builddir) && $(SHELL) ./config.status $@
550data/cairomm-ft-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-ft-1.0.pc.in
551	cd $(top_builddir) && $(SHELL) ./config.status $@
552data/cairomm-pdf-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-pdf-1.0.pc.in
553	cd $(top_builddir) && $(SHELL) ./config.status $@
554data/cairomm-png-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-png-1.0.pc.in
555	cd $(top_builddir) && $(SHELL) ./config.status $@
556data/cairomm-ps-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-ps-1.0.pc.in
557	cd $(top_builddir) && $(SHELL) ./config.status $@
558data/cairomm-quartz-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-quartz-1.0.pc.in
559	cd $(top_builddir) && $(SHELL) ./config.status $@
560data/cairomm-quartz-font-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-quartz-font-1.0.pc.in
561	cd $(top_builddir) && $(SHELL) ./config.status $@
562data/cairomm-quartz-image-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-quartz-image-1.0.pc.in
563	cd $(top_builddir) && $(SHELL) ./config.status $@
564data/cairomm-svg-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-svg-1.0.pc.in
565	cd $(top_builddir) && $(SHELL) ./config.status $@
566data/cairomm-win32-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-win32-1.0.pc.in
567	cd $(top_builddir) && $(SHELL) ./config.status $@
568data/cairomm-win32-font-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-win32-font-1.0.pc.in
569	cd $(top_builddir) && $(SHELL) ./config.status $@
570data/cairomm-xlib-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-xlib-1.0.pc.in
571	cd $(top_builddir) && $(SHELL) ./config.status $@
572data/cairomm-xlib-xrender-1.0.pc: $(top_builddir)/config.status $(top_srcdir)/data/cairomm-xlib-xrender-1.0.pc.in
573	cd $(top_builddir) && $(SHELL) ./config.status $@
574MSVC_Net2013/cairomm/cairomm.rc: $(top_builddir)/config.status $(top_srcdir)/MSVC_Net2013/cairomm/cairomm.rc.in
575	cd $(top_builddir) && $(SHELL) ./config.status $@
576
577mostlyclean-libtool:
578	-rm -f *.lo
579
580clean-libtool:
581	-rm -rf .libs _libs
582
583distclean-libtool:
584	-rm -f libtool config.lt
585install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
586	@$(NORMAL_INSTALL)
587	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
588	if test -n "$$list"; then \
589	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
590	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
591	fi; \
592	for p in $$list; do \
593	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
594	  echo "$$d$$p"; \
595	done | $(am__base_list) | \
596	while read files; do \
597	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
598	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
599	done
600
601uninstall-nodist_pkgconfigDATA:
602	@$(NORMAL_UNINSTALL)
603	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
604	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
605	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
606install-nodist_cairomm_libincludeHEADERS: $(nodist_cairomm_libinclude_HEADERS)
607	@$(NORMAL_INSTALL)
608	@list='$(nodist_cairomm_libinclude_HEADERS)'; test -n "$(cairomm_libincludedir)" || list=; \
609	if test -n "$$list"; then \
610	  echo " $(MKDIR_P) '$(DESTDIR)$(cairomm_libincludedir)'"; \
611	  $(MKDIR_P) "$(DESTDIR)$(cairomm_libincludedir)" || exit 1; \
612	fi; \
613	for p in $$list; do \
614	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
615	  echo "$$d$$p"; \
616	done | $(am__base_list) | \
617	while read files; do \
618	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cairomm_libincludedir)'"; \
619	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(cairomm_libincludedir)" || exit $$?; \
620	done
621
622uninstall-nodist_cairomm_libincludeHEADERS:
623	@$(NORMAL_UNINSTALL)
624	@list='$(nodist_cairomm_libinclude_HEADERS)'; test -n "$(cairomm_libincludedir)" || list=; \
625	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
626	dir='$(DESTDIR)$(cairomm_libincludedir)'; $(am__uninstall_files_from_dir)
627
628# This directory's subdirectories are mostly independent; you can cd
629# into them and run 'make' without going through this Makefile.
630# To change the values of 'make' variables: instead of editing Makefiles,
631# (1) if the variable is set in 'config.status', edit 'config.status'
632#     (which will cause the Makefiles to be regenerated when you run 'make');
633# (2) otherwise, pass the desired values on the 'make' command line.
634$(am__recursive_targets):
635	@fail=; \
636	if $(am__make_keepgoing); then \
637	  failcom='fail=yes'; \
638	else \
639	  failcom='exit 1'; \
640	fi; \
641	dot_seen=no; \
642	target=`echo $@ | sed s/-recursive//`; \
643	case "$@" in \
644	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
645	  *) list='$(SUBDIRS)' ;; \
646	esac; \
647	for subdir in $$list; do \
648	  echo "Making $$target in $$subdir"; \
649	  if test "$$subdir" = "."; then \
650	    dot_seen=yes; \
651	    local_target="$$target-am"; \
652	  else \
653	    local_target="$$target"; \
654	  fi; \
655	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
656	  || eval $$failcom; \
657	done; \
658	if test "$$dot_seen" = "no"; then \
659	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
660	fi; test -z "$$fail"
661
662ID: $(am__tagged_files)
663	$(am__define_uniq_tagged_files); mkid -fID $$unique
664tags: tags-recursive
665TAGS: tags
666
667tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668	set x; \
669	here=`pwd`; \
670	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
671	  include_option=--etags-include; \
672	  empty_fix=.; \
673	else \
674	  include_option=--include; \
675	  empty_fix=; \
676	fi; \
677	list='$(SUBDIRS)'; for subdir in $$list; do \
678	  if test "$$subdir" = .; then :; else \
679	    test ! -f $$subdir/TAGS || \
680	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
681	  fi; \
682	done; \
683	$(am__define_uniq_tagged_files); \
684	shift; \
685	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
686	  test -n "$$unique" || unique=$$empty_fix; \
687	  if test $$# -gt 0; then \
688	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
689	      "$$@" $$unique; \
690	  else \
691	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
692	      $$unique; \
693	  fi; \
694	fi
695ctags: ctags-recursive
696
697CTAGS: ctags
698ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
699	$(am__define_uniq_tagged_files); \
700	test -z "$(CTAGS_ARGS)$$unique" \
701	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
702	     $$unique
703
704GTAGS:
705	here=`$(am__cd) $(top_builddir) && pwd` \
706	  && $(am__cd) $(top_srcdir) \
707	  && gtags -i $(GTAGS_ARGS) "$$here"
708cscope: cscope.files
709	test ! -s cscope.files \
710	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
711clean-cscope:
712	-rm -f cscope.files
713cscope.files: clean-cscope cscopelist
714cscopelist: cscopelist-recursive
715
716cscopelist-am: $(am__tagged_files)
717	list='$(am__tagged_files)'; \
718	case "$(srcdir)" in \
719	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
720	  *) sdir=$(subdir)/$(srcdir) ;; \
721	esac; \
722	for i in $$list; do \
723	  if test -f "$$i"; then \
724	    echo "$(subdir)/$$i"; \
725	  else \
726	    echo "$$sdir/$$i"; \
727	  fi; \
728	done >> $(top_builddir)/cscope.files
729
730distclean-tags:
731	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
732	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
733
734distdir: $(DISTFILES)
735	$(am__remove_distdir)
736	test -d "$(distdir)" || mkdir "$(distdir)"
737	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
738	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
739	list='$(DISTFILES)'; \
740	  dist_files=`for file in $$list; do echo $$file; done | \
741	  sed -e "s|^$$srcdirstrip/||;t" \
742	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
743	case $$dist_files in \
744	  */*) $(MKDIR_P) `echo "$$dist_files" | \
745			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
746			   sort -u` ;; \
747	esac; \
748	for file in $$dist_files; do \
749	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
750	  if test -d $$d/$$file; then \
751	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
752	    if test -d "$(distdir)/$$file"; then \
753	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
754	    fi; \
755	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
756	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
757	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
758	    fi; \
759	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
760	  else \
761	    test -f "$(distdir)/$$file" \
762	    || cp -p $$d/$$file "$(distdir)/$$file" \
763	    || exit 1; \
764	  fi; \
765	done
766	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
767	  if test "$$subdir" = .; then :; else \
768	    $(am__make_dryrun) \
769	      || test -d "$(distdir)/$$subdir" \
770	      || $(MKDIR_P) "$(distdir)/$$subdir" \
771	      || exit 1; \
772	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
773	    $(am__relativize); \
774	    new_distdir=$$reldir; \
775	    dir1=$$subdir; dir2="$(top_distdir)"; \
776	    $(am__relativize); \
777	    new_top_distdir=$$reldir; \
778	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
779	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
780	    ($(am__cd) $$subdir && \
781	      $(MAKE) $(AM_MAKEFLAGS) \
782	        top_distdir="$$new_top_distdir" \
783	        distdir="$$new_distdir" \
784		am__remove_distdir=: \
785		am__skip_length_check=: \
786		am__skip_mode_fix=: \
787	        distdir) \
788	      || exit 1; \
789	  fi; \
790	done
791	$(MAKE) $(AM_MAKEFLAGS) \
792	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
793	  dist-hook
794	-test -n "$(am__skip_mode_fix)" \
795	|| find "$(distdir)" -type d ! -perm -755 \
796		-exec chmod u+rwx,go+rx {} \; -o \
797	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
798	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
799	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
800	|| chmod -R a+r "$(distdir)"
801dist-gzip: distdir
802	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
803	$(am__post_remove_distdir)
804
805dist-bzip2: distdir
806	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
807	$(am__post_remove_distdir)
808
809dist-lzip: distdir
810	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
811	$(am__post_remove_distdir)
812
813dist-xz: distdir
814	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
815	$(am__post_remove_distdir)
816
817dist-tarZ: distdir
818	@echo WARNING: "Support for distribution archives compressed with" \
819		       "legacy program 'compress' is deprecated." >&2
820	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
821	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
822	$(am__post_remove_distdir)
823
824dist-shar: distdir
825	@echo WARNING: "Support for shar distribution archives is" \
826	               "deprecated." >&2
827	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
828	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
829	$(am__post_remove_distdir)
830
831dist-zip: distdir
832	-rm -f $(distdir).zip
833	zip -rq $(distdir).zip $(distdir)
834	$(am__post_remove_distdir)
835
836dist dist-all:
837	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
838	$(am__post_remove_distdir)
839
840# This target untars the dist file and tries a VPATH configuration.  Then
841# it guarantees that the distribution is self-contained by making another
842# tarfile.
843distcheck: dist
844	case '$(DIST_ARCHIVES)' in \
845	*.tar.gz*) \
846	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
847	*.tar.bz2*) \
848	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
849	*.tar.lz*) \
850	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
851	*.tar.xz*) \
852	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
853	*.tar.Z*) \
854	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
855	*.shar.gz*) \
856	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
857	*.zip*) \
858	  unzip $(distdir).zip ;;\
859	esac
860	chmod -R a-w $(distdir)
861	chmod u+w $(distdir)
862	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
863	chmod a-w $(distdir)
864	test -d $(distdir)/_build || exit 0; \
865	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
866	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
867	  && am__cwd=`pwd` \
868	  && $(am__cd) $(distdir)/_build/sub \
869	  && ../../configure \
870	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
871	    $(DISTCHECK_CONFIGURE_FLAGS) \
872	    --srcdir=../.. --prefix="$$dc_install_base" \
873	  && $(MAKE) $(AM_MAKEFLAGS) \
874	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
875	  && $(MAKE) $(AM_MAKEFLAGS) check \
876	  && $(MAKE) $(AM_MAKEFLAGS) install \
877	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
878	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
879	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
880	        distuninstallcheck \
881	  && chmod -R a-w "$$dc_install_base" \
882	  && ({ \
883	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
884	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
885	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
886	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
887	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
888	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
889	  && rm -rf "$$dc_destdir" \
890	  && $(MAKE) $(AM_MAKEFLAGS) dist \
891	  && rm -rf $(DIST_ARCHIVES) \
892	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
893	  && cd "$$am__cwd" \
894	  || exit 1
895	$(am__post_remove_distdir)
896	@(echo "$(distdir) archives ready for distribution: "; \
897	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
898	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
899distuninstallcheck:
900	@test -n '$(distuninstallcheck_dir)' || { \
901	  echo 'ERROR: trying to run $@ with an empty' \
902	       '$$(distuninstallcheck_dir)' >&2; \
903	  exit 1; \
904	}; \
905	$(am__cd) '$(distuninstallcheck_dir)' || { \
906	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
907	  exit 1; \
908	}; \
909	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
910	   || { echo "ERROR: files left after uninstall:" ; \
911	        if test -n "$(DESTDIR)"; then \
912	          echo "  (check DESTDIR support)"; \
913	        fi ; \
914	        $(distuninstallcheck_listfiles) ; \
915	        exit 1; } >&2
916distcleancheck: distclean
917	@if test '$(srcdir)' = . ; then \
918	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
919	  exit 1 ; \
920	fi
921	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
922	  || { echo "ERROR: files left in build directory after distclean:" ; \
923	       $(distcleancheck_listfiles) ; \
924	       exit 1; } >&2
925check-am: all-am
926check: check-recursive
927all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) cairommconfig.h
928installdirs: installdirs-recursive
929installdirs-am:
930	for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(cairomm_libincludedir)"; do \
931	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
932	done
933install: install-recursive
934install-exec: install-exec-recursive
935install-data: install-data-recursive
936uninstall: uninstall-recursive
937
938install-am: all-am
939	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
940
941installcheck: installcheck-recursive
942install-strip:
943	if test -z '$(STRIP)'; then \
944	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
945	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
946	      install; \
947	else \
948	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
949	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
950	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
951	fi
952mostlyclean-generic:
953
954clean-generic:
955
956distclean-generic:
957	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
958	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
959	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
960
961maintainer-clean-generic:
962	@echo "This command is intended for maintainers to use"
963	@echo "it deletes files that may require special tools to rebuild."
964clean: clean-recursive
965
966clean-am: clean-generic clean-libtool mostlyclean-am
967
968distclean: distclean-recursive
969	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
970	-rm -f Makefile
971distclean-am: clean-am distclean-generic distclean-hdr \
972	distclean-libtool distclean-tags
973
974dvi: dvi-recursive
975
976dvi-am:
977
978html: html-recursive
979
980html-am:
981
982info: info-recursive
983
984info-am:
985
986install-data-am: install-nodist_cairomm_libincludeHEADERS \
987	install-nodist_pkgconfigDATA
988
989install-dvi: install-dvi-recursive
990
991install-dvi-am:
992
993install-exec-am:
994
995install-html: install-html-recursive
996
997install-html-am:
998
999install-info: install-info-recursive
1000
1001install-info-am:
1002
1003install-man:
1004
1005install-pdf: install-pdf-recursive
1006
1007install-pdf-am:
1008
1009install-ps: install-ps-recursive
1010
1011install-ps-am:
1012
1013installcheck-am:
1014
1015maintainer-clean: maintainer-clean-recursive
1016	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1017	-rm -rf $(top_srcdir)/autom4te.cache
1018	-rm -f Makefile
1019maintainer-clean-am: distclean-am maintainer-clean-generic
1020
1021mostlyclean: mostlyclean-recursive
1022
1023mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1024
1025pdf: pdf-recursive
1026
1027pdf-am:
1028
1029ps: ps-recursive
1030
1031ps-am:
1032
1033uninstall-am: uninstall-nodist_cairomm_libincludeHEADERS \
1034	uninstall-nodist_pkgconfigDATA
1035
1036.MAKE: $(am__recursive_targets) all install-am install-strip
1037
1038.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1039	am--refresh check check-am clean clean-cscope clean-generic \
1040	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1041	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1042	dist-tarZ dist-xz dist-zip distcheck distclean \
1043	distclean-generic distclean-hdr distclean-libtool \
1044	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1045	dvi-am html html-am info info-am install install-am \
1046	install-data install-data-am install-dvi install-dvi-am \
1047	install-exec install-exec-am install-html install-html-am \
1048	install-info install-info-am install-man \
1049	install-nodist_cairomm_libincludeHEADERS \
1050	install-nodist_pkgconfigDATA install-pdf install-pdf-am \
1051	install-ps install-ps-am install-strip installcheck \
1052	installcheck-am installdirs installdirs-am maintainer-clean \
1053	maintainer-clean-generic mostlyclean mostlyclean-generic \
1054	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1055	uninstall-am uninstall-nodist_cairomm_libincludeHEADERS \
1056	uninstall-nodist_pkgconfigDATA
1057
1058.PRECIOUS: Makefile
1059
1060
1061@MAINTAINER_MODE_TRUE@dist-hook: dist-changelog
1062@MAINTAINER_MODE_FALSE@dist-hook:
1063
1064.PHONY: dist-changelog
1065
1066dist-changelog:
1067	$(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \
1068		log --no-merges --date=short --pretty='tformat:%cd  %an  <%ae>%n%n%s%n%n%b' | \
1069	 $(SED)	-e '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/,/^$$/ b' \
1070		-e '/[^	 ]/,/^[	 ]*$$/ !d' \
1071		-e 's/^[	 ]*/	/' \
1072		-e 's/^[	 ]*$$//' >.ChangeLog.tmp; \
1073	then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
1074	else rm -f .ChangeLog.tmp; exit 1; fi
1075
1076$(sha1_file): $(tar_file)
1077	sha1sum $^ > $@
1078
1079$(gpg_file): $(sha1_file)
1080	@echo "Please enter your GPG password to sign the checksum."
1081	gpg --armor --sign $^
1082
1083release-verify-even-micro:
1084	@echo -n "Checking that $(PACKAGE_VERSION) has an even micro component..."
1085	@test "$(GENERIC_MICRO_VERSION)" = "`echo $(GENERIC_MICRO_VERSION)/2*2 | bc`" \
1086		|| (echo "Ouch." && echo "The version micro component '$(GENERIC_MICRO_VERSION)' is not an even number." \
1087		&& echo "The version in configure.in must be incremented before a new release." \
1088		&& false)
1089	@echo "Good."
1090
1091release-verify-newer:
1092	@echo -n "Checking that no $(PACKAGE_VERSION) release already exists..."
1093	@ssh $(RELEASE_UPLOAD_HOST) test ! -e $(RELEASE_UPLOAD_DIR)/$(tar_file) \
1094		|| (echo "Ouch." && echo "Found: $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)/$(tar_file)" \
1095		&& echo "Are you sure you have an updated git checkout?" \
1096		&& echo "This should never happen." \
1097		&& false)
1098	@echo "Good."
1099
1100release-remove-old:
1101	rm -f $(tar_file) $(sha1_file) $(gpg_file)
1102
1103# Maybe it's just my system, but somehow group sticky bits keep
1104# getting set and this causes failures in un-tarring on some systems.
1105# Until I figure out where the sticky bit is coming from, just clean
1106# these up before building a release.
1107release-cleanup-group-sticky:
1108	find . -type f | xargs chmod g-s
1109
1110release-check: release-verify-even-micro release-verify-newer release-remove-old release-cleanup-group-sticky distcheck
1111
1112release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file)
1113	mkdir -p releases
1114	scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
1115	mv $(tar_file) $(sha1_file) $(gpg_file) releases
1116	ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)"
1117	$(GIT) tag -s -m "$(PACKAGE) release $(PACKAGE_VERSION)" v$(PACKAGE_VERSION)
1118
1119# TODO: Had to remove the doc-publish target for now.
1120release-publish: release-upload releases/$(sha1_file)
1121	@echo ""
1122	@echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
1123	@echo "including the following:"
1124	@echo ""
1125	@echo "Subject: $(PACKAGE) release $(PACKAGE_VERSION) now available"
1126	@echo ""
1127	@echo "============================== CUT HERE =============================="
1128	@echo "cairomm is a C++ API for the cairo graphics library.  For more "
1129	@echo "information, see http://cairographics.org/cairomm"
1130	@echo ""
1131	@echo "A new $(PACKAGE) release $(PACKAGE_VERSION) is now available from:"
1132	@echo ""
1133	@echo "	$(RELEASE_URL_BASE)/$(tar_file)"
1134	@echo ""
1135	@echo "    which can be verified with:"
1136	@echo ""
1137	@echo "	$(RELEASE_URL_BASE)/$(sha1_file)"
1138	@echo -n "	"
1139	@cat releases/$(sha1_file)
1140	@echo ""
1141	@echo "	$(RELEASE_URL_BASE)/$(gpg_file)"
1142	@echo "	(signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
1143	@echo ""
1144	@echo "WHAT'S NEW"
1145	@echo "=========="
1146	@echo ""
1147	@echo "============================== CUT HERE =============================="
1148	@echo "Also, please include the new entries from the NEWS file."
1149	@echo ""
1150	@echo "Last but not least, do not forget to bump up the micro"
1151	@echo "version component to the next (odd) number and commit."
1152
1153.PHONY: release-verify-even-micro release-verify-newer release-remove-old release-cleanup-group-sticky release-check release-upload release-publish
1154
1155# Tell versions [3.59,3.63) of GNU make to not export all variables.
1156# Otherwise a system limit (for SysV at least) may be exceeded.
1157.NOEXPORT:
1158