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