Release 0.0.2
[platform/core/system/tlm.git] / docs / 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 @HAVE_LIBGUM_TRUE@am__append_1 = $(top_srcdir)/src/plugins/gumd
87 @HAVE_LIBTLM_NFC_TRUE@am__append_2 = $(top_srcdir)/src/plugins/nfc
88 @HAVE_LIBGUM_TRUE@am__append_3 = $(LIBGUM_LIBS) $(top_builddir)/src/plugins/gumd/libtlm-plugin-gumd.la
89 @HAVE_LIBTLM_NFC_TRUE@am__append_4 = $(LIBTLM_NFC_CFLAGS) $(top_builddir)/src/plugins/nfc/libtlm-plugin-nfc.la
90 DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \
91         $(srcdir)/Makefile.am $(top_srcdir)/test-driver
92 subdir = docs
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
95         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 am__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
123 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 am__tty_colors_dummy = \
125   mgn= red= grn= lgn= blu= brg= std=; \
126   am__color_tests=no
127 am__tty_colors = { \
128   $(am__tty_colors_dummy); \
129   if test "X$(AM_COLOR_TESTS)" = Xno; then \
130     am__color_tests=no; \
131   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
132     am__color_tests=yes; \
133   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
134     am__color_tests=yes; \
135   fi; \
136   if test $$am__color_tests = yes; then \
137     red='\e[0;31m'; \
138     grn='\e[0;32m'; \
139     lgn='\e[1;32m'; \
140     blu='\e[1;34m'; \
141     mgn='\e[0;35m'; \
142     brg='\e[1m'; \
143     std='\e[m'; \
144   fi; \
145 }
146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147 am__vpath_adj = case $$p in \
148     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149     *) f=$$p;; \
150   esac;
151 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152 am__install_max = 40
153 am__nobase_strip_setup = \
154   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155 am__nobase_strip = \
156   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157 am__nobase_list = $(am__nobase_strip_setup); \
158   for p in $$list; do echo "$$p $$p"; done | \
159   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161     if (++n[$$2] == $(am__install_max)) \
162       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163     END { for (dir in files) print dir, files[dir] }'
164 am__base_list = \
165   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167 am__uninstall_files_from_dir = { \
168   test -z "$$files" \
169     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171          $(am__cd) "$$dir" && rm -f $$files; }; \
172   }
173 am__recheck_rx = ^[     ]*:recheck:[    ]*
174 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
175 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
176 # A command that, given a newline-separated list of test names on the
177 # standard input, print the name of the tests that are to be re-run
178 # upon "make recheck".
179 am__list_recheck_tests = $(AWK) '{ \
180   recheck = 1; \
181   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
182     { \
183       if (rc < 0) \
184         { \
185           if ((getline line2 < ($$0 ".log")) < 0) \
186             recheck = 0; \
187           break; \
188         } \
189       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
190         { \
191           recheck = 0; \
192           break; \
193         } \
194       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
195         { \
196           break; \
197         } \
198     }; \
199   if (recheck) \
200     print $$0; \
201   close ($$0 ".trs"); \
202   close ($$0 ".log"); \
203 }'
204 # A command that, given a newline-separated list of test names on the
205 # standard input, create the global log from their .trs and .log files.
206 am__create_global_log = $(AWK) ' \
207 function fatal(msg) \
208 { \
209   print "fatal: making $@: " msg | "cat >&2"; \
210   exit 1; \
211 } \
212 function rst_section(header) \
213 { \
214   print header; \
215   len = length(header); \
216   for (i = 1; i <= len; i = i + 1) \
217     printf "="; \
218   printf "\n\n"; \
219 } \
220 { \
221   copy_in_global_log = 1; \
222   global_test_result = "RUN"; \
223   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
224     { \
225       if (rc < 0) \
226          fatal("failed to read from " $$0 ".trs"); \
227       if (line ~ /$(am__global_test_result_rx)/) \
228         { \
229           sub("$(am__global_test_result_rx)", "", line); \
230           sub("[        ]*$$", "", line); \
231           global_test_result = line; \
232         } \
233       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
234         copy_in_global_log = 0; \
235     }; \
236   if (copy_in_global_log) \
237     { \
238       rst_section(global_test_result ": " $$0); \
239       while ((rc = (getline line < ($$0 ".log"))) != 0) \
240       { \
241         if (rc < 0) \
242           fatal("failed to read from " $$0 ".log"); \
243         print line; \
244       }; \
245       printf "\n"; \
246     }; \
247   close ($$0 ".trs"); \
248   close ($$0 ".log"); \
249 }'
250 # Restructured Text title.
251 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
252 # Solaris 10 'make', and several other traditional 'make' implementations,
253 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
254 # by disabling -e (using the XSI extension "set +e") if it's set.
255 am__sh_e_setup = case $$- in *e*) set +e;; esac
256 # Default flags passed to test drivers.
257 am__common_driver_flags = \
258   --color-tests "$$am__color_tests" \
259   --enable-hard-errors "$$am__enable_hard_errors" \
260   --expect-failure "$$am__expect_failure"
261 # To be inserted before the command running the test.  Creates the
262 # directory for the log if needed.  Stores in $dir the directory
263 # containing $f, in $tst the test, in $log the log.  Executes the
264 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
265 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
266 # will run the test scripts (or their associated LOG_COMPILER, if
267 # thy have one).
268 am__check_pre = \
269 $(am__sh_e_setup);                                      \
270 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
271 $(am__tty_colors);                                      \
272 srcdir=$(srcdir); export srcdir;                        \
273 case "$@" in                                            \
274   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
275     *) am__odir=.;;                                     \
276 esac;                                                   \
277 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
278   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
279 if test -f "./$$f"; then dir=./;                        \
280 elif test -f "$$f"; then dir=;                          \
281 else dir="$(srcdir)/"; fi;                              \
282 tst=$$dir$$f; log='$@';                                 \
283 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
284   am__enable_hard_errors=no;                            \
285 else                                                    \
286   am__enable_hard_errors=yes;                           \
287 fi;                                                     \
288 case " $(XFAIL_TESTS) " in                              \
289   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
290     am__expect_failure=yes;;                            \
291   *)                                                    \
292     am__expect_failure=no;;                             \
293 esac;                                                   \
294 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
295 # A shell command to get the names of the tests scripts with any registered
296 # extension removed (i.e., equivalently, the names of the test logs, with
297 # the '.log' extension removed).  The result is saved in the shell variable
298 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
299 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
300 # since that might cause problem with VPATH rewrites for suffix-less tests.
301 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
302 am__set_TESTS_bases = \
303   bases='$(TEST_LOGS)'; \
304   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
305   bases=`echo $$bases`
306 RECHECK_LOGS = $(TEST_LOGS)
307 AM_RECURSIVE_TARGETS = check recheck
308 TEST_SUITE_LOG = test-suite.log
309 TEST_EXTENSIONS = @EXEEXT@ .test
310 am__test_logs1 = $(TESTS:=.log)
311 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
312 TEST_LOGS = $(am__test_logs2:.test.log=.log)
313 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
314 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
315         $(TEST_LOG_FLAGS)
316 am__set_b = \
317   case '$@' in \
318     */*) \
319       case '$*' in \
320         */*) b='$*';; \
321           *) b=`echo '$@' | sed 's/\.log$$//'`; \
322        esac;; \
323     *) \
324       b='$*';; \
325   esac
326 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
327 ACCOUNT_PLUGIN_NAME = @ACCOUNT_PLUGIN_NAME@
328 ACLOCAL = @ACLOCAL@
329 AMTAR = @AMTAR@
330 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
331 AR = @AR@
332 AUTOCONF = @AUTOCONF@
333 AUTOHEADER = @AUTOHEADER@
334 AUTOMAKE = @AUTOMAKE@
335 AWK = @AWK@
336 CC = @CC@
337 CCDEPMODE = @CCDEPMODE@
338 CFLAGS = @CFLAGS@
339 CHECK_CFLAGS = @CHECK_CFLAGS@
340 CHECK_LIBS = @CHECK_LIBS@
341 CPP = @CPP@
342 CPPFLAGS = @CPPFLAGS@
343 CYGPATH_W = @CYGPATH_W@
344 DEFS = @DEFS@
345 DEPDIR = @DEPDIR@
346 DLLTOOL = @DLLTOOL@
347 DSYMUTIL = @DSYMUTIL@
348 DUMPBIN = @DUMPBIN@
349 ECHO_C = @ECHO_C@
350 ECHO_N = @ECHO_N@
351 ECHO_T = @ECHO_T@
352 EGREP = @EGREP@
353 ELEMENTARY_CFLAGS = @ELEMENTARY_CFLAGS@
354 ELEMENTARY_LIBS = @ELEMENTARY_LIBS@
355 EXEEXT = @EXEEXT@
356 FGREP = @FGREP@
357 GIO_CFLAGS = @GIO_CFLAGS@
358 GIO_LIBS = @GIO_LIBS@
359 GLIB_CFLAGS = @GLIB_CFLAGS@
360 GLIB_LIBS = @GLIB_LIBS@
361 GLIB_MKENUMS = @GLIB_MKENUMS@
362 GMODULE_CFLAGS = @GMODULE_CFLAGS@
363 GMODULE_LIBS = @GMODULE_LIBS@
364 GREP = @GREP@
365 GTKDOC_CHECK = @GTKDOC_CHECK@
366 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
367 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
368 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
369 GTKDOC_MKPDF = @GTKDOC_MKPDF@
370 GTKDOC_REBASE = @GTKDOC_REBASE@
371 HTML_DIR = @HTML_DIR@
372 INSTALL = @INSTALL@
373 INSTALL_DATA = @INSTALL_DATA@
374 INSTALL_PROGRAM = @INSTALL_PROGRAM@
375 INSTALL_SCRIPT = @INSTALL_SCRIPT@
376 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
377 LD = @LD@
378 LDFLAGS = @LDFLAGS@
379 LIBGUM_CFLAGS = @LIBGUM_CFLAGS@
380 LIBGUM_LIBS = @LIBGUM_LIBS@
381 LIBOBJS = @LIBOBJS@
382 LIBS = @LIBS@
383 LIBTLM_NFC_CFLAGS = @LIBTLM_NFC_CFLAGS@
384 LIBTLM_NFC_LIBS = @LIBTLM_NFC_LIBS@
385 LIBTOOL = @LIBTOOL@
386 LIPO = @LIPO@
387 LN_S = @LN_S@
388 LTLIBOBJS = @LTLIBOBJS@
389 MAKEINFO = @MAKEINFO@
390 MANIFEST_TOOL = @MANIFEST_TOOL@
391 MKDIR_P = @MKDIR_P@
392 NM = @NM@
393 NMEDIT = @NMEDIT@
394 OBJDUMP = @OBJDUMP@
395 OBJEXT = @OBJEXT@
396 OTOOL = @OTOOL@
397 OTOOL64 = @OTOOL64@
398 PACKAGE = @PACKAGE@
399 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
400 PACKAGE_NAME = @PACKAGE_NAME@
401 PACKAGE_STRING = @PACKAGE_STRING@
402 PACKAGE_TARNAME = @PACKAGE_TARNAME@
403 PACKAGE_URL = @PACKAGE_URL@
404 PACKAGE_VERSION = @PACKAGE_VERSION@
405 PATH_SEPARATOR = @PATH_SEPARATOR@
406 PKG_CONFIG = @PKG_CONFIG@
407 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
408 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
409 RANLIB = @RANLIB@
410 SED = @SED@
411 SET_MAKE = @SET_MAKE@
412 SHELL = @SHELL@
413 STRIP = @STRIP@
414 TLM_CFLAGS = @TLM_CFLAGS@
415 TLM_LIBS = @TLM_LIBS@
416 VERSION = @VERSION@
417 abs_builddir = @abs_builddir@
418 abs_srcdir = @abs_srcdir@
419 abs_top_builddir = @abs_top_builddir@
420 abs_top_srcdir = @abs_top_srcdir@
421 ac_ct_AR = @ac_ct_AR@
422 ac_ct_CC = @ac_ct_CC@
423 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
424 am__include = @am__include@
425 am__leading_dot = @am__leading_dot@
426 am__quote = @am__quote@
427 am__tar = @am__tar@
428 am__untar = @am__untar@
429 bindir = @bindir@
430 build = @build@
431 build_alias = @build_alias@
432 build_cpu = @build_cpu@
433 build_os = @build_os@
434 build_vendor = @build_vendor@
435 builddir = @builddir@
436 datadir = @datadir@
437 datarootdir = @datarootdir@
438 docdir = @docdir@
439 dvidir = @dvidir@
440 exec_prefix = @exec_prefix@
441 host = @host@
442 host_alias = @host_alias@
443 host_cpu = @host_cpu@
444 host_os = @host_os@
445 host_vendor = @host_vendor@
446 htmldir = @htmldir@
447 includedir = @includedir@
448 infodir = @infodir@
449 install_sh = @install_sh@
450 libdir = @libdir@
451 libexecdir = @libexecdir@
452 localedir = @localedir@
453 localstatedir = @localstatedir@
454 mandir = @mandir@
455 mkdir_p = @mkdir_p@
456 oldincludedir = @oldincludedir@
457 pdfdir = @pdfdir@
458 prefix = @prefix@
459 program_transform_name = @program_transform_name@
460 psdir = @psdir@
461 sbindir = @sbindir@
462 sharedstatedir = @sharedstatedir@
463 srcdir = @srcdir@
464 sysconfdir = @sysconfdir@
465 target_alias = @target_alias@
466 top_build_prefix = @top_build_prefix@
467 top_builddir = @top_builddir@
468 top_srcdir = @top_srcdir@
469
470 # We require automake 1.6 at least.
471 AUTOMAKE_OPTIONS = 1.6
472
473 # This is a blank Makefile.am for using gtk-doc.
474 # Copy this to your project's API docs directory and modify the variables to
475 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
476 # of using the various options.
477
478 # The name of the module, e.g. 'glib'.
479 DOC_MODULE = tlm
480
481 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
482 #DOC_MODULE_VERSION=2
483
484 # The top-level SGML file. You can change this if you want to.
485 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
486
487 # Directories containing the source code.
488 # gtk-doc will search all .c and .h files beneath these paths
489 # for inline comments documenting functions and macros.
490 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
491 DOC_SOURCE_DIR = $(top_srcdir)/src/common \
492         $(top_srcdir)/src/plugins/default $(am__append_1) \
493         $(am__append_2)
494
495 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
496 SCANGOBJ_OPTIONS = 
497
498 # Extra options to supply to gtkdoc-scan.
499 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
500 SCAN_OPTIONS = 
501
502 # Extra options to supply to gtkdoc-mkdb.
503 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
504 MKDB_OPTIONS = --xml-mode --output-format=xml \
505 --ignore-files="tlm-dbus-login-gen.c"
506
507
508 # Extra options to supply to gtkdoc-mktmpl
509 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
510 MKTMPL_OPTIONS = 
511
512 # Extra options to supply to gtkdoc-mkhtml
513 MKHTML_OPTIONS = 
514
515 # Extra options to supply to gtkdoc-fixref. Not normally needed.
516 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
517 FIXXREF_OPTIONS = 
518
519 # Used for dependencies. The docs will be rebuilt if any of these change.
520 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
521 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
522 HFILE_GLOB = 
523 CFILE_GLOB = 
524
525 # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
526 # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
527 EXTRA_HFILES = 
528
529 # Header files or dirs to ignore when scanning. Use base file/dir names
530 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
531 IGNORE_HFILES = tlm-dbus-login-gen.h tlm-dbus.h
532
533 # Images to copy into HTML directory.
534 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
535 HTML_IMAGES = 
536
537 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
538 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
539 content_files = introduction.xml \
540 tlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml
541
542
543 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
544 # These files must be listed here *and* in content_files
545 # e.g. expand_content_files=running.sgml
546 expand_content_files = 
547
548 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
549 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
550 # signals and properties.
551 # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
552 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
553 GTKDOC_CFLAGS = $(GLIB_CFLAGS)
554 GTKDOC_LIBS = $(GLIB_LIBS) $(top_builddir)/src/common/libtlm-plugin.la \
555         $(top_builddir)/src/plugins/default/libtlm-plugin-default.la \
556         $(am__append_3) $(am__append_4)
557 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
558 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
559 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
560 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
561 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = 
562 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
563
564 # We set GPATH here; this gives us semantics for GNU make
565 # which are more like other make's VPATH, when it comes to
566 # whether a source that is a target of one rule is then
567 # searched for in VPATH/GPATH.
568 #
569 GPATH = $(srcdir)
570 TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
571 SETUP_FILES = \
572         $(content_files)                \
573         $(DOC_MAIN_SGML_FILE)           \
574         $(DOC_MODULE)-sections.txt      \
575         $(DOC_MODULE)-overrides.txt
576
577
578 # This includes the standard gtk-doc make rules, copied by gtkdocize.
579
580 # Other files to distribute
581 # e.g. EXTRA_DIST += version.xml.in
582 EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES)
583 DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
584         html-build.stamp pdf-build.stamp \
585         sgml.stamp html.stamp pdf.stamp
586
587 SCANOBJ_FILES = \
588         $(DOC_MODULE).args       \
589         $(DOC_MODULE).hierarchy  \
590         $(DOC_MODULE).interfaces \
591         $(DOC_MODULE).prerequisites \
592         $(DOC_MODULE).signals
593
594 REPORT_FILES = \
595         $(DOC_MODULE)-undocumented.txt \
596         $(DOC_MODULE)-undeclared.txt \
597         $(DOC_MODULE)-unused.txt
598
599 CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) \
600         gtkdoc-check.test $(DOC_MODULE)-*.txt $(DOC_MODULE).types
601 @GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = 
602 @GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
603 @GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = 
604 @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
605
606 #### setup ####
607 GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
608 GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
609 GTK_DOC_V_SETUP_0 = @echo "  DOC   Preparing build";
610
611 #### scan ####
612 GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
613 GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
614 GTK_DOC_V_SCAN_0 = @echo "  DOC   Scanning header files";
615 GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
616 GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
617 GTK_DOC_V_INTROSPECT_0 = @echo "  DOC   Introspecting gobjects";
618
619 #### xml ####
620 GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
621 GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
622 GTK_DOC_V_XML_0 = @echo "  DOC   Building XML";
623
624 #### html ####
625 GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
626 GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
627 GTK_DOC_V_HTML_0 = @echo "  DOC   Building HTML";
628 GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
629 GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
630 GTK_DOC_V_XREF_0 = @echo "  DOC   Fixing cross-references";
631
632 #### pdf ####
633 GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
634 GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
635 GTK_DOC_V_PDF_0 = @echo "  DOC   Building PDF";
636
637 # Files not to distribute
638 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
639 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
640 #DISTCLEANFILES +=
641
642 # Comment this out if you want 'make check' to test you doc status
643 # and run some sanity checks
644 @ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = cd $(srcdir) && \
645 @ENABLE_GTK_DOC_TRUE@  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
646 @ENABLE_GTK_DOC_TRUE@  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
647
648 @ENABLE_GTK_DOC_TRUE@TESTS = $(GTKDOC_CHECK)
649 all: all-am
650
651 .SUFFIXES:
652 .SUFFIXES: .log .test .test$(EXEEXT) .trs
653 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
654         @for dep in $?; do \
655           case '$(am__configure_deps)' in \
656             *$$dep*) \
657               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
658                 && { if test -f $@; then exit 0; else break; fi; }; \
659               exit 1;; \
660           esac; \
661         done; \
662         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
663         $(am__cd) $(top_srcdir) && \
664           $(AUTOMAKE) --gnu docs/Makefile
665 .PRECIOUS: Makefile
666 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
667         @case '$?' in \
668           *config.status*) \
669             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
670           *) \
671             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
672             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
673         esac;
674 $(top_srcdir)/gtk-doc.make:
675
676 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
677         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
678
679 $(top_srcdir)/configure:  $(am__configure_deps)
680         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
681 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
682         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
683 $(am__aclocal_m4_deps):
684
685 mostlyclean-libtool:
686         -rm -f *.lo
687
688 clean-libtool:
689         -rm -rf .libs _libs
690 tags TAGS:
691
692 ctags CTAGS:
693
694 cscope cscopelist:
695
696
697 # Recover from deleted '.trs' file; this should ensure that
698 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
699 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
700 # to avoid problems with "make -n".
701 .log.trs:
702         rm -f $< $@
703         $(MAKE) $(AM_MAKEFLAGS) $<
704
705 # Leading 'am--fnord' is there to ensure the list of targets does not
706 # expand to empty, as could happen e.g. with make check TESTS=''.
707 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
708 am--force-recheck:
709         @:
710
711 $(TEST_SUITE_LOG): $(TEST_LOGS)
712         @$(am__set_TESTS_bases); \
713         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
714         redo_bases=`for i in $$bases; do \
715                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
716                     done`; \
717         if test -n "$$redo_bases"; then \
718           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
719           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
720           if $(am__make_dryrun); then :; else \
721             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
722           fi; \
723         fi; \
724         if test -n "$$am__remaking_logs"; then \
725           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
726                "recursion detected" >&2; \
727         else \
728           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
729         fi; \
730         if $(am__make_dryrun); then :; else \
731           st=0;  \
732           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
733           for i in $$redo_bases; do \
734             test -f $$i.trs && test -r $$i.trs \
735               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
736             test -f $$i.log && test -r $$i.log \
737               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
738           done; \
739           test $$st -eq 0 || exit 1; \
740         fi
741         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
742         ws='[   ]'; \
743         results=`for b in $$bases; do echo $$b.trs; done`; \
744         test -n "$$results" || results=/dev/null; \
745         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
746         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
747         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
748         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
749         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
750         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
751         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
752         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
753           success=true; \
754         else \
755           success=false; \
756         fi; \
757         br='==================='; br=$$br$$br$$br$$br; \
758         result_count () \
759         { \
760             if test x"$$1" = x"--maybe-color"; then \
761               maybe_colorize=yes; \
762             elif test x"$$1" = x"--no-color"; then \
763               maybe_colorize=no; \
764             else \
765               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
766             fi; \
767             shift; \
768             desc=$$1 count=$$2; \
769             if test $$maybe_colorize = yes && test $$count -gt 0; then \
770               color_start=$$3 color_end=$$std; \
771             else \
772               color_start= color_end=; \
773             fi; \
774             echo "$${color_start}# $$desc $$count$${color_end}"; \
775         }; \
776         create_testsuite_report () \
777         { \
778           result_count $$1 "TOTAL:" $$all   "$$brg"; \
779           result_count $$1 "PASS: " $$pass  "$$grn"; \
780           result_count $$1 "SKIP: " $$skip  "$$blu"; \
781           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
782           result_count $$1 "FAIL: " $$fail  "$$red"; \
783           result_count $$1 "XPASS:" $$xpass "$$red"; \
784           result_count $$1 "ERROR:" $$error "$$mgn"; \
785         }; \
786         {                                                               \
787           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
788             $(am__rst_title);                                           \
789           create_testsuite_report --no-color;                           \
790           echo;                                                         \
791           echo ".. contents:: :depth: 2";                               \
792           echo;                                                         \
793           for b in $$bases; do echo $$b; done                           \
794             | $(am__create_global_log);                                 \
795         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
796         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
797         if $$success; then                                              \
798           col="$$grn";                                                  \
799          else                                                           \
800           col="$$red";                                                  \
801           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
802         fi;                                                             \
803         echo "$${col}$$br$${std}";                                      \
804         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
805         echo "$${col}$$br$${std}";                                      \
806         create_testsuite_report --maybe-color;                          \
807         echo "$$col$$br$$std";                                          \
808         if $$success; then :; else                                      \
809           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
810           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
811             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
812           fi;                                                           \
813           echo "$$col$$br$$std";                                        \
814         fi;                                                             \
815         $$success || exit 1
816
817 check-TESTS:
818         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
819         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
820         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
821         @set +e; $(am__set_TESTS_bases); \
822         log_list=`for i in $$bases; do echo $$i.log; done`; \
823         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
824         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
825         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
826         exit $$?;
827 recheck: all 
828         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
829         @set +e; $(am__set_TESTS_bases); \
830         bases=`for i in $$bases; do echo $$i; done \
831                  | $(am__list_recheck_tests)` || exit 1; \
832         log_list=`for i in $$bases; do echo $$i.log; done`; \
833         log_list=`echo $$log_list`; \
834         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
835                 am__force_recheck=am--force-recheck \
836                 TEST_LOGS="$$log_list"; \
837         exit $$?
838 .test.log:
839         @p='$<'; \
840         $(am__set_b); \
841         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
842         --log-file $$b.log --trs-file $$b.trs \
843         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
844         "$$tst" $(AM_TESTS_FD_REDIRECT)
845 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
846 @am__EXEEXT_TRUE@       @p='$<'; \
847 @am__EXEEXT_TRUE@       $(am__set_b); \
848 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
849 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
850 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
851 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
852
853 distdir: $(DISTFILES)
854         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
855         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
856         list='$(DISTFILES)'; \
857           dist_files=`for file in $$list; do echo $$file; done | \
858           sed -e "s|^$$srcdirstrip/||;t" \
859               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
860         case $$dist_files in \
861           */*) $(MKDIR_P) `echo "$$dist_files" | \
862                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
863                            sort -u` ;; \
864         esac; \
865         for file in $$dist_files; do \
866           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
867           if test -d $$d/$$file; then \
868             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
869             if test -d "$(distdir)/$$file"; then \
870               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
871             fi; \
872             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
873               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
874               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
875             fi; \
876             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
877           else \
878             test -f "$(distdir)/$$file" \
879             || cp -p $$d/$$file "$(distdir)/$$file" \
880             || exit 1; \
881           fi; \
882         done
883         $(MAKE) $(AM_MAKEFLAGS) \
884           top_distdir="$(top_distdir)" distdir="$(distdir)" \
885           dist-hook
886 check-am: all-am
887         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
888 check: check-am
889 @ENABLE_GTK_DOC_FALSE@all-local:
890 all-am: Makefile all-local
891 installdirs:
892 install: install-am
893 install-exec: install-exec-am
894 install-data: install-data-am
895 uninstall: uninstall-am
896
897 install-am: all-am
898         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
899
900 installcheck: installcheck-am
901 install-strip:
902         if test -z '$(STRIP)'; then \
903           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
904             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
905               install; \
906         else \
907           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
908             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
909             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
910         fi
911 mostlyclean-generic:
912         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
913         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
914         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
915
916 clean-generic:
917         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
918
919 distclean-generic:
920         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
921         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
922
923 maintainer-clean-generic:
924         @echo "This command is intended for maintainers to use"
925         @echo "it deletes files that may require special tools to rebuild."
926 clean: clean-am
927
928 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
929
930 distclean: distclean-am
931         -rm -f Makefile
932 distclean-am: clean-am distclean-generic distclean-local
933
934 dvi: dvi-am
935
936 dvi-am:
937
938 html: html-am
939
940 html-am:
941
942 info: info-am
943
944 info-am:
945
946 install-data-am: install-data-local
947
948 install-dvi: install-dvi-am
949
950 install-dvi-am:
951
952 install-exec-am:
953
954 install-html: install-html-am
955
956 install-html-am:
957
958 install-info: install-info-am
959
960 install-info-am:
961
962 install-man:
963
964 install-pdf: install-pdf-am
965
966 install-pdf-am:
967
968 install-ps: install-ps-am
969
970 install-ps-am:
971
972 installcheck-am:
973
974 maintainer-clean: maintainer-clean-am
975         -rm -f Makefile
976 maintainer-clean-am: distclean-am maintainer-clean-generic \
977         maintainer-clean-local
978
979 mostlyclean: mostlyclean-am
980
981 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
982
983 pdf: pdf-am
984
985 pdf-am:
986
987 ps: ps-am
988
989 ps-am:
990
991 uninstall-am: uninstall-local
992
993 .MAKE: check-am install-am install-strip
994
995 .PHONY: all all-am all-local check check-TESTS check-am clean \
996         clean-generic clean-libtool clean-local cscopelist-am ctags-am \
997         dist-hook distclean distclean-generic distclean-libtool \
998         distclean-local distdir dvi dvi-am html html-am info info-am \
999         install install-am install-data install-data-am \
1000         install-data-local install-dvi install-dvi-am install-exec \
1001         install-exec-am install-html install-html-am install-info \
1002         install-info-am install-man install-pdf install-pdf-am \
1003         install-ps install-ps-am install-strip installcheck \
1004         installcheck-am installdirs maintainer-clean \
1005         maintainer-clean-generic maintainer-clean-local mostlyclean \
1006         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1007         recheck tags-am uninstall uninstall-am uninstall-local
1008
1009
1010 gtkdoc-check.test: Makefile
1011         $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
1012                 echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
1013                 chmod +x $@
1014
1015 all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
1016 .PHONY: all-gtk-doc
1017
1018 @ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc
1019
1020 docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
1021
1022 $(REPORT_FILES): sgml-build.stamp
1023
1024 setup-build.stamp:
1025         -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
1026             files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
1027             if test "x$$files" != "x" ; then \
1028                 for file in $$files ; do \
1029                     destdir=`dirname $(abs_builddir)/$$file`; \
1030                     test -d "$$destdir" || mkdir -p "$$destdir"; \
1031                     test -f $(abs_srcdir)/$$file && \
1032                         cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
1033                 done; \
1034             fi; \
1035         fi
1036         $(AM_V_at)touch setup-build.stamp
1037
1038 scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
1039         $(GTK_DOC_V_SCAN)_source_dir='' ; \
1040         for i in $(DOC_SOURCE_DIR) ; do \
1041             _source_dir="$${_source_dir} --source-dir=$$i" ; \
1042         done ; \
1043         gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
1044         $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
1045             scanobj_options=""; \
1046             gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1047             if test "$(?)" = "0"; then \
1048                 if test "x$(V)" = "x1"; then \
1049                     scanobj_options="--verbose"; \
1050                 fi; \
1051             fi; \
1052             CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
1053             gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
1054         else \
1055             for i in $(SCANOBJ_FILES) ; do \
1056                 test -f $$i || touch $$i ; \
1057             done \
1058         fi
1059         $(AM_V_at)touch scan-build.stamp
1060
1061 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
1062         @true
1063
1064 sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files)
1065         $(GTK_DOC_V_XML)_source_dir='' ; \
1066         for i in $(DOC_SOURCE_DIR) ; do \
1067             _source_dir="$${_source_dir} --source-dir=$$i" ; \
1068         done ; \
1069         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)
1070         $(AM_V_at)touch sgml-build.stamp
1071
1072 sgml.stamp: sgml-build.stamp
1073         @true
1074
1075 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
1076         $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
1077         mkhtml_options=""; \
1078         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1079         if test "$(?)" = "0"; then \
1080           if test "x$(V)" = "x1"; then \
1081             mkhtml_options="$$mkhtml_options --verbose"; \
1082           fi; \
1083         fi; \
1084         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
1085         if test "$(?)" = "0"; then \
1086           mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
1087         fi; \
1088         cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
1089         -@test "x$(HTML_IMAGES)" = "x" || \
1090         for file in $(HTML_IMAGES) ; do \
1091           if test -f $(abs_srcdir)/$$file ; then \
1092             cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
1093           fi; \
1094           if test -f $(abs_builddir)/$$file ; then \
1095             cp $(abs_builddir)/$$file $(abs_builddir)/html; \
1096           fi; \
1097         done;
1098         $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
1099         $(AM_V_at)touch html-build.stamp
1100
1101 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
1102         $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
1103         mkpdf_options=""; \
1104         gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1105         if test "$(?)" = "0"; then \
1106           if test "x$(V)" = "x1"; then \
1107             mkpdf_options="$$mkpdf_options --verbose"; \
1108           fi; \
1109         fi; \
1110         if test "x$(HTML_IMAGES)" != "x"; then \
1111           for img in $(HTML_IMAGES); do \
1112             part=`dirname $$img`; \
1113             echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
1114             if test $$? != 0; then \
1115               mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
1116             fi; \
1117           done; \
1118         fi; \
1119         gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
1120         $(AM_V_at)touch pdf-build.stamp
1121
1122 ##############
1123
1124 clean-local:
1125         @rm -f *~ *.bak
1126         @rm -rf .libs
1127         @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
1128           rm -f $(DOC_MODULE).types; \
1129         fi
1130
1131 distclean-local:
1132         @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
1133             $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
1134         @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
1135             rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
1136         fi
1137
1138 maintainer-clean-local:
1139         @rm -rf xml html
1140
1141 install-data-local:
1142         @installfiles=`echo $(builddir)/html/*`; \
1143         if test "$$installfiles" = '$(builddir)/html/*'; \
1144         then echo 1>&2 'Nothing to install' ; \
1145         else \
1146           if test -n "$(DOC_MODULE_VERSION)"; then \
1147             installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
1148           else \
1149             installdir="$(DESTDIR)$(TARGET_DIR)"; \
1150           fi; \
1151           $(mkinstalldirs) $${installdir} ; \
1152           for i in $$installfiles; do \
1153             echo ' $(INSTALL_DATA) '$$i ; \
1154             $(INSTALL_DATA) $$i $${installdir}; \
1155           done; \
1156           if test -n "$(DOC_MODULE_VERSION)"; then \
1157             mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
1158               $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
1159           fi; \
1160           $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
1161         fi
1162
1163 uninstall-local:
1164         @if test -n "$(DOC_MODULE_VERSION)"; then \
1165           installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
1166         else \
1167           installdir="$(DESTDIR)$(TARGET_DIR)"; \
1168         fi; \
1169         rm -rf $${installdir}
1170
1171 #
1172 # Require gtk-doc when making dist
1173 #
1174 @HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
1175 @HAVE_GTK_DOC_FALSE@dist-check-gtkdoc:
1176 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc is needed to run 'make dist'.         ***"
1177 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc was not found when 'configure' ran.   ***"
1178 @HAVE_GTK_DOC_FALSE@    @echo "*** please install gtk-doc and rerun 'configure'. ***"
1179 @HAVE_GTK_DOC_FALSE@    @false
1180
1181 dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
1182         @mkdir $(distdir)/html
1183         @cp ./html/* $(distdir)/html
1184         @-cp ./$(DOC_MODULE).pdf $(distdir)/
1185         @-cp ./$(DOC_MODULE).types $(distdir)/
1186         @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
1187         @cd $(distdir) && rm -f $(DISTCLEANFILES)
1188         @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
1189
1190 .PHONY : dist-hook-local docs
1191
1192 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1193 # Otherwise a system limit (for SysV at least) may be exceeded.
1194 .NOEXPORT: