Imported Upstream version 1.1.11
[platform/upstream/libmtp.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = doc
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
93         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
94         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96         $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES = Doxyfile
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__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 ACLOCAL = @ACLOCAL@
127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 AR = @AR@
130 AS = @AS@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DLLTOOL = @DLLTOOL@
144 DSYMUTIL = @DSYMUTIL@
145 DUMPBIN = @DUMPBIN@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@
152 GREP = @GREP@
153 HAVE_DOXYGEN = @HAVE_DOXYGEN@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LIBICONV = @LIBICONV@
162 LIBOBJS = @LIBOBJS@
163 LIBS = @LIBS@
164 LIBTOOL = @LIBTOOL@
165 LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
166 LIBUSB_LIBS = @LIBUSB_LIBS@
167 LIBUSB_REQUIRES = @LIBUSB_REQUIRES@
168 LIPO = @LIPO@
169 LN_S = @LN_S@
170 LTLIBICONV = @LTLIBICONV@
171 LTLIBOBJS = @LTLIBOBJS@
172 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
173 MAKEINFO = @MAKEINFO@
174 MANIFEST_TOOL = @MANIFEST_TOOL@
175 MKDIR_P = @MKDIR_P@
176 NM = @NM@
177 NMEDIT = @NMEDIT@
178 OBJDUMP = @OBJDUMP@
179 OBJEXT = @OBJEXT@
180 OSFLAGS = @OSFLAGS@
181 OTOOL = @OTOOL@
182 OTOOL64 = @OTOOL64@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_URL = @PACKAGE_URL@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 PKG_CONFIG = @PKG_CONFIG@
192 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
193 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
194 RANLIB = @RANLIB@
195 SED = @SED@
196 SET_MAKE = @SET_MAKE@
197 SHELL = @SHELL@
198 STRIP = @STRIP@
199 UDEV = @UDEV@
200 UDEV_GROUP = @UDEV_GROUP@
201 UDEV_MODE = @UDEV_MODE@
202 UDEV_RULES = @UDEV_RULES@
203 VERSION = @VERSION@
204 abs_builddir = @abs_builddir@
205 abs_srcdir = @abs_srcdir@
206 abs_top_builddir = @abs_top_builddir@
207 abs_top_srcdir = @abs_top_srcdir@
208 ac_ct_AR = @ac_ct_AR@
209 ac_ct_CC = @ac_ct_CC@
210 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211 am__include = @am__include@
212 am__leading_dot = @am__leading_dot@
213 am__quote = @am__quote@
214 am__tar = @am__tar@
215 am__untar = @am__untar@
216 bindir = @bindir@
217 build = @build@
218 build_alias = @build_alias@
219 build_cpu = @build_cpu@
220 build_os = @build_os@
221 build_vendor = @build_vendor@
222 builddir = @builddir@
223 datadir = @datadir@
224 datarootdir = @datarootdir@
225 docdir = @docdir@
226 dvidir = @dvidir@
227 effective_target = @effective_target@
228 exec_prefix = @exec_prefix@
229 host = @host@
230 host_alias = @host_alias@
231 host_cpu = @host_cpu@
232 host_os = @host_os@
233 host_vendor = @host_vendor@
234 htmldir = @htmldir@
235 includedir = @includedir@
236 infodir = @infodir@
237 install_sh = @install_sh@
238 libdir = @libdir@
239 libexecdir = @libexecdir@
240 localedir = @localedir@
241 localstatedir = @localstatedir@
242 mandir = @mandir@
243 mkdir_p = @mkdir_p@
244 ms_lib_exe = @ms_lib_exe@
245 oldincludedir = @oldincludedir@
246 pdfdir = @pdfdir@
247 prefix = @prefix@
248 program_transform_name = @program_transform_name@
249 psdir = @psdir@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 srcdir = @srcdir@
253 sysconfdir = @sysconfdir@
254 target_alias = @target_alias@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 EXTRA_DIST = Doxyfile.in examples.h mainpage.h
259 @HAVE_DOXYGEN_TRUE@pkgdocdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
260 @HAVE_DOXYGEN_TRUE@htmldocdir = $(pkgdocdir)/html
261 all: all-am
262
263 .SUFFIXES:
264 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
265         @for dep in $?; do \
266           case '$(am__configure_deps)' in \
267             *$$dep*) \
268               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269                 && { if test -f $@; then exit 0; else break; fi; }; \
270               exit 1;; \
271           esac; \
272         done; \
273         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
274         $(am__cd) $(top_srcdir) && \
275           $(AUTOMAKE) --foreign doc/Makefile
276 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277         @case '$?' in \
278           *config.status*) \
279             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280           *) \
281             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283         esac;
284
285 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 $(top_srcdir)/configure:  $(am__configure_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292 $(am__aclocal_m4_deps):
293 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
294         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
295
296 mostlyclean-libtool:
297         -rm -f *.lo
298
299 clean-libtool:
300         -rm -rf .libs _libs
301 tags TAGS:
302
303 ctags CTAGS:
304
305 cscope cscopelist:
306
307
308 distdir: $(DISTFILES)
309         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311         list='$(DISTFILES)'; \
312           dist_files=`for file in $$list; do echo $$file; done | \
313           sed -e "s|^$$srcdirstrip/||;t" \
314               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
315         case $$dist_files in \
316           */*) $(MKDIR_P) `echo "$$dist_files" | \
317                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
318                            sort -u` ;; \
319         esac; \
320         for file in $$dist_files; do \
321           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322           if test -d $$d/$$file; then \
323             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
324             if test -d "$(distdir)/$$file"; then \
325               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326             fi; \
327             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
329               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
330             fi; \
331             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
332           else \
333             test -f "$(distdir)/$$file" \
334             || cp -p $$d/$$file "$(distdir)/$$file" \
335             || exit 1; \
336           fi; \
337         done
338 check-am: all-am
339 check: check-am
340 @HAVE_DOXYGEN_FALSE@all-local:
341 all-am: Makefile all-local
342 installdirs:
343 install: install-am
344 install-exec: install-exec-am
345 install-data: install-data-am
346 uninstall: uninstall-am
347
348 install-am: all-am
349         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350
351 installcheck: installcheck-am
352 install-strip:
353         if test -z '$(STRIP)'; then \
354           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
355             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
356               install; \
357         else \
358           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
360             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
361         fi
362 mostlyclean-generic:
363
364 clean-generic:
365
366 distclean-generic:
367         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
368         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
369
370 maintainer-clean-generic:
371         @echo "This command is intended for maintainers to use"
372         @echo "it deletes files that may require special tools to rebuild."
373 @HAVE_DOXYGEN_FALSE@clean-local:
374 @HAVE_DOXYGEN_FALSE@uninstall-local:
375 @HAVE_DOXYGEN_FALSE@install-data-local:
376 clean: clean-am
377
378 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
379
380 distclean: distclean-am
381         -rm -f Makefile
382 distclean-am: clean-am distclean-generic
383
384 dvi: dvi-am
385
386 dvi-am:
387
388 html: html-am
389
390 html-am:
391
392 info: info-am
393
394 info-am:
395
396 install-data-am: install-data-local
397
398 install-dvi: install-dvi-am
399
400 install-dvi-am:
401
402 install-exec-am:
403
404 install-html: install-html-am
405
406 install-html-am:
407
408 install-info: install-info-am
409
410 install-info-am:
411
412 install-man:
413
414 install-pdf: install-pdf-am
415
416 install-pdf-am:
417
418 install-ps: install-ps-am
419
420 install-ps-am:
421
422 installcheck-am:
423
424 maintainer-clean: maintainer-clean-am
425         -rm -f Makefile
426 maintainer-clean-am: distclean-am maintainer-clean-generic
427
428 mostlyclean: mostlyclean-am
429
430 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
431
432 pdf: pdf-am
433
434 pdf-am:
435
436 ps: ps-am
437
438 ps-am:
439
440 uninstall-am: uninstall-local
441
442 .MAKE: install-am install-strip
443
444 .PHONY: all all-am all-local check check-am clean clean-generic \
445         clean-libtool clean-local cscopelist-am ctags-am distclean \
446         distclean-generic distclean-libtool distdir dvi dvi-am html \
447         html-am info info-am install install-am install-data \
448         install-data-am install-data-local install-dvi install-dvi-am \
449         install-exec install-exec-am install-html install-html-am \
450         install-info install-info-am install-man install-pdf \
451         install-pdf-am install-ps install-ps-am install-strip \
452         installcheck installcheck-am installdirs maintainer-clean \
453         maintainer-clean-generic mostlyclean mostlyclean-generic \
454         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
455         uninstall-am uninstall-local
456
457 .PRECIOUS: Makefile
458
459
460 @HAVE_DOXYGEN_TRUE@all-local:
461 @HAVE_DOXYGEN_TRUE@     doxygen
462
463 @HAVE_DOXYGEN_TRUE@install-data-local:
464 @HAVE_DOXYGEN_TRUE@     $(INSTALL) -d $(DESTDIR)$(htmldocdir)
465 @HAVE_DOXYGEN_TRUE@     $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)
466
467 @HAVE_DOXYGEN_TRUE@uninstall-local:
468 @HAVE_DOXYGEN_TRUE@     $(RM) -r $(DESTDIR)$(htmldocdir)
469 @HAVE_DOXYGEN_TRUE@     $(RM) -r $(DESTDIR)$(pkgdocdir)
470
471 @HAVE_DOXYGEN_TRUE@clean-local:
472 @HAVE_DOXYGEN_TRUE@     $(RM) -r html latex man
473
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: