Blame docs/Makefile.in

Packit 908522
# Makefile.in generated by automake 1.14.1 from Makefile.am.
Packit 908522
# @configure_input@
Packit 908522
Packit 908522
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
Packit 908522
Packit 908522
# This Makefile.in is free software; the Free Software Foundation
Packit 908522
# gives unlimited permission to copy and/or distribute it,
Packit 908522
# with or without modifications, as long as this notice is preserved.
Packit 908522
Packit 908522
# This program is distributed in the hope that it will be useful,
Packit 908522
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 908522
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 908522
# PARTICULAR PURPOSE.
Packit 908522
Packit 908522
@SET_MAKE@
Packit 908522
Packit 908522
VPATH = @srcdir@
Packit 908522
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
Packit 908522
am__make_running_with_option = \
Packit 908522
  case $${target_option-} in \
Packit 908522
      ?) ;; \
Packit 908522
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 908522
              "target option '$${target_option-}' specified" >&2; \
Packit 908522
         exit 1;; \
Packit 908522
  esac; \
Packit 908522
  has_opt=no; \
Packit 908522
  sane_makeflags=$$MAKEFLAGS; \
Packit 908522
  if $(am__is_gnu_make); then \
Packit 908522
    sane_makeflags=$$MFLAGS; \
Packit 908522
  else \
Packit 908522
    case $$MAKEFLAGS in \
Packit 908522
      *\\[\ \	]*) \
Packit 908522
        bs=\\; \
Packit 908522
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 908522
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 908522
    esac; \
Packit 908522
  fi; \
Packit 908522
  skip_next=no; \
Packit 908522
  strip_trailopt () \
Packit 908522
  { \
Packit 908522
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 908522
  }; \
Packit 908522
  for flg in $$sane_makeflags; do \
Packit 908522
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 908522
    case $$flg in \
Packit 908522
      *=*|--*) continue;; \
Packit 908522
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 908522
      -*I?*) strip_trailopt 'I';; \
Packit 908522
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 908522
      -*O?*) strip_trailopt 'O';; \
Packit 908522
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 908522
      -*l?*) strip_trailopt 'l';; \
Packit 908522
      -[dEDm]) skip_next=yes;; \
Packit 908522
      -[JT]) skip_next=yes;; \
Packit 908522
    esac; \
Packit 908522
    case $$flg in \
Packit 908522
      *$$target_option*) has_opt=yes; break;; \
Packit 908522
    esac; \
Packit 908522
  done; \
Packit 908522
  test $$has_opt = yes
Packit 908522
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 908522
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 908522
pkgdatadir = $(datadir)/@PACKAGE@
Packit 908522
pkgincludedir = $(includedir)/@PACKAGE@
Packit 908522
pkglibdir = $(libdir)/@PACKAGE@
Packit 908522
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 908522
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 908522
install_sh_DATA = $(install_sh) -c -m 644
Packit 908522
install_sh_PROGRAM = $(install_sh) -c
Packit 908522
install_sh_SCRIPT = $(install_sh) -c
Packit 908522
INSTALL_HEADER = $(INSTALL_DATA)
Packit 908522
transform = $(program_transform_name)
Packit 908522
NORMAL_INSTALL = :
Packit 908522
PRE_INSTALL = :
Packit 908522
POST_INSTALL = :
Packit 908522
NORMAL_UNINSTALL = :
Packit 908522
PRE_UNINSTALL = :
Packit 908522
POST_UNINSTALL = :
Packit 908522
build_triplet = @build@
Packit 908522
host_triplet = @host@
Packit 908522
DIST_COMMON = $(top_srcdir)/cairomm/filelist.am \
Packit 908522
	$(top_srcdir)/build/doc-reference.am $(srcdir)/Makefile.in \
Packit 908522
	$(srcdir)/Makefile.am $(am__dist_noinst_DATA_DIST) \
Packit 908522
	$(dist_reference_DATA)
Packit 908522
subdir = docs
Packit 908522
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 908522
am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
Packit 908522
	$(top_srcdir)/build/ax_boost_unit_test_framework.m4 \
Packit 908522
	$(top_srcdir)/build/libtool.m4 \
Packit 908522
	$(top_srcdir)/build/ltoptions.m4 \
Packit 908522
	$(top_srcdir)/build/ltsugar.m4 \
Packit 908522
	$(top_srcdir)/build/ltversion.m4 \
Packit 908522
	$(top_srcdir)/build/lt~obsolete.m4 \
Packit 908522
	$(top_srcdir)/build/reduced.m4 $(top_srcdir)/configure.ac
Packit 908522
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 908522
	$(ACLOCAL_M4)
Packit 908522
mkinstalldirs = $(install_sh) -d
Packit 908522
CONFIG_HEADER = $(top_builddir)/build/config.h \
Packit 908522
	$(top_builddir)/cairommconfig.h
Packit 908522
CONFIG_CLEAN_FILES =
Packit 908522
CONFIG_CLEAN_VPATH_FILES =
Packit 908522
AM_V_P = $(am__v_P_@AM_V@)
Packit 908522
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 908522
am__v_P_0 = false
Packit 908522
am__v_P_1 = :
Packit 908522
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 908522
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 908522
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 908522
am__v_GEN_1 = 
Packit 908522
AM_V_at = $(am__v_at_@AM_V@)
Packit 908522
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 908522
am__v_at_0 = @
Packit 908522
am__v_at_1 = 
Packit 908522
SOURCES =
Packit 908522
DIST_SOURCES =
Packit 908522
am__can_run_installinfo = \
Packit 908522
  case $$AM_UPDATE_INFO_DIR in \
Packit 908522
    n|no|NO) false;; \
Packit 908522
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 908522
  esac
Packit 908522
am__dist_noinst_DATA_DIST = $(strip $(addprefix \
Packit 908522
	$(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl \
Packit 908522
	tagfile-to-devhelp2.xsl doxygen-extra.css) $(doc_dist_files)) \
Packit 908522
	doc-postprocess.pl
Packit 908522
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 908522
am__vpath_adj = case $$p in \
Packit 908522
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 908522
    *) f=$$p;; \
Packit 908522
  esac;
Packit 908522
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 908522
am__install_max = 40
Packit 908522
am__nobase_strip_setup = \
Packit 908522
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 908522
am__nobase_strip = \
Packit 908522
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 908522
am__nobase_list = $(am__nobase_strip_setup); \
Packit 908522
  for p in $$list; do echo "$$p $$p"; done | \
Packit 908522
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 908522
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 908522
    if (++n[$$2] == $(am__install_max)) \
Packit 908522
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 908522
    END { for (dir in files) print dir, files[dir] }'
Packit 908522
am__base_list = \
Packit 908522
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 908522
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 908522
am__uninstall_files_from_dir = { \
Packit 908522
  test -z "$$files" \
Packit 908522
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 908522
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 908522
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 908522
  }
Packit 908522
am__installdirs = "$(DESTDIR)$(referencedir)"
Packit 908522
DATA = $(dist_noinst_DATA) $(dist_reference_DATA)
Packit 908522
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit 908522
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 908522
ACLOCAL = @ACLOCAL@
Packit 908522
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
Packit 908522
AMTAR = @AMTAR@
Packit 908522
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 908522
AR = @AR@
Packit 908522
AS = @AS@
Packit 908522
AUTOCONF = @AUTOCONF@
Packit 908522
AUTOHEADER = @AUTOHEADER@
Packit 908522
AUTOMAKE = @AUTOMAKE@
Packit 908522
AWK = @AWK@
Packit 908522
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
Packit 908522
BOOST_LDFLAGS = @BOOST_LDFLAGS@
Packit 908522
BOOST_UNIT_TEST_FRAMEWORK_LIB = @BOOST_UNIT_TEST_FRAMEWORK_LIB@
Packit 908522
BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB = @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@
Packit 908522
CAIROMM_API_VERSION = @CAIROMM_API_VERSION@
Packit 908522
CAIROMM_CFLAGS = @CAIROMM_CFLAGS@
Packit 908522
CAIROMM_INSTALL_PC = @CAIROMM_INSTALL_PC@
Packit 908522
CAIROMM_LIBS = @CAIROMM_LIBS@
Packit 908522
CAIROMM_MAJOR_VERSION = @CAIROMM_MAJOR_VERSION@
Packit 908522
CAIROMM_MICRO_VERSION = @CAIROMM_MICRO_VERSION@
Packit 908522
CAIROMM_MINOR_VERSION = @CAIROMM_MINOR_VERSION@
Packit 908522
CAIROMM_MODULES = @CAIROMM_MODULES@
Packit 908522
CAIROMM_MODULE_NAME = @CAIROMM_MODULE_NAME@
Packit 908522
CAIROMM_SO_VERSION = @CAIROMM_SO_VERSION@
Packit 908522
CAIROMM_VERSION = @CAIROMM_VERSION@
Packit 908522
CAIROMM_WXXFLAGS = @CAIROMM_WXXFLAGS@
Packit 908522
CC = @CC@
Packit 908522
CCDEPMODE = @CCDEPMODE@
Packit 908522
CFLAGS = @CFLAGS@
Packit 908522
CPP = @CPP@
Packit 908522
CPPFLAGS = @CPPFLAGS@
Packit 908522
CXX = @CXX@
Packit 908522
CXXCPP = @CXXCPP@
Packit 908522
CXXDEPMODE = @CXXDEPMODE@
Packit 908522
CXXFLAGS = @CXXFLAGS@
Packit 908522
CYGPATH_W = @CYGPATH_W@
Packit 908522
DEFS = @DEFS@
Packit 908522
DEPDIR = @DEPDIR@
Packit 908522
DLLTOOL = @DLLTOOL@
Packit 908522
DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
Packit 908522
DOT = @DOT@
Packit 908522
DOXYGEN = @DOXYGEN@
Packit 908522
DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
Packit 908522
DSYMUTIL = @DSYMUTIL@
Packit 908522
DUMPBIN = @DUMPBIN@
Packit 908522
ECHO_C = @ECHO_C@
Packit 908522
ECHO_N = @ECHO_N@
Packit 908522
ECHO_T = @ECHO_T@
Packit 908522
EGREP = @EGREP@
Packit 908522
EXEEXT = @EXEEXT@
Packit 908522
FGREP = @FGREP@
Packit 908522
GREP = @GREP@
Packit 908522
HAVE_CXX11 = @HAVE_CXX11@
Packit 908522
INSTALL = @INSTALL@
Packit 908522
INSTALL_DATA = @INSTALL_DATA@
Packit 908522
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 908522
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 908522
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 908522
LD = @LD@
Packit 908522
LDFLAGS = @LDFLAGS@
Packit 908522
LIBOBJS = @LIBOBJS@
Packit 908522
LIBS = @LIBS@
Packit 908522
LIBTOOL = @LIBTOOL@
Packit 908522
LIPO = @LIPO@
Packit 908522
LN_S = @LN_S@
Packit 908522
LTLIBOBJS = @LTLIBOBJS@
Packit 908522
MAINT = @MAINT@
Packit 908522
MAKEINFO = @MAKEINFO@
Packit 908522
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 908522
MKDIR_P = @MKDIR_P@
Packit 908522
MMDOCTOOLDIR = @MMDOCTOOLDIR@
Packit 908522
NM = @NM@
Packit 908522
NMEDIT = @NMEDIT@
Packit 908522
OBJDUMP = @OBJDUMP@
Packit 908522
OBJEXT = @OBJEXT@
Packit 908522
OTOOL = @OTOOL@
Packit 908522
OTOOL64 = @OTOOL64@
Packit 908522
PACKAGE = @PACKAGE@
Packit 908522
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 908522
PACKAGE_NAME = @PACKAGE_NAME@
Packit 908522
PACKAGE_STRING = @PACKAGE_STRING@
Packit 908522
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 908522
PACKAGE_URL = @PACKAGE_URL@
Packit 908522
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 908522
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 908522
PERL = @PERL@
Packit 908522
PKG_CONFIG = @PKG_CONFIG@
Packit 908522
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit 908522
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit 908522
RANLIB = @RANLIB@
Packit 908522
SED = @SED@
Packit 908522
SET_MAKE = @SET_MAKE@
Packit 908522
SHELL = @SHELL@
Packit 908522
STRIP = @STRIP@
Packit 908522
VERSION = @VERSION@
Packit 908522
XSLTPROC = @XSLTPROC@
Packit 908522
abs_builddir = @abs_builddir@
Packit 908522
abs_srcdir = @abs_srcdir@
Packit 908522
abs_top_builddir = @abs_top_builddir@
Packit 908522
abs_top_srcdir = @abs_top_srcdir@
Packit 908522
ac_ct_AR = @ac_ct_AR@
Packit 908522
ac_ct_CC = @ac_ct_CC@
Packit 908522
ac_ct_CXX = @ac_ct_CXX@
Packit 908522
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 908522
am__include = @am__include@
Packit 908522
am__leading_dot = @am__leading_dot@
Packit 908522
am__quote = @am__quote@
Packit 908522
am__tar = @am__tar@
Packit 908522
am__untar = @am__untar@
Packit 908522
bindir = @bindir@
Packit 908522
build = @build@
Packit 908522
build_alias = @build_alias@
Packit 908522
build_cpu = @build_cpu@
Packit 908522
build_os = @build_os@
Packit 908522
build_vendor = @build_vendor@
Packit 908522
builddir = @builddir@
Packit 908522
datadir = @datadir@
Packit 908522
datarootdir = @datarootdir@
Packit 908522
docdir = @docdir@
Packit 908522
dvidir = @dvidir@
Packit 908522
exec_prefix = @exec_prefix@
Packit 908522
host = @host@
Packit 908522
host_alias = @host_alias@
Packit 908522
host_cpu = @host_cpu@
Packit 908522
host_os = @host_os@
Packit 908522
host_vendor = @host_vendor@
Packit 908522
htmldir = @htmldir@
Packit 908522
includedir = @includedir@
Packit 908522
infodir = @infodir@
Packit 908522
install_sh = @install_sh@
Packit 908522
libdir = @libdir@
Packit 908522
libexecdir = @libexecdir@
Packit 908522
localedir = @localedir@
Packit 908522
localstatedir = @localstatedir@
Packit 908522
mandir = @mandir@
Packit 908522
mkdir_p = @mkdir_p@
Packit 908522
oldincludedir = @oldincludedir@
Packit 908522
pdfdir = @pdfdir@
Packit 908522
prefix = @prefix@
Packit 908522
program_transform_name = @program_transform_name@
Packit 908522
psdir = @psdir@
Packit 908522
sbindir = @sbindir@
Packit 908522
sharedstatedir = @sharedstatedir@
Packit 908522
srcdir = @srcdir@
Packit 908522
sysconfdir = @sysconfdir@
Packit 908522
target_alias = @target_alias@
Packit 908522
top_build_prefix = @top_build_prefix@
Packit 908522
top_builddir = @top_builddir@
Packit 908522
top_srcdir = @top_srcdir@
Packit 908522
cairomm_cc = \
Packit 908522
	context.cc			\
Packit 908522
	context_surface_quartz.cc	\
Packit 908522
	context_surface_win32.cc	\
Packit 908522
	context_surface_xlib.cc		\
Packit 908522
  device.cc \
Packit 908522
	exception.cc			\
Packit 908522
	fontface.cc			\
Packit 908522
	fontoptions.cc			\
Packit 908522
	matrix.cc			\
Packit 908522
	path.cc				\
Packit 908522
	pattern.cc			\
Packit 908522
	private.cc			\
Packit 908522
	quartz_font.cc			\
Packit 908522
	quartz_surface.cc		\
Packit 908522
	region.cc \
Packit 908522
	scaledfont.cc			\
Packit 908522
    script.cc       \
Packit 908522
	script_surface.cc		\
Packit 908522
	surface.cc			\
Packit 908522
	win32_font.cc			\
Packit 908522
	win32_surface.cc		\
Packit 908522
	xlib_surface.cc
Packit 908522
Packit 908522
cairomm_public_h = \
Packit 908522
	cairomm.h			\
Packit 908522
	context.h			\
Packit 908522
  device.h \
Packit 908522
	enums.h				\
Packit 908522
	exception.h			\
Packit 908522
	fontface.h			\
Packit 908522
	fontoptions.h			\
Packit 908522
	matrix.h path.h			\
Packit 908522
	pattern.h			\
Packit 908522
	quartz_font.h			\
Packit 908522
	quartz_surface.h		\
Packit 908522
	refptr.h			\
Packit 908522
	region.h \
Packit 908522
	scaledfont.h			\
Packit 908522
    script.h    \
Packit 908522
	script_surface.h    \
Packit 908522
	surface.h			\
Packit 908522
	types.h				\
Packit 908522
	win32_font.h			\
Packit 908522
	win32_surface.h			\
Packit 908522
	xlib_surface.h
Packit 908522
Packit 908522
cairomm_private_h = \
Packit 908522
	context_private.h		\
Packit 908522
	private.h
