1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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# -*- mode: makefile -*-
18
19####################################
20# Everything below here is generic #
21####################################
22VPATH = @srcdir@
23am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
24am__make_running_with_option = \
25  case $${target_option-} in \
26      ?) ;; \
27      *) echo "am__make_running_with_option: internal error: invalid" \
28              "target option '$${target_option-}' specified" >&2; \
29         exit 1;; \
30  esac; \
31  has_opt=no; \
32  sane_makeflags=$$MAKEFLAGS; \
33  if $(am__is_gnu_make); then \
34    sane_makeflags=$$MFLAGS; \
35  else \
36    case $$MAKEFLAGS in \
37      *\\[\ \	]*) \
38        bs=\\; \
39        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
40          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
41    esac; \
42  fi; \
43  skip_next=no; \
44  strip_trailopt () \
45  { \
46    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
47  }; \
48  for flg in $$sane_makeflags; do \
49    test $$skip_next = yes && { skip_next=no; continue; }; \
50    case $$flg in \
51      *=*|--*) continue;; \
52        -*I) strip_trailopt 'I'; skip_next=yes;; \
53      -*I?*) strip_trailopt 'I';; \
54        -*O) strip_trailopt 'O'; skip_next=yes;; \
55      -*O?*) strip_trailopt 'O';; \
56        -*l) strip_trailopt 'l'; skip_next=yes;; \
57      -*l?*) strip_trailopt 'l';; \
58      -[dEDm]) skip_next=yes;; \
59      -[JT]) skip_next=yes;; \
60    esac; \
61    case $$flg in \
62      *$$target_option*) has_opt=yes; break;; \
63    esac; \
64  done; \
65  test $$has_opt = yes
66am__make_dryrun = (target_option=n; $(am__make_running_with_option))
67am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
68pkgincludedir = $(includedir)/@PACKAGE@
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
83build_triplet = @build@
84host_triplet = @host@
85DIST_COMMON = $(top_srcdir)/docs/gtk-doc.make $(srcdir)/Makefile.in \
86	$(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs
87subdir = docs/reference/denemo
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/build/as-compiler-flag.m4 \
90	$(top_srcdir)/build/binreloc.m4 $(top_srcdir)/build/gcov.m4 \
91	$(top_srcdir)/build/gettext.m4 \
92	$(top_srcdir)/build/glibtests.m4 \
93	$(top_srcdir)/build/gtk-doc.m4 $(top_srcdir)/build/iconv.m4 \
94	$(top_srcdir)/build/lib-ld.m4 $(top_srcdir)/build/lib-link.m4 \
95	$(top_srcdir)/build/lib-prefix.m4 $(top_srcdir)/build/nls.m4 \
96	$(top_srcdir)/build/po.m4 $(top_srcdir)/build/progtest.m4 \
97	$(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118am__can_run_installinfo = \
119  case $$AM_UPDATE_INFO_DIR in \
120    n|no|NO) false;; \
121    *) (install-info --version) >/dev/null 2>&1;; \
122  esac
123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125pkgdatadir = @pkgdatadir@
126ACLOCAL = @ACLOCAL@
127ALL_LINGUAS = @ALL_LINGUAS@
128ALSA_CFLAGS = @ALSA_CFLAGS@
129ALSA_LIBS = @ALSA_LIBS@
130AMTAR = @AMTAR@
131AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132AR = @AR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
138BINRELOC_LIBS = @BINRELOC_LIBS@
139CATALOGS = @CATALOGS@
140CATOBJEXT = @CATOBJEXT@
141CC = @CC@
142CCDEPMODE = @CCDEPMODE@
143CFLAGS = @CFLAGS@
144CPP = @CPP@
145CPPFLAGS = @CPPFLAGS@
146CXX = @CXX@
147CXXCPP = @CXXCPP@
148CXXDEPMODE = @CXXDEPMODE@
149CXXFLAGS = @CXXFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DATADIRNAME = @DATADIRNAME@
152DEFS = @DEFS@
153DEPDIR = @DEPDIR@
154DLLTOOL = @DLLTOOL@
155DSYMUTIL = @DSYMUTIL@
156DUMPBIN = @DUMPBIN@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EVINCE_2_0_CFLAGS = @EVINCE_2_0_CFLAGS@
162EVINCE_2_0_LIBS = @EVINCE_2_0_LIBS@
163EVINCE_2_30_CFLAGS = @EVINCE_2_30_CFLAGS@
164EVINCE_2_30_LIBS = @EVINCE_2_30_LIBS@
165EVINCE_2_32_CFLAGS = @EVINCE_2_32_CFLAGS@
166EVINCE_2_32_LIBS = @EVINCE_2_32_LIBS@
167EVINCE_CFLAGS = @EVINCE_CFLAGS@
168EVINCE_LIBS = @EVINCE_LIBS@
169EXEEXT = @EXEEXT@
170FFTW_CFLAGS = @FFTW_CFLAGS@
171FFTW_LIBS = @FFTW_LIBS@
172FGREP = @FGREP@
173FLUIDSYNTH_CFLAGS = @FLUIDSYNTH_CFLAGS@
174FLUIDSYNTH_LIBS = @FLUIDSYNTH_LIBS@
175FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
176FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
177GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
178GMOFILES = @GMOFILES@
179GMSGFMT = @GMSGFMT@
180GREP = @GREP@
181GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
182GTHREAD_LIBS = @GTHREAD_LIBS@
183GTK2_CFLAGS = @GTK2_CFLAGS@
184GTK2_LIBS = @GTK2_LIBS@
185GTK3_CFLAGS = @GTK3_CFLAGS@
186GTK3_LIBS = @GTK3_LIBS@
187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
189GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
190GTKDOC_MKPDF = @GTKDOC_MKPDF@
191GTKDOC_REBASE = @GTKDOC_REBASE@
192GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
193GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
194GUILE_1_8_CFLAGS = @GUILE_1_8_CFLAGS@
195GUILE_1_8_LIBS = @GUILE_1_8_LIBS@
196GUILE_2_CFLAGS = @GUILE_2_CFLAGS@
197GUILE_2_LIBS = @GUILE_2_LIBS@
198GUILE_CFLAGS = @GUILE_CFLAGS@
199GUILE_EFFECTIVE_VERSION = @GUILE_EFFECTIVE_VERSION@
200GUILE_LDFLAGS = @GUILE_LDFLAGS@
201GUILE_LIBS = @GUILE_LIBS@
202GUILE_LTLIBS = @GUILE_LTLIBS@
203HTML_DIR = @HTML_DIR@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209INSTOBJEXT = @INSTOBJEXT@
210INTLLIBS = @INTLLIBS@
211INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
212INTLTOOL_MERGE = @INTLTOOL_MERGE@
213INTLTOOL_PERL = @INTLTOOL_PERL@
214INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
215INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
216INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
217INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
218INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
219JACK_CFLAGS = @JACK_CFLAGS@
220JACK_LIBS = @JACK_LIBS@
221LD = @LD@
222LDFLAGS = @LDFLAGS@
223LEX = @LEX@
224LEXLIB = @LEXLIB@
225LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
226LIBAUBIO_3_CFLAGS = @LIBAUBIO_3_CFLAGS@
227LIBAUBIO_3_LIBS = @LIBAUBIO_3_LIBS@
228LIBAUBIO_4_CFLAGS = @LIBAUBIO_4_CFLAGS@
229LIBAUBIO_4_LIBS = @LIBAUBIO_4_LIBS@
230LIBICONV = @LIBICONV@
231LIBINTL = @LIBINTL@
232LIBOBJS = @LIBOBJS@
233LIBS = @LIBS@
234LIBTOOL = @LIBTOOL@
235LIPO = @LIPO@
236LN_S = @LN_S@
237LOCALEDIR = @LOCALEDIR@
238LTLIBICONV = @LTLIBICONV@
239LTLIBINTL = @LTLIBINTL@
240LTLIBOBJS = @LTLIBOBJS@
241MAINT = @MAINT@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MKDIR_P = @MKDIR_P@
245MKINSTALLDIRS = @MKINSTALLDIRS@
246MSGFMT = @MSGFMT@
247MSGFMT_OPTS = @MSGFMT_OPTS@
248MSGMERGE = @MSGMERGE@
249NM = @NM@
250NMEDIT = @NMEDIT@
251OBJDUMP = @OBJDUMP@
252OBJEXT = @OBJEXT@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
258PACKAGE_NAME = @PACKAGE_NAME@
259PACKAGE_STRING = @PACKAGE_STRING@
260PACKAGE_TARNAME = @PACKAGE_TARNAME@
261PACKAGE_URL = @PACKAGE_URL@
262PACKAGE_VERSION = @PACKAGE_VERSION@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264PKG_CONFIG = @PKG_CONFIG@
265PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
266PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
267POFILES = @POFILES@
268PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
269PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
270POSUB = @POSUB@
271PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
272PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
273RANLIB = @RANLIB@
274RSVG_CFLAGS = @RSVG_CFLAGS@
275RSVG_LIBS = @RSVG_LIBS@
276RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@
277RUBBERBAND_LIBS = @RUBBERBAND_LIBS@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281SHTOOL = @SHTOOL@
282SMF_CFLAGS = @SMF_CFLAGS@
283SMF_LIBS = @SMF_LIBS@
284SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
285SNDFILE_LIBS = @SNDFILE_LIBS@
286STRIP = @STRIP@
287USE_NLS = @USE_NLS@
288VERSION = @VERSION@
289XGETTEXT = @XGETTEXT@
290XML2_CFLAGS = @XML2_CFLAGS@
291XML2_LIBS = @XML2_LIBS@
292YACC = @YACC@
293YFLAGS = @YFLAGS@
294abs_builddir = @abs_builddir@
295abs_srcdir = @abs_srcdir@
296abs_top_builddir = @abs_top_builddir@
297abs_top_srcdir = @abs_top_srcdir@
298ac_ct_AR = @ac_ct_AR@
299ac_ct_CC = @ac_ct_CC@
300ac_ct_CXX = @ac_ct_CXX@
301ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302am__include = @am__include@
303am__leading_dot = @am__leading_dot@
304am__quote = @am__quote@
305am__tar = @am__tar@
306am__untar = @am__untar@
307bindir = @bindir@
308build = @build@
309build_alias = @build_alias@
310build_cpu = @build_cpu@
311build_os = @build_os@
312build_vendor = @build_vendor@
313builddir = @builddir@
314datadir = @datadir@
315datarootdir = @datarootdir@
316denemo_bin_path = @denemo_bin_path@
317denemo_load_path = @denemo_load_path@
318docdir = @docdir@
319dvidir = @dvidir@
320exec_prefix = @exec_prefix@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330installed_test_metadir = @installed_test_metadir@
331installed_testdir = @installed_testdir@
332intltool__v_merge_options_ = @intltool__v_merge_options_@
333intltool__v_merge_options_0 = @intltool__v_merge_options_0@
334libdir = @libdir@
335libexecdir = @libexecdir@
336localedir = @localedir@
337localstatedir = @localstatedir@
338mandir = @mandir@
339mkdir_p = @mkdir_p@
340oldincludedir = @oldincludedir@
341pdfdir = @pdfdir@
342prefix = @prefix@
343program_transform_name = @program_transform_name@
344psdir = @psdir@
345sbindir = @sbindir@
346sharedstatedir = @sharedstatedir@
347srcdir = @srcdir@
348sysconfdir = @sysconfdir@
349target_alias = @target_alias@
350top_build_prefix = @top_build_prefix@
351top_builddir = @top_builddir@
352top_srcdir = @top_srcdir@
353
354# We require automake 1.6 at least.
355AUTOMAKE_OPTIONS = 1.6
356
357# This is a blank Makefile.am for using gtk-doc.
358# Copy this to your project's API docs directory and modify the variables to
359# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
360# of using the various options.
361
362# The name of the module, e.g. 'glib'.
363DOC_MODULE = denemo
364
365# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
366#DOC_MODULE_VERSION=2
367
368# The top-level XML file (SGML in the past). You can change this if you want to.
369DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
370
371# Directories containing the source code.
372# gtk-doc will search all .c and .h files beneath these paths
373# for inline comments documenting functions and macros.
374# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
375DOC_SOURCE_DIR = $(top_srcdir)/src $(top_srcdir)/include
376
377# Extra options to pass to gtkdoc-scangobj. Not normally needed.
378SCANGOBJ_OPTIONS =
379
380# Extra options to supply to gtkdoc-scan.
381# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
382SCAN_OPTIONS =
383
384# Extra options to supply to gtkdoc-mkdb.
385# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
386MKDB_OPTIONS = --xml-mode --output-format=xml
387
388# Extra options to supply to gtkdoc-mktmpl
389# e.g. MKTMPL_OPTIONS=--only-section-tmpl
390MKTMPL_OPTIONS =
391
392# Extra options to supply to gtkdoc-mkhtml
393MKHTML_OPTIONS =
394
395# Extra options to supply to gtkdoc-fixref. Not normally needed.
396# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
397FIXXREF_OPTIONS =
398
399# Used for dependencies. The docs will be rebuilt if any of these change.
400# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
401# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
402HFILE_GLOB =
403CFILE_GLOB =
404
405# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
406# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
407EXTRA_HFILES =
408
409# Header files or dirs to ignore when scanning. Use base file/dir names
410# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
411IGNORE_HFILES =
412
413# Images to copy into HTML directory.
414# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
415HTML_IMAGES =
416
417# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
418# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
419content_files =
420
421# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
422# These files must be listed here *and* in content_files
423# e.g. expand_content_files=running.sgml
424expand_content_files =
425
426# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
427# Only needed if you are using gtkdoc-scangobj to dynamically query widget
428# signals and properties.
429# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
430# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
431GTKDOC_CFLAGS =
432GTKDOC_LIBS =
433@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
434@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
435@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
436@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
437@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN =
438@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
439
440# We set GPATH here; this gives us semantics for GNU make
441# which are more like other make's VPATH, when it comes to
442# whether a source that is a target of one rule is then
443# searched for in VPATH/GPATH.
444#
445GPATH = $(srcdir)
446TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
447SETUP_FILES = \
448	$(content_files)		\
449	$(DOC_MAIN_SGML_FILE)		\
450	$(DOC_MODULE)-sections.txt	\
451	$(DOC_MODULE)-overrides.txt
452
453EXTRA_DIST = \
454	$(HTML_IMAGES)			\
455	$(SETUP_FILES)
456
457DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
458	html-build.stamp pdf-build.stamp \
459	sgml.stamp html.stamp pdf.stamp
460
461SCANOBJ_FILES = \
462	$(DOC_MODULE).args 	 \
463	$(DOC_MODULE).hierarchy  \
464	$(DOC_MODULE).interfaces \
465	$(DOC_MODULE).prerequisites \
466	$(DOC_MODULE).signals
467
468REPORT_FILES = \
469	$(DOC_MODULE)-undocumented.txt \
470	$(DOC_MODULE)-undeclared.txt \
471	$(DOC_MODULE)-unused.txt
472
473CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
474@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP =
475@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
476@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
477@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
478
479#### setup ####
480GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
481GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
482GTK_DOC_V_SETUP_0 = @echo "  DOC   Preparing build";
483
484#### scan ####
485GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
486GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
487GTK_DOC_V_SCAN_0 = @echo "  DOC   Scanning header files";
488GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
489GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
490GTK_DOC_V_INTROSPECT_0 = @echo "  DOC   Introspecting gobjects";
491
492#### xml ####
493GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
494GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
495GTK_DOC_V_XML_0 = @echo "  DOC   Building XML";
496
497#### html ####
498GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
499GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
500GTK_DOC_V_HTML_0 = @echo "  DOC   Building HTML";
501GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
502GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
503GTK_DOC_V_XREF_0 = @echo "  DOC   Fixing cross-references";
504
505#### pdf ####
506GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
507GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
508GTK_DOC_V_PDF_0 = @echo "  DOC   Building PDF";
509
510# This includes the standard gtk-doc make rules, copied by gtkdocize.
511
512# Other files to distribute
513# e.g. EXTRA_DIST += version.xml.in
514#EXTRA_DIST +=
515
516# Files not to distribute
517# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
518# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
519#DISTCLEANFILES +=
520
521# Comment this out if you want 'make check' to test you doc status
522# and run some sanity checks
523@ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = cd $(srcdir) && \
524@ENABLE_GTK_DOC_TRUE@  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
525@ENABLE_GTK_DOC_TRUE@  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
526
527all: all-am
528
529.SUFFIXES:
530$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docs/gtk-doc.make $(am__configure_deps)
531	@for dep in $?; do \
532	  case '$(am__configure_deps)' in \
533	    *$$dep*) \
534	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
535	        && { if test -f $@; then exit 0; else break; fi; }; \
536	      exit 1;; \
537	  esac; \
538	done; \
539	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/reference/denemo/Makefile'; \
540	$(am__cd) $(top_srcdir) && \
541	  $(AUTOMAKE) --foreign docs/reference/denemo/Makefile
542.PRECIOUS: Makefile
543Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
544	@case '$?' in \
545	  *config.status*) \
546	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
547	  *) \
548	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
549	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
550	esac;
551$(top_srcdir)/docs/gtk-doc.make:
552
553$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
554	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
555
556$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
557	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
558$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
559	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
560$(am__aclocal_m4_deps):
561
562mostlyclean-libtool:
563	-rm -f *.lo
564
565clean-libtool:
566	-rm -rf .libs _libs
567tags TAGS:
568
569ctags CTAGS:
570
571cscope cscopelist:
572
573
574distdir: $(DISTFILES)
575	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577	list='$(DISTFILES)'; \
578	  dist_files=`for file in $$list; do echo $$file; done | \
579	  sed -e "s|^$$srcdirstrip/||;t" \
580	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
581	case $$dist_files in \
582	  */*) $(MKDIR_P) `echo "$$dist_files" | \
583			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
584			   sort -u` ;; \
585	esac; \
586	for file in $$dist_files; do \
587	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588	  if test -d $$d/$$file; then \
589	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
590	    if test -d "$(distdir)/$$file"; then \
591	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592	    fi; \
593	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
595	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596	    fi; \
597	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
598	  else \
599	    test -f "$(distdir)/$$file" \
600	    || cp -p $$d/$$file "$(distdir)/$$file" \
601	    || exit 1; \
602	  fi; \
603	done
604	$(MAKE) $(AM_MAKEFLAGS) \
605	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
606	  dist-hook
607check-am: all-am
608check: check-am
609all-am: Makefile all-local
610installdirs:
611install: install-am
612install-exec: install-exec-am
613install-data: install-data-am
614uninstall: uninstall-am
615
616install-am: all-am
617	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618
619installcheck: installcheck-am
620install-strip:
621	if test -z '$(STRIP)'; then \
622	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
623	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
624	      install; \
625	else \
626	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
629	fi
630mostlyclean-generic:
631
632clean-generic:
633	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
634
635distclean-generic:
636	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
637	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638
639maintainer-clean-generic:
640	@echo "This command is intended for maintainers to use"
641	@echo "it deletes files that may require special tools to rebuild."
642clean: clean-am
643
644clean-am: clean-generic clean-libtool clean-local mostlyclean-am
645
646distclean: distclean-am
647	-rm -f Makefile
648distclean-am: clean-am distclean-generic distclean-local
649
650dvi: dvi-am
651
652dvi-am:
653
654html: html-am
655
656html-am:
657
658info: info-am
659
660info-am:
661
662install-data-am: install-data-local
663
664install-dvi: install-dvi-am
665
666install-dvi-am:
667
668install-exec-am:
669
670install-html: install-html-am
671
672install-html-am:
673
674install-info: install-info-am
675
676install-info-am:
677
678install-man:
679
680install-pdf: install-pdf-am
681
682install-pdf-am:
683
684install-ps: install-ps-am
685
686install-ps-am:
687
688installcheck-am:
689
690maintainer-clean: maintainer-clean-am
691	-rm -f Makefile
692maintainer-clean-am: distclean-am maintainer-clean-generic \
693	maintainer-clean-local
694
695mostlyclean: mostlyclean-am
696
697mostlyclean-am: mostlyclean-generic mostlyclean-libtool
698
699pdf: pdf-am
700
701pdf-am:
702
703ps: ps-am
704
705ps-am:
706
707uninstall-am: uninstall-local
708
709.MAKE: install-am install-strip
710
711.PHONY: all all-am all-local check check-am clean clean-generic \
712	clean-libtool clean-local cscopelist-am ctags-am dist-hook \
713	distclean distclean-generic distclean-libtool distclean-local \
714	distdir dvi dvi-am html html-am info info-am install \
715	install-am install-data install-data-am install-data-local \
716	install-dvi install-dvi-am install-exec install-exec-am \
717	install-html install-html-am install-info install-info-am \
718	install-man install-pdf install-pdf-am install-ps \
719	install-ps-am install-strip installcheck installcheck-am \
720	installdirs maintainer-clean maintainer-clean-generic \
721	maintainer-clean-local mostlyclean mostlyclean-generic \
722	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
723	uninstall-am uninstall-local
724
725
726@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
727@ENABLE_GTK_DOC_FALSE@all-local:
728
729docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
730
731$(REPORT_FILES): sgml-build.stamp
732
733setup-build.stamp:
734	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
735	    files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
736	    if test "x$$files" != "x" ; then \
737	        for file in $$files ; do \
738	            test -f $(abs_srcdir)/$$file && \
739	                cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
740	        done; \
741	    fi; \
742	fi
743	$(AM_V_at)touch setup-build.stamp
744
745scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
746	$(GTK_DOC_V_SCAN)_source_dir='' ; \
747	for i in $(DOC_SOURCE_DIR) ; do \
748	    _source_dir="$${_source_dir} --source-dir=$$i" ; \
749	done ; \
750	gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
751	$(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
752	    scanobj_options=""; \
753	    gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
754	    if test "$(?)" = "0"; then \
755	        if test "x$(V)" = "x1"; then \
756	            scanobj_options="--verbose"; \
757	        fi; \
758	    fi; \
759	    CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
760	    gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
761	else \
762	    for i in $(SCANOBJ_FILES) ; do \
763	        test -f $$i || touch $$i ; \
764	    done \
765	fi
766	$(AM_V_at)touch scan-build.stamp
767
768$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
769	@true
770
771sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files)
772	$(GTK_DOC_V_XML)_source_dir='' ; \
773	for i in $(DOC_SOURCE_DIR) ; do \
774	    _source_dir="$${_source_dir} --source-dir=$$i" ; \
775	done ; \
776	gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
777	$(AM_V_at)touch sgml-build.stamp
778
779sgml.stamp: sgml-build.stamp
780	@true
781
782html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
783	$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
784	mkhtml_options=""; \
785	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
786	if test "$(?)" = "0"; then \
787	  if test "x$(V)" = "x1"; then \
788	    mkhtml_options="$$mkhtml_options --verbose"; \
789	  fi; \
790	fi; \
791	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
792	if test "$(?)" = "0"; then \
793	  mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
794	fi; \
795	cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
796	-@test "x$(HTML_IMAGES)" = "x" || \
797	for file in $(HTML_IMAGES) ; do \
798	  if test -f $(abs_srcdir)/$$file ; then \
799	    cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
800	  fi; \
801	  if test -f $(abs_builddir)/$$file ; then \
802	    cp $(abs_builddir)/$$file $(abs_builddir)/html; \
803	  fi; \
804	done;
805	$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
806	$(AM_V_at)touch html-build.stamp
807
808pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
809	$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
810	mkpdf_options=""; \
811	gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
812	if test "$(?)" = "0"; then \
813	  if test "x$(V)" = "x1"; then \
814	    mkpdf_options="$$mkpdf_options --verbose"; \
815	  fi; \
816	fi; \
817	if test "x$(HTML_IMAGES)" != "x"; then \
818	  for img in $(HTML_IMAGES); do \
819	    part=`dirname $$img`; \
820	    echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
821	    if test $$? != 0; then \
822	      mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
823	    fi; \
824	  done; \
825	fi; \
826	gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
827	$(AM_V_at)touch pdf-build.stamp
828
829##############
830
831clean-local:
832	@rm -f *~ *.bak
833	@rm -rf .libs
834
835distclean-local:
836	@rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
837	    $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
838	@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
839	    rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
840	fi
841
842maintainer-clean-local:
843	@rm -rf xml html
844
845install-data-local:
846	@installfiles=`echo $(builddir)/html/*`; \
847	if test "$$installfiles" = '$(builddir)/html/*'; \
848	then echo 1>&2 'Nothing to install' ; \
849	else \
850	  if test -n "$(DOC_MODULE_VERSION)"; then \
851	    installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
852	  else \
853	    installdir="$(DESTDIR)$(TARGET_DIR)"; \
854	  fi; \
855	  $(mkinstalldirs) $${installdir} ; \
856	  for i in $$installfiles; do \
857	    echo ' $(INSTALL_DATA) '$$i ; \
858	    $(INSTALL_DATA) $$i $${installdir}; \
859	  done; \
860	  if test -n "$(DOC_MODULE_VERSION)"; then \
861	    mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
862	      $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
863	  fi; \
864	  $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
865	fi
866
867uninstall-local:
868	@if test -n "$(DOC_MODULE_VERSION)"; then \
869	  installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
870	else \
871	  installdir="$(DESTDIR)$(TARGET_DIR)"; \
872	fi; \
873	rm -rf $${installdir}
874
875@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
876@ENABLE_GTK_DOC_TRUE@dist-hook: dist-check-gtkdoc dist-hook-local
877@ENABLE_GTK_DOC_TRUE@	@mkdir $(distdir)/html
878@ENABLE_GTK_DOC_TRUE@	@cp ./html/* $(distdir)/html
879@ENABLE_GTK_DOC_TRUE@	@-cp ./$(DOC_MODULE).pdf $(distdir)/
880@ENABLE_GTK_DOC_TRUE@	@-cp ./$(DOC_MODULE).types $(distdir)/
881@ENABLE_GTK_DOC_TRUE@	@-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
882@ENABLE_GTK_DOC_TRUE@	@cd $(distdir) && rm -f $(DISTCLEANFILES)
883@ENABLE_GTK_DOC_TRUE@	@$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
884@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
885@ENABLE_GTK_DOC_FALSE@dist-hook:
886
887.PHONY : dist-hook-local docs
888#TESTS = $(GTKDOC_CHECK)
889
890-include $(top_srcdir)/git.mk
891
892# Tell versions [3.59,3.63) of GNU make to not export all variables.
893# Otherwise a system limit (for SysV at least) may be exceeded.
894.NOEXPORT:
895