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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = docs
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
94	$(top_srcdir)/build/ax_boost_unit_test_framework.m4 \
95	$(top_srcdir)/build/libtool.m4 \
96	$(top_srcdir)/build/ltoptions.m4 \
97	$(top_srcdir)/build/ltsugar.m4 \
98	$(top_srcdir)/build/ltversion.m4 \
99	$(top_srcdir)/build/lt~obsolete.m4 \
100	$(top_srcdir)/build/reduced.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_noinst_DATA_DIST) \
104	$(dist_reference_DATA) $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/build/config.h \
107	$(top_builddir)/cairommconfig.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
122SOURCES =
123DIST_SOURCES =
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129am__dist_noinst_DATA_DIST = $(strip $(addprefix \
130	$(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl \
131	tagfile-to-devhelp2.xsl doxygen-extra.css) $(doc_dist_files)) \
132	doc-postprocess.pl
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136    *) f=$$p;; \
137  esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145  for p in $$list; do echo "$$p $$p"; done | \
146  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148    if (++n[$$2] == $(am__install_max)) \
149      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150    END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155  test -z "$$files" \
156    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158         $(am__cd) "$$dir" && rm -f $$files; }; \
159  }
160am__installdirs = "$(DESTDIR)$(referencedir)"
161DATA = $(dist_noinst_DATA) $(dist_reference_DATA)
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163am__DIST_COMMON = $(srcdir)/Makefile.in \
164	$(top_srcdir)/build/doc-reference.am \
165	$(top_srcdir)/cairomm/filelist.am
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167ACLOCAL = @ACLOCAL@
168ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
169AMTAR = @AMTAR@
170AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171AR = @AR@
172AS = @AS@
173AUTOCONF = @AUTOCONF@
174AUTOHEADER = @AUTOHEADER@
175AUTOMAKE = @AUTOMAKE@
176AWK = @AWK@
177BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
178BOOST_LDFLAGS = @BOOST_LDFLAGS@
179BOOST_UNIT_TEST_FRAMEWORK_LIB = @BOOST_UNIT_TEST_FRAMEWORK_LIB@
180BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB = @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@
181CAIROMM_API_VERSION = @CAIROMM_API_VERSION@
182CAIROMM_CFLAGS = @CAIROMM_CFLAGS@
183CAIROMM_INSTALL_PC = @CAIROMM_INSTALL_PC@
184CAIROMM_LIBS = @CAIROMM_LIBS@
185CAIROMM_MAJOR_VERSION = @CAIROMM_MAJOR_VERSION@
186CAIROMM_MICRO_VERSION = @CAIROMM_MICRO_VERSION@
187CAIROMM_MINOR_VERSION = @CAIROMM_MINOR_VERSION@
188CAIROMM_MODULES = @CAIROMM_MODULES@
189CAIROMM_MODULE_NAME = @CAIROMM_MODULE_NAME@
190CAIROMM_SO_VERSION = @CAIROMM_SO_VERSION@
191CAIROMM_VERSION = @CAIROMM_VERSION@
192CAIROMM_WXXFLAGS = @CAIROMM_WXXFLAGS@
193CC = @CC@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CXX = @CXX@
199CXXCPP = @CXXCPP@
200CXXDEPMODE = @CXXDEPMODE@
201CXXFLAGS = @CXXFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
207DOT = @DOT@
208DOXYGEN = @DOXYGEN@
209DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
210DSYMUTIL = @DSYMUTIL@
211DUMPBIN = @DUMPBIN@
212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EGREP = @EGREP@
216EXEEXT = @EXEEXT@
217FGREP = @FGREP@
218GREP = @GREP@
219HAVE_CXX11 = @HAVE_CXX11@
220INSTALL = @INSTALL@
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225LD = @LD@
226LDFLAGS = @LDFLAGS@
227LIBOBJS = @LIBOBJS@
228LIBS = @LIBS@
229LIBTOOL = @LIBTOOL@
230LIPO = @LIPO@
231LN_S = @LN_S@
232LTLIBOBJS = @LTLIBOBJS@
233LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
234MAINT = @MAINT@
235MAKEINFO = @MAKEINFO@
236MANIFEST_TOOL = @MANIFEST_TOOL@
237MKDIR_P = @MKDIR_P@
238MMDOCTOOLDIR = @MMDOCTOOLDIR@
239NM = @NM@
240NMEDIT = @NMEDIT@
241OBJDUMP = @OBJDUMP@
242OBJEXT = @OBJEXT@
243OTOOL = @OTOOL@
244OTOOL64 = @OTOOL64@
245PACKAGE = @PACKAGE@
246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247PACKAGE_NAME = @PACKAGE_NAME@
248PACKAGE_STRING = @PACKAGE_STRING@
249PACKAGE_TARNAME = @PACKAGE_TARNAME@
250PACKAGE_URL = @PACKAGE_URL@
251PACKAGE_VERSION = @PACKAGE_VERSION@
252PATH_SEPARATOR = @PATH_SEPARATOR@
253PERL = @PERL@
254PKG_CONFIG = @PKG_CONFIG@
255PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
256PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
257RANLIB = @RANLIB@
258SED = @SED@
259SET_MAKE = @SET_MAKE@
260SHELL = @SHELL@
261STRIP = @STRIP@
262VERSION = @VERSION@
263XSLTPROC = @XSLTPROC@
264abs_builddir = @abs_builddir@
265abs_srcdir = @abs_srcdir@
266abs_top_builddir = @abs_top_builddir@
267abs_top_srcdir = @abs_top_srcdir@
268ac_ct_AR = @ac_ct_AR@
269ac_ct_CC = @ac_ct_CC@
270ac_ct_CXX = @ac_ct_CXX@
271ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272am__include = @am__include@
273am__leading_dot = @am__leading_dot@
274am__quote = @am__quote@
275am__tar = @am__tar@
276am__untar = @am__untar@
277bindir = @bindir@
278build = @build@
279build_alias = @build_alias@
280build_cpu = @build_cpu@
281build_os = @build_os@
282build_vendor = @build_vendor@
283builddir = @builddir@
284datadir = @datadir@
285datarootdir = @datarootdir@
286docdir = @docdir@
287dvidir = @dvidir@
288exec_prefix = @exec_prefix@
289host = @host@
290host_alias = @host_alias@
291host_cpu = @host_cpu@
292host_os = @host_os@
293host_vendor = @host_vendor@
294htmldir = @htmldir@
295includedir = @includedir@
296infodir = @infodir@
297install_sh = @install_sh@
298libdir = @libdir@
299libexecdir = @libexecdir@
300localedir = @localedir@
301localstatedir = @localstatedir@
302mandir = @mandir@
303mkdir_p = @mkdir_p@
304oldincludedir = @oldincludedir@
305pdfdir = @pdfdir@
306prefix = @prefix@
307program_transform_name = @program_transform_name@
308psdir = @psdir@
309runstatedir = @runstatedir@
310sbindir = @sbindir@
311sharedstatedir = @sharedstatedir@
312srcdir = @srcdir@
313sysconfdir = @sysconfdir@
314target_alias = @target_alias@
315top_build_prefix = @top_build_prefix@
316top_builddir = @top_builddir@
317top_srcdir = @top_srcdir@
318cairomm_cc = \
319	context.cc			\
320	context_surface_quartz.cc	\
321	context_surface_win32.cc	\
322	context_surface_xlib.cc		\
323  device.cc \
324	exception.cc			\
325	fontface.cc			\
326	fontoptions.cc			\
327	matrix.cc			\
328	path.cc				\
329	pattern.cc			\
330	private.cc			\
331	quartz_font.cc			\
332	quartz_surface.cc		\
333	region.cc \
334	scaledfont.cc			\
335    script.cc       \
336	script_surface.cc		\
337	surface.cc			\
338	win32_font.cc			\
339	win32_surface.cc		\
340	xlib_surface.cc
341
342cairomm_public_h = \
343	cairomm.h			\
344	context.h			\
345  device.h \
346	enums.h				\
347	exception.h			\
348	fontface.h			\
349	fontoptions.h			\
350	matrix.h path.h			\
351	pattern.h			\
352	quartz_font.h			\
353	quartz_surface.h		\
354	refptr.h			\
355	region.h \
356	scaledfont.h			\
357    script.h    \
358	script_surface.h    \
359	surface.h			\
360	types.h				\
361	win32_font.h			\
362	win32_surface.h			\
363	xlib_surface.h
364
365cairomm_private_h = \
366	context_private.h		\
367	private.h
368
369book_name = $(CAIROMM_MODULE_NAME)
370doc_input = $(addprefix $(top_srcdir)/cairomm/,$(cairomm_public_h))
371pubdocbase = http://www.cairographics.org/documentation/
372htmlrefpub = $(pubdocbase)cairomm/reference
373
374# Function: $(call vpath_listall,PATTERN ...)
375# Get all filenames which match a PATTERN from the list.  Look for files
376# relative to either the current directory or $(srcdir).  Strip $(srcdir)/
377# again before returning and remove any duplicates.
378vpath_srclist = $(patsubst $(srcdir)/%,%,$(wildcard $(addprefix $(srcdir)/,$(1))))
379vpath_listall = $(sort $(wildcard $(1)) $(if $(srcdir:.=),$(vpath_srclist)))
380
381# Installation directories.
382libdocdir = $(datarootdir)/doc/$(book_name)
383referencedir = $(libdocdir)/reference
384htmlrefdir = $(referencedir)/html
385devhelpdir = $(datadir)/devhelp/books/$(book_name)
386@DIST_DOCTOOLS_FALSE@doctools_dist_files =
387
388# Optionally, the documentation utilities may be included in source tarballs
389# so that mm-common is only required when building in maintainer mode.
390@DIST_DOCTOOLS_TRUE@doctools_dist_files = $(addprefix $(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl tagfile-to-devhelp2.xsl doxygen-extra.css)
391@ENABLE_DOCUMENTATION_FALSE@doc_build_files =
392@ENABLE_DOCUMENTATION_TRUE@doc_build_files = $(doxytagfile) $(devhelpfile)
393@ENABLE_DOCUMENTATION_FALSE@doc_inst_targets =
394@ENABLE_DOCUMENTATION_TRUE@doc_inst_targets = install-htmlref install-devhelp
395@ENABLE_DOCUMENTATION_FALSE@doc_inst_files =
396@ENABLE_DOCUMENTATION_TRUE@doc_inst_files = $(doxytagfile)
397@ENABLE_DOCUMENTATION_FALSE@doc_dist_files =
398@ENABLE_DOCUMENTATION_TRUE@doc_dist_files = $(devhelpfile) $(call vpath_listall,$(htmlref_patterns))
399dist_reference_DATA = $(strip $(doc_inst_files))
400dist_noinst_DATA = $(strip $(doctools_dist_files) $(doc_dist_files)) \
401	doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl
402DISTCLEANFILES = $(doc_outdir)/doxygen.log
403MAINTAINERCLEANFILES = $(doxytagfile) $(devhelpfile) $(doc_outdir)/html/*
404
405# The generic bit of the doc-install.pl command line.
406doc_install_cmd = $(doc_install) --verbose --mode=0644
407
408# Transform $(datarootdir) into a URI to match MM_ARG_WITH_TAGFILE_DOC().
409datarootdir_esc = $(subst $(subst ,, ),%20,$(subst \,/,$(datarootdir)))
410docdir_base_uri = file:///$(patsubst /%,%,$(datarootdir_esc:/=))/doc
411
412# The command and options used to install the files from the HTML reference
413# documentation.  The $(subst) magic translates external tag references from
414# absolute to relative paths if the destination is on the local file system
415# and installed under the same prefix as the package being built.
416htmlref_relinst = $(subst @$(docdir_base_uri)/,@../../../,$(DOCINSTALL_FLAGS))
417htmlref_install = $(doc_install_cmd) $(htmlref_relinst)
418
419# The command and options used to install the Devhelp file.
420devhelp_install = $(doc_install_cmd) --book-base='$(htmlrefdir:/=)'
421
422# Helper variables to replicate each pattern with a $(srcdir)/ prefix.
423# Also add quoting to prevent the shell from expanding the patterns.
424htmlref_patterns_dup = $(foreach item,$(htmlref_patterns),'$(item)' '$(srcdir)/$(item)')
425htmlref_patterns_quote = $(patsubst %,'%',$(htmlref_patterns))
426htmlref_patterns_vpath = $(if $(srcdir:.=),$(htmlref_patterns_dup),$(htmlref_patterns_quote))
427
428# Expand to a list of -name 'PATTERN' arguments for use with 'find'.
429htmlref_find_patterns = $(patsubst %,-name '%' -o,$(notdir $(htmlref_patterns))) -false
430
431# The parameters to the Doxygen-to-Devhelp XSLT script
432dh_xsl_params = --stringparam book_title '$(book_title)' \
433		--stringparam book_name '$(book_name)' \
434		--stringparam book_base html
435
436
437# Generated configuration files which, when updated, should cause the
438# reference documentation to be rebuilt.
439doc_config_deps = $(CONFIG_HEADER) $(srcdir)/$(doc_config).in $(srcdir)/Makefile.in
440@MAINTAINER_MODE_FALSE@doc_dependencies =
441
442# Regenerate the documentation automatically only in maintainer mode.
443# Depend on the generated configuration header files to trigger a rebuild
444# if a configuration value changed.  The configuration header files only
445# have their timestamp modified when the content actually changed, which
446# is not the case for any other files generated by configure.
447@MAINTAINER_MODE_TRUE@doc_dependencies = $(doc_config_deps) $(doc_input)
448all: all-am
449
450.SUFFIXES:
451$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cairomm/filelist.am $(top_srcdir)/build/doc-reference.am $(am__configure_deps)
452	@for dep in $?; do \
453	  case '$(am__configure_deps)' in \
454	    *$$dep*) \
455	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
456	        && { if test -f $@; then exit 0; else break; fi; }; \
457	      exit 1;; \
458	  esac; \
459	done; \
460	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
461	$(am__cd) $(top_srcdir) && \
462	  $(AUTOMAKE) --gnu docs/Makefile
463Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
464	@case '$?' in \
465	  *config.status*) \
466	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
467	  *) \
468	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
469	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
470	esac;
471$(top_srcdir)/cairomm/filelist.am $(top_srcdir)/build/doc-reference.am $(am__empty):
472
473$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
476$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
477	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(am__aclocal_m4_deps):
481
482mostlyclean-libtool:
483	-rm -f *.lo
484
485clean-libtool:
486	-rm -rf .libs _libs
487install-dist_referenceDATA: $(dist_reference_DATA)
488	@$(NORMAL_INSTALL)
489	@list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
490	if test -n "$$list"; then \
491	  echo " $(MKDIR_P) '$(DESTDIR)$(referencedir)'"; \
492	  $(MKDIR_P) "$(DESTDIR)$(referencedir)" || exit 1; \
493	fi; \
494	for p in $$list; do \
495	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
496	  echo "$$d$$p"; \
497	done | $(am__base_list) | \
498	while read files; do \
499	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(referencedir)'"; \
500	  $(INSTALL_DATA) $$files "$(DESTDIR)$(referencedir)" || exit $$?; \
501	done
502
503uninstall-dist_referenceDATA:
504	@$(NORMAL_UNINSTALL)
505	@list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
506	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
507	dir='$(DESTDIR)$(referencedir)'; $(am__uninstall_files_from_dir)
508tags TAGS:
509
510ctags CTAGS:
511
512cscope cscopelist:
513
514
515distdir: $(DISTFILES)
516	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	list='$(DISTFILES)'; \
519	  dist_files=`for file in $$list; do echo $$file; done | \
520	  sed -e "s|^$$srcdirstrip/||;t" \
521	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522	case $$dist_files in \
523	  */*) $(MKDIR_P) `echo "$$dist_files" | \
524			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525			   sort -u` ;; \
526	esac; \
527	for file in $$dist_files; do \
528	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529	  if test -d $$d/$$file; then \
530	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531	    if test -d "$(distdir)/$$file"; then \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539	  else \
540	    test -f "$(distdir)/$$file" \
541	    || cp -p $$d/$$file "$(distdir)/$$file" \
542	    || exit 1; \
543	  fi; \
544	done
545check-am: all-am
546check: check-am
547all-am: Makefile $(DATA) all-local
548installdirs:
549	for dir in "$(DESTDIR)$(referencedir)"; do \
550	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
551	done
552install: install-am
553install-exec: install-exec-am
554install-data: install-data-am
555uninstall: uninstall-am
556
557install-am: all-am
558	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560installcheck: installcheck-am
561install-strip:
562	if test -z '$(STRIP)'; then \
563	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565	      install; \
566	else \
567	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
570	fi
571mostlyclean-generic:
572
573clean-generic:
574
575distclean-generic:
576	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
579
580maintainer-clean-generic:
581	@echo "This command is intended for maintainers to use"
582	@echo "it deletes files that may require special tools to rebuild."
583	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
584clean: clean-am
585
586clean-am: clean-generic clean-libtool mostlyclean-am
587
588distclean: distclean-am
589	-rm -f Makefile
590distclean-am: clean-am distclean-generic
591
592dvi: dvi-am
593
594dvi-am:
595
596html: html-am
597
598html-am:
599
600info: info-am
601
602info-am:
603
604install-data-am: install-data-local install-dist_referenceDATA
605
606install-dvi: install-dvi-am
607
608install-dvi-am:
609
610install-exec-am:
611
612install-html: install-html-am
613
614install-html-am:
615
616install-info: install-info-am
617
618install-info-am:
619
620install-man:
621
622install-pdf: install-pdf-am
623
624install-pdf-am:
625
626install-ps: install-ps-am
627
628install-ps-am:
629
630installcheck-am:
631
632maintainer-clean: maintainer-clean-am
633	-rm -f Makefile
634maintainer-clean-am: distclean-am maintainer-clean-generic
635
636mostlyclean: mostlyclean-am
637
638mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640pdf: pdf-am
641
642pdf-am:
643
644ps: ps-am
645
646ps-am:
647
648uninstall-am: uninstall-dist_referenceDATA uninstall-local
649
650.MAKE: install-am install-strip
651
652.PHONY: all all-am all-local check check-am clean clean-generic \
653	clean-libtool cscopelist-am ctags-am distclean \
654	distclean-generic distclean-libtool distdir dvi dvi-am html \
655	html-am info info-am install install-am install-data \
656	install-data-am install-data-local install-dist_referenceDATA \
657	install-dvi install-dvi-am install-exec install-exec-am \
658	install-html install-html-am install-info install-info-am \
659	install-man install-pdf install-pdf-am install-ps \
660	install-ps-am install-strip installcheck installcheck-am \
661	installdirs maintainer-clean maintainer-clean-generic \
662	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
663	ps ps-am tags-am uninstall uninstall-am \
664	uninstall-dist_referenceDATA uninstall-local
665
666.PRECIOUS: Makefile
667
668
669# The name of the sub-directory where the generated documentation
670# will be placed.
671doc_outdir ?= reference
672
673# The name of the Doxygen configuration file.
674doc_config ?= $(doc_outdir)/Doxyfile
675
676# The title of the generated Devhelp book.
677book_title ?= $(PACKAGE_NAME) Reference Manual
678
679# A list of wildcard patterns matching the files from the HTML directory
680# generated by Doxygen which should be distributed and installed.
681htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html js png)
682
683# Locations of utilities shipped with glibmm.  Made overridable
684# in case the installed utilities cannot be used for some reason.
685doc_postprocess     ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-postprocess.pl"
686doc_install         ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-install.pl"
687tagfile_to_devhelp2 ?= "$(MMDOCTOOLDIR)/tagfile-to-devhelp2.xsl"
688
689# Names of the main output files.
690doxytagfile ?= $(doc_outdir)/$(book_name).tag
691devhelpfile ?= $(doc_outdir)/$(book_name).devhelp2
692
693# Export this variable for use in the Doxygen configuration file.
694export MMDOCTOOLDIR
695
696# Depend on files that we know shall be built.
697# $(call vpath_listall,$(htmlref_patterns)) is not used as a prerequisite.
698# It would expand to files that exist when the make command is issued,
699# which is not necessarily the set of files that shall be built.
700all-local: $(doc_build_files)
701
702# Hook up custom rules for translating references to external documentation
703# to the actual location at install time.
704install-data-local: $(doc_inst_targets)
705
706# Hook up corresponding custom uninstall rules.
707uninstall-local: $(addprefix un,$(doc_inst_targets))
708
709# Install the HTML reference documentation files with just one invocation
710# of doc-install.pl to speed up the build process.  Make use of the --glob
711# option, which tells it to perform filename globbing itself, like 'find'.
712# This helps to avoid excessively long command lines, as some platforms
713# have rather restrictive limits.
714install-htmlref: $(doc_outdir)/html/index.html
715	@$(NORMAL_INSTALL)
716	$(MKDIR_P) '$(DESTDIR)$(htmlrefdir)'
717	$(htmlref_install) -t '$(DESTDIR)$(htmlrefdir)' --glob -- $(htmlref_patterns_vpath)
718
719# Delete files from the html installation directory.  Avoid recursive
720# directory removal, and apply the same wildcard pattern as was used to
721# select files for installation.
722uninstall-htmlref:
723	@$(NORMAL_UNINSTALL)
724	(cd '$(DESTDIR)$(htmlrefdir)' 2>/dev/null || exit 0; \
725	 find . -type f '(' $(htmlref_find_patterns) ')' -exec rm -f '{}' '+')
726	-test ! -r '$(DESTDIR)$(htmlrefdir)' || rmdir '$(DESTDIR)$(htmlrefdir)'
727
728# Install the Devhelp file, translating the base path on the fly.
729install-devhelp: $(devhelpfile)
730	@$(NORMAL_INSTALL)
731	$(MKDIR_P) '$(DESTDIR)$(devhelpdir)'
732	$(devhelp_install) -t '$(DESTDIR)$(devhelpdir)' -- $^
733
734# Remove the installed Devhelp file and directory.
735uninstall-devhelp:
736	@$(NORMAL_UNINSTALL)
737	rm -f '$(DESTDIR)$(devhelpdir)/$(notdir $(devhelpfile))'
738	-test ! -r '$(DESTDIR)$(devhelpdir)' || rmdir '$(DESTDIR)$(devhelpdir)'
739
740# Regenerate the Doxygen configuration file automatically.  In the
741# top-level build directory Automake already takes care of this.
742 ifneq ($(subdir),.)
743$(doc_config): $(srcdir)/$(doc_config).in $(top_builddir)/config.status
744	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
745
746 endif
747# Make sure that the documentation will always have been generated before
748# executing commands of a rule that depends on files in $(doc_outdir)/html/.
749$(doc_outdir)/html/%: | $(doxytagfile)
750
751# Run Doxygen to build the reference documentation. The generated tag file
752# also functions as time stamp target for the documentation as a whole.
753$(doxytagfile): $(doc_dependencies) | $(doc_config)
754	-$(AM_V_at)rm -f $@
755	-$(AM_V_at)rm -fr $(doc_outdir)/html
756	$(AM_V_GEN)(echo '@INCLUDE =' $(doc_config) && echo 'INPUT =' $(doc_input)) | "$(DOXYGEN)" -
757	$(AM_V_at)$(doc_postprocess) '$(doc_outdir)/html/*.html'
758
759# Run XSL transformation to generate a Devhelp book from a Doxygen tag file.
760%.devhelp2: %.tag
761	$(AM_V_GEN)$(XSLTPROC) $(dh_xsl_params) -o $@ $(tagfile_to_devhelp2) $<
762
763.PHONY: install-htmlref uninstall-htmlref install-devhelp uninstall-devhelp
764
765# Instruct GNU make to delete the targets of a rule after it failed, in
766# order to avoid the complication of handling that situation manually.
767.DELETE_ON_ERROR:
768
769# Tell versions [3.59,3.63) of GNU make to not export all variables.
770# Otherwise a system limit (for SysV at least) may be exceeded.
771.NOEXPORT:
772