Packit 908522
Packit 908522
book_name = $(CAIROMM_MODULE_NAME)
Packit 908522
doc_input = $(addprefix $(top_srcdir)/cairomm/,$(cairomm_public_h))
Packit 908522
pubdocbase = http://www.cairographics.org/documentation/
Packit 908522
htmlrefpub = $(pubdocbase)cairomm/reference
Packit 908522
Packit 908522
# Function: $(call vpath_listall,PATTERN ...)
Packit 908522
# Get all filenames which match a PATTERN from the list.  Look for files
Packit 908522
# relative to either the current directory or $(srcdir).  Strip $(srcdir)/
Packit 908522
# again before returning and remove any duplicates.
Packit 908522
vpath_srclist = $(patsubst $(srcdir)/%,%,$(wildcard $(addprefix $(srcdir)/,$(1))))
Packit 908522
vpath_listall = $(sort $(wildcard $(1)) $(if $(srcdir:.=),$(vpath_srclist)))
Packit 908522
Packit 908522
# Installation directories.
Packit 908522
libdocdir = $(datarootdir)/doc/$(book_name)
Packit 908522
referencedir = $(libdocdir)/reference
Packit 908522
htmlrefdir = $(referencedir)/html
Packit 908522
devhelpdir = $(datadir)/devhelp/books/$(book_name)
Packit 908522
@DIST_DOCTOOLS_FALSE@doctools_dist_files = 
Packit 908522
Packit 908522
# Optionally, the documentation utilities may be included in source tarballs
Packit 908522
# so that mm-common is only required when building in maintainer mode.
Packit 908522
@DIST_DOCTOOLS_TRUE@doctools_dist_files = $(addprefix $(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl tagfile-to-devhelp2.xsl doxygen-extra.css)
Packit 908522
@ENABLE_DOCUMENTATION_FALSE@doc_build_files = 
Packit 908522
@ENABLE_DOCUMENTATION_TRUE@doc_build_files = $(doxytagfile) $(devhelpfile)
Packit 908522
@ENABLE_DOCUMENTATION_FALSE@doc_inst_targets = 
Packit 908522
@ENABLE_DOCUMENTATION_TRUE@doc_inst_targets = install-htmlref install-devhelp
Packit 908522
@ENABLE_DOCUMENTATION_FALSE@doc_inst_files = 
Packit 908522
@ENABLE_DOCUMENTATION_TRUE@doc_inst_files = $(doxytagfile)
Packit 908522
@ENABLE_DOCUMENTATION_FALSE@doc_dist_files = 
Packit 908522
@ENABLE_DOCUMENTATION_TRUE@doc_dist_files = $(devhelpfile) $(call vpath_listall,$(htmlref_patterns))
Packit 908522
dist_reference_DATA = $(strip $(doc_inst_files))
Packit 908522
dist_noinst_DATA = $(strip $(doctools_dist_files) $(doc_dist_files)) \
Packit 908522
	doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl
Packit 908522
DISTCLEANFILES = $(doc_outdir)/doxygen.log
Packit 908522
MAINTAINERCLEANFILES = $(doxytagfile) $(devhelpfile) $(doc_outdir)/html/*
Packit 908522
Packit 908522
# The generic bit of the doc-install.pl command line.
Packit 908522
doc_install_cmd = $(doc_install) --verbose --mode=0644
Packit 908522
Packit 908522
# Transform $(datarootdir) into a URI to match MM_ARG_WITH_TAGFILE_DOC().
Packit 908522
datarootdir_esc = $(subst $(subst ,, ),%20,$(subst \,/,$(datarootdir)))
Packit 908522
docdir_base_uri = file:///$(patsubst /%,%,$(datarootdir_esc:/=))/doc
Packit 908522
Packit 908522
# The command and options used to install the files from the HTML reference
Packit 908522
# documentation.  The $(subst) magic translates external tag references from
Packit 908522
# absolute to relative paths if the destination is on the local file system
Packit 908522
# and installed under the same prefix as the package being built.
Packit 908522
htmlref_relinst = $(subst @$(docdir_base_uri)/,@../../../,$(DOCINSTALL_FLAGS))
Packit 908522
htmlref_install = $(doc_install_cmd) $(htmlref_relinst)
Packit 908522
Packit 908522
# The command and options used to install the Devhelp file.
Packit 908522
devhelp_install = $(doc_install_cmd) --book-base='$(htmlrefdir:/=)'
Packit 908522
Packit 908522
# Helper variables to replicate each pattern with a $(srcdir)/ prefix.
Packit 908522
# Also add quoting to prevent the shell from expanding the patterns.
Packit 908522
htmlref_patterns_dup = $(foreach item,$(htmlref_patterns),'$(item)' '$(srcdir)/$(item)')
Packit 908522
htmlref_patterns_quote = $(patsubst %,'%',$(htmlref_patterns))
Packit 908522
htmlref_patterns_vpath = $(if $(srcdir:.=),$(htmlref_patterns_dup),$(htmlref_patterns_quote))
Packit 908522
Packit 908522
# Expand to a list of -name 'PATTERN' arguments for use with 'find'.
Packit 908522
htmlref_find_patterns = $(patsubst %,-name '%' -o,$(notdir $(htmlref_patterns))) -false
Packit 908522
Packit 908522
# The parameters to the Doxygen-to-Devhelp XSLT script
Packit 908522
dh_xsl_params = --stringparam book_title '$(book_title)' \
Packit 908522
		--stringparam book_name '$(book_name)' \
Packit 908522
		--stringparam book_base html
Packit 908522
Packit 908522
Packit 908522
# Generated configuration files which, when updated, should cause the
Packit 908522
# reference documentation to be rebuilt.
Packit 908522
doc_config_deps = $(CONFIG_HEADER) $(srcdir)/$(doc_config).in $(srcdir)/Makefile.in
Packit 908522
@MAINTAINER_MODE_FALSE@doc_dependencies = 
Packit 908522
Packit 908522
# Regenerate the documentation automatically only in maintainer mode.
Packit 908522
# Depend on the generated configuration header files to trigger a rebuild
Packit 908522
# if a configuration value changed.  The configuration header files only
Packit 908522
# have their timestamp modified when the content actually changed, which
Packit 908522
# is not the case for any other files generated by configure.
Packit 908522
@MAINTAINER_MODE_TRUE@doc_dependencies = $(doc_config_deps) $(doc_input)
Packit 908522
all: all-am
Packit 908522
Packit 908522
.SUFFIXES:
Packit 908522
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cairomm/filelist.am $(top_srcdir)/build/doc-reference.am $(am__configure_deps)
Packit 908522
	@for dep in $?; do \
Packit 908522
	  case '$(am__configure_deps)' in \
Packit 908522
	    *$$dep*) \
Packit 908522
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit 908522
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit 908522
	      exit 1;; \
Packit 908522
	  esac; \
Packit 908522
	done; \
Packit 908522
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
Packit 908522
	$(am__cd) $(top_srcdir) && \
Packit 908522
	  $(AUTOMAKE) --gnu docs/Makefile
Packit 908522
.PRECIOUS: Makefile
Packit 908522
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 908522
	@case '$?' in \
Packit 908522
	  *config.status*) \
Packit 908522
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit 908522
	  *) \
Packit 908522
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit 908522
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit 908522
	esac;
Packit 908522
$(top_srcdir)/cairomm/filelist.am $(top_srcdir)/build/doc-reference.am:
Packit 908522
Packit 908522
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 908522
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 908522
Packit 908522
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 908522
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 908522
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 908522
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 908522
$(am__aclocal_m4_deps):
Packit 908522
Packit 908522
mostlyclean-libtool:
Packit 908522
	-rm -f *.lo
Packit 908522
Packit 908522
clean-libtool:
Packit 908522
	-rm -rf .libs _libs
Packit 908522
install-dist_referenceDATA: $(dist_reference_DATA)
Packit 908522
	@$(NORMAL_INSTALL)
Packit 908522
	@list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
Packit 908522
	if test -n "$$list"; then \
Packit 908522
	  echo " $(MKDIR_P) '$(DESTDIR)$(referencedir)'"; \
Packit 908522
	  $(MKDIR_P) "$(DESTDIR)$(referencedir)" || exit 1; \
Packit 908522
	fi; \
Packit 908522
	for p in $$list; do \
Packit 908522
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 908522
	  echo "$$d$$p"; \
Packit 908522
	done | $(am__base_list) | \
Packit 908522
	while read files; do \
Packit 908522
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(referencedir)'"; \
Packit 908522
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(referencedir)" || exit $$?; \
Packit 908522
	done
Packit 908522
Packit 908522
uninstall-dist_referenceDATA:
Packit 908522
	@$(NORMAL_UNINSTALL)
Packit 908522
	@list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
Packit 908522
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 908522
	dir='$(DESTDIR)$(referencedir)'; $(am__uninstall_files_from_dir)
Packit 908522
tags TAGS:
Packit 908522
Packit 908522
ctags CTAGS:
Packit 908522
Packit 908522
cscope cscopelist:
Packit 908522
Packit 908522
Packit 908522
distdir: $(DISTFILES)
Packit 908522
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 908522
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 908522
	list='$(DISTFILES)'; \
Packit 908522
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 908522
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 908522
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 908522
	case $$dist_files in \
Packit 908522
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 908522
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 908522
			   sort -u` ;; \
Packit 908522
	esac; \
Packit 908522
	for file in $$dist_files; do \
Packit 908522
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 908522
	  if test -d $$d/$$file; then \
Packit 908522
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 908522
	    if test -d "$(distdir)/$$file"; then \
Packit 908522
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 908522
	    fi; \
Packit 908522
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 908522
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 908522
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 908522
	    fi; \
Packit 908522
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 908522
	  else \
Packit 908522
	    test -f "$(distdir)/$$file" \
Packit 908522
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 908522
	    || exit 1; \
Packit 908522
	  fi; \
Packit 908522
	done
Packit 908522
check-am: all-am
Packit 908522
check: check-am
Packit 908522
all-am: Makefile $(DATA) all-local
Packit 908522
installdirs:
Packit 908522
	for dir in "$(DESTDIR)$(referencedir)"; do \
Packit 908522
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 908522
	done
Packit 908522
install: install-am
Packit 908522
install-exec: install-exec-am
Packit 908522
install-data: install-data-am
Packit 908522
uninstall: uninstall-am
Packit 908522
Packit 908522
install-am: all-am
Packit 908522
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 908522
Packit 908522
installcheck: installcheck-am
Packit 908522
install-strip:
Packit 908522
	if test -z '$(STRIP)'; then \
Packit 908522
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 908522
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 908522
	      install; \
Packit 908522
	else \
Packit 908522
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 908522
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 908522
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 908522
	fi
Packit 908522
mostlyclean-generic:
Packit 908522
Packit 908522
clean-generic:
Packit 908522
Packit 908522
distclean-generic:
Packit 908522
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 908522
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 908522
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
Packit 908522
Packit 908522
maintainer-clean-generic:
Packit 908522
	@echo "This command is intended for maintainers to use"
Packit 908522
	@echo "it deletes files that may require special tools to rebuild."
Packit 908522
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit 908522
clean: clean-am
Packit 908522
Packit 908522
clean-am: clean-generic clean-libtool mostlyclean-am
Packit 908522
Packit 908522
distclean: distclean-am
Packit 908522
	-rm -f Makefile
Packit 908522
distclean-am: clean-am distclean-generic
Packit 908522
Packit 908522
dvi: dvi-am
Packit 908522
Packit 908522
dvi-am:
Packit 908522
Packit 908522
html: html-am
Packit 908522
Packit 908522
html-am:
Packit 908522
Packit 908522
info: info-am
Packit 908522
Packit 908522
info-am:
Packit 908522
Packit 908522
install-data-am: install-data-local install-dist_referenceDATA
Packit 908522
Packit 908522
install-dvi: install-dvi-am
Packit 908522
Packit 908522
install-dvi-am:
Packit 908522
Packit 908522
install-exec-am:
Packit 908522
Packit 908522
install-html: install-html-am
Packit 908522
Packit 908522
install-html-am:
Packit 908522
Packit 908522
install-info: install-info-am
Packit 908522
Packit 908522
install-info-am:
Packit 908522
Packit 908522
install-man:
Packit 908522
Packit 908522
install-pdf: install-pdf-am
Packit 908522
Packit 908522
install-pdf-am:
Packit 908522
Packit 908522
install-ps: install-ps-am
Packit 908522
Packit 908522
install-ps-am:
Packit 908522
Packit 908522
installcheck-am:
Packit 908522
Packit 908522
maintainer-clean: maintainer-clean-am
Packit 908522
	-rm -f Makefile
Packit 908522
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 908522
Packit 908522
mostlyclean: mostlyclean-am
Packit 908522
Packit 908522
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit 908522
Packit 908522
pdf: pdf-am
Packit 908522
Packit 908522
pdf-am:
Packit 908522
Packit 908522
ps: ps-am
Packit 908522
Packit 908522
ps-am:
Packit 908522
Packit 908522
uninstall-am: uninstall-dist_referenceDATA uninstall-local
Packit 908522
Packit 908522
.MAKE: install-am install-strip
Packit 908522
Packit 908522
.PHONY: all all-am all-local check check-am clean clean-generic \
Packit 908522
	clean-libtool cscopelist-am ctags-am distclean \
Packit 908522
	distclean-generic distclean-libtool distdir dvi dvi-am html \
Packit 908522
	html-am info info-am install install-am install-data \
Packit 908522
	install-data-am install-data-local install-dist_referenceDATA \
Packit 908522
	install-dvi install-dvi-am install-exec install-exec-am \
Packit 908522
	install-html install-html-am install-info install-info-am \
Packit 908522
	install-man install-pdf install-pdf-am install-ps \
Packit 908522
	install-ps-am install-strip installcheck installcheck-am \
Packit 908522
	installdirs maintainer-clean maintainer-clean-generic \
Packit 908522
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit 908522
	ps ps-am tags-am uninstall uninstall-am \
Packit 908522
	uninstall-dist_referenceDATA uninstall-local
Packit 908522
Packit 908522
Packit 908522
# The name of the sub-directory where the generated documentation
Packit 908522
# will be placed.
Packit 908522
doc_outdir ?= reference
Packit 908522
Packit 908522
# The name of the Doxygen configuration file.
Packit 908522
doc_config ?= $(doc_outdir)/Doxyfile
Packit 908522
Packit 908522
# The title of the generated Devhelp book.
Packit 908522
book_title ?= $(PACKAGE_NAME) Reference Manual
Packit 908522
Packit 908522
# A list of wildcard patterns matching the files from the HTML directory
Packit 908522
# generated by Doxygen which should be distributed and installed.
Packit 908522
htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html js png)
Packit 908522
Packit 908522
# Locations of utilities shipped with glibmm.  Made overridable
Packit 908522
# in case the installed utilities cannot be used for some reason.
Packit 908522
doc_postprocess     ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-postprocess.pl"
Packit 908522
doc_install         ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-install.pl"
Packit 908522
tagfile_to_devhelp2 ?= "$(MMDOCTOOLDIR)/tagfile-to-devhelp2.xsl"
Packit 908522
Packit 908522
# Names of the main output files.
Packit 908522
doxytagfile ?= $(doc_outdir)/$(book_name).tag
Packit 908522
devhelpfile ?= $(doc_outdir)/$(book_name).devhelp2
Packit 908522
Packit 908522
# Export this variable for use in the Doxygen configuration file.
Packit 908522
export MMDOCTOOLDIR
Packit 908522
Packit 908522
# Depend on files that we know shall be built.
Packit 908522
# $(call vpath_listall,$(htmlref_patterns)) is not used as a prerequisite.
Packit 908522
# It would expand to files that exist when the make command is issued,
Packit 908522
# which is not necessarily the set of files that shall be built.
Packit 908522
all-local: $(doc_build_files)
Packit 908522
Packit 908522
# Hook up custom rules for translating references to external documentation
Packit 908522
# to the actual location at install time.
Packit 908522
install-data-local: $(doc_inst_targets)
Packit 908522
Packit 908522
# Hook up corresponding custom uninstall rules.
Packit 908522
uninstall-local: $(addprefix un,$(doc_inst_targets))
Packit 908522
Packit 908522
# Install the HTML reference documentation files with just one invocation
Packit 908522
# of doc-install.pl to speed up the build process.  Make use of the --glob
Packit 908522
# option, which tells it to perform filename globbing itself, like 'find'.
Packit 908522
# This helps to avoid excessively long command lines, as some platforms
Packit 908522
# have rather restrictive limits.
Packit 908522
install-htmlref: $(doc_outdir)/html/index.html
Packit 908522
	@$(NORMAL_INSTALL)
Packit 908522
	$(MKDIR_P) '$(DESTDIR)$(htmlrefdir)'
Packit 908522
	$(htmlref_install) -t '$(DESTDIR)$(htmlrefdir)' --glob -- $(htmlref_patterns_vpath)
Packit 908522
Packit 908522
# Delete files from the html installation directory.  Avoid recursive
Packit 908522
# directory removal, and apply the same wildcard pattern as was used to
Packit 908522
# select files for installation.
Packit 908522
uninstall-htmlref:
Packit 908522
	@$(NORMAL_UNINSTALL)
Packit 908522
	(cd '$(DESTDIR)$(htmlrefdir)' 2>/dev/null || exit 0; \
Packit 908522
	 find . -type f '(' $(htmlref_find_patterns) ')' -exec rm -f '{}' '+')
Packit 908522
	-test ! -r '$(DESTDIR)$(htmlrefdir)' || rmdir '$(DESTDIR)$(htmlrefdir)'
Packit 908522
Packit 908522
# Install the Devhelp file, translating the base path on the fly.
Packit 908522
install-devhelp: $(devhelpfile)
Packit 908522
	@$(NORMAL_INSTALL)
Packit 908522
	$(MKDIR_P) '$(DESTDIR)$(devhelpdir)'
Packit 908522
	$(devhelp_install) -t '$(DESTDIR)$(devhelpdir)' -- $^
Packit 908522
Packit 908522
# Remove the installed Devhelp file and directory.
Packit 908522
uninstall-devhelp:
Packit 908522
	@$(NORMAL_UNINSTALL)
Packit 908522
	rm -f '$(DESTDIR)$(devhelpdir)/$(notdir $(devhelpfile))'
Packit 908522
	-test ! -r '$(DESTDIR)$(devhelpdir)' || rmdir '$(DESTDIR)$(devhelpdir)'
Packit 908522
Packit 908522
# Regenerate the Doxygen configuration file automatically.  In the
Packit 908522
# top-level build directory Automake already takes care of this.
Packit 908522
 ifneq ($(subdir),.)
Packit 908522
$(doc_config): $(srcdir)/$(doc_config).in $(top_builddir)/config.status
Packit 908522
	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit 908522
Packit 908522
 endif
Packit 908522
# Make sure that the documentation will always have been generated before
Packit 908522
# executing commands of a rule that depends on files in $(doc_outdir)/html/.
Packit 908522
$(doc_outdir)/html/%: | $(doxytagfile)
Packit 908522
Packit 908522
# Run Doxygen to build the reference documentation. The generated tag file
Packit 908522
# also functions as time stamp target for the documentation as a whole.
Packit 908522
$(doxytagfile): $(doc_dependencies) | $(doc_config)
Packit 908522
	-$(AM_V_at)rm -f $@
Packit 908522
	-$(AM_V_at)rm -fr $(doc_outdir)/html
Packit 908522
	$(AM_V_GEN)(echo '@INCLUDE =' $(doc_config) && echo 'INPUT =' $(doc_input)) | "$(DOXYGEN)" -
Packit 908522
	$(AM_V_at)$(doc_postprocess) '$(doc_outdir)/html/*.html'
Packit 908522
Packit 908522
# Run XSL transformation to generate a Devhelp book from a Doxygen tag file.
Packit 908522
%.devhelp2: %.tag
Packit 908522
	$(AM_V_GEN)$(XSLTPROC) $(dh_xsl_params) -o $@ $(tagfile_to_devhelp2) $<
Packit 908522
Packit 908522
.PHONY: install-htmlref uninstall-htmlref install-devhelp uninstall-devhelp
Packit 908522
Packit 908522
# Instruct GNU make to delete the targets of a rule after it failed, in
Packit 908522
# order to avoid the complication of handling that situation manually.
Packit 908522
.DELETE_ON_ERROR:
Packit 908522
Packit 908522
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 908522
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 908522
.NOEXPORT: