Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: doc/Makefile.in

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « depcomp ('k') | examples/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 VPATH = @srcdir@ 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))
18 pkgdatadir = $(datadir)/@PACKAGE@ 72 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@ 73 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@ 74 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 75 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644 77 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c 78 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c 79 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA) 80 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name) 81 transform = $(program_transform_name)
28 NORMAL_INSTALL = : 82 NORMAL_INSTALL = :
29 PRE_INSTALL = : 83 PRE_INSTALL = :
30 POST_INSTALL = : 84 POST_INSTALL = :
31 NORMAL_UNINSTALL = : 85 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = : 86 PRE_UNINSTALL = :
33 POST_UNINSTALL = : 87 POST_UNINSTALL = :
34 build_triplet = @build@ 88 build_triplet = @build@
35 host_triplet = @host@ 89 host_triplet = @host@
36 subdir = doc 90 subdir = doc
37 DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \ 92 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
41 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \ 93 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
42 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac 96 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4) 98 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
47 mkinstalldirs = $(install_sh) -d 100 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h 101 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES = Doxyfile 102 CONFIG_CLEAN_FILES = Doxyfile
50 CONFIG_CLEAN_VPATH_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 =
51 SOURCES = 116 SOURCES =
52 DIST_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
53 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54 ACLOCAL = @ACLOCAL@ 126 ACLOCAL = @ACLOCAL@
55 AMTAR = @AMTAR@ 127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
56 AR = @AR@ 129 AR = @AR@
57 AS = @AS@ 130 AS = @AS@
58 AUTOCONF = @AUTOCONF@ 131 AUTOCONF = @AUTOCONF@
59 AUTOHEADER = @AUTOHEADER@ 132 AUTOHEADER = @AUTOHEADER@
60 AUTOMAKE = @AUTOMAKE@ 133 AUTOMAKE = @AUTOMAKE@
61 AWK = @AWK@ 134 AWK = @AWK@
62 CC = @CC@ 135 CC = @CC@
63 CCDEPMODE = @CCDEPMODE@ 136 CCDEPMODE = @CCDEPMODE@
64 CFLAGS = @CFLAGS@ 137 CFLAGS = @CFLAGS@
65 CPP = @CPP@ 138 CPP = @CPP@
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 case '$(am__configure_deps)' in \ 265 case '$(am__configure_deps)' in \
193 *$$dep*) \ 266 *$$dep*) \
194 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 267 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
195 && { if test -f $@; then exit 0; else break; fi; }; \ 268 && { if test -f $@; then exit 0; else break; fi; }; \
196 exit 1;; \ 269 exit 1;; \
197 esac; \ 270 esac; \
198 done; \ 271 done; \
199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 272 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
200 $(am__cd) $(top_srcdir) && \ 273 $(am__cd) $(top_srcdir) && \
201 $(AUTOMAKE) --foreign doc/Makefile 274 $(AUTOMAKE) --foreign doc/Makefile
202 .PRECIOUS: Makefile
203 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 275 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204 @case '$?' in \ 276 @case '$?' in \
205 *config.status*) \ 277 *config.status*) \
206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
207 *) \ 279 *) \
208 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
209 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 281 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
210 esac; 282 esac;
211 283
212 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 284 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 286
215 $(top_srcdir)/configure: $(am__configure_deps) 287 $(top_srcdir)/configure: $(am__configure_deps)
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 289 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219 $(am__aclocal_m4_deps): 291 $(am__aclocal_m4_deps):
220 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in 292 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
221 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
222 294
223 mostlyclean-libtool: 295 mostlyclean-libtool:
224 -rm -f *.lo 296 -rm -f *.lo
225 297
226 clean-libtool: 298 clean-libtool:
227 -rm -rf .libs _libs 299 -rm -rf .libs _libs
228 tags: TAGS 300 tags TAGS:
229 TAGS:
230 301
231 ctags: CTAGS 302 ctags CTAGS:
232 CTAGS: 303
304 cscope cscopelist:
233 305
234 306
235 distdir: $(DISTFILES) 307 distdir: $(DISTFILES)
236 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 308 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
237 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 309 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
238 list='$(DISTFILES)'; \ 310 list='$(DISTFILES)'; \
239 dist_files=`for file in $$list; do echo $$file; done | \ 311 dist_files=`for file in $$list; do echo $$file; done | \
240 sed -e "s|^$$srcdirstrip/||;t" \ 312 sed -e "s|^$$srcdirstrip/||;t" \
241 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 313 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
242 case $$dist_files in \ 314 case $$dist_files in \
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 clean-generic: 363 clean-generic:
292 364
293 distclean-generic: 365 distclean-generic:
294 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 366 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
295 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 367 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
296 368
297 maintainer-clean-generic: 369 maintainer-clean-generic:
298 @echo "This command is intended for maintainers to use" 370 @echo "This command is intended for maintainers to use"
299 @echo "it deletes files that may require special tools to rebuild." 371 @echo "it deletes files that may require special tools to rebuild."
300 @HAVE_DOXYGEN_FALSE@uninstall-local: 372 @HAVE_DOXYGEN_FALSE@uninstall-local:
373 @HAVE_DOXYGEN_FALSE@clean-local:
301 @HAVE_DOXYGEN_FALSE@install-data-local: 374 @HAVE_DOXYGEN_FALSE@install-data-local:
302 @HAVE_DOXYGEN_FALSE@clean-local:
303 clean: clean-am 375 clean: clean-am
304 376
305 clean-am: clean-generic clean-libtool clean-local mostlyclean-am 377 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
306 378
307 distclean: distclean-am 379 distclean: distclean-am
308 -rm -f Makefile 380 -rm -f Makefile
309 distclean-am: clean-am distclean-generic 381 distclean-am: clean-am distclean-generic
310 382
311 dvi: dvi-am 383 dvi: dvi-am
312 384
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 434
363 ps: ps-am 435 ps: ps-am
364 436
365 ps-am: 437 ps-am:
366 438
367 uninstall-am: uninstall-local 439 uninstall-am: uninstall-local
368 440
369 .MAKE: install-am install-strip 441 .MAKE: install-am install-strip
370 442
371 .PHONY: all all-am all-local check check-am clean clean-generic \ 443 .PHONY: all all-am all-local check check-am clean clean-generic \
372 » clean-libtool clean-local distclean distclean-generic \ 444 » clean-libtool clean-local cscopelist-am ctags-am distclean \
373 » distclean-libtool distdir dvi dvi-am html html-am info info-am \ 445 » distclean-generic distclean-libtool distdir dvi dvi-am html \
374 » install install-am install-data install-data-am \ 446 » html-am info info-am install install-am install-data \
375 » install-data-local install-dvi install-dvi-am install-exec \ 447 » install-data-am install-data-local install-dvi install-dvi-am \
376 » install-exec-am install-html install-html-am install-info \ 448 » install-exec install-exec-am install-html install-html-am \
377 » install-info-am install-man install-pdf install-pdf-am \ 449 » install-info install-info-am install-man install-pdf \
378 » install-ps install-ps-am install-strip installcheck \ 450 » install-pdf-am install-ps install-ps-am install-strip \
379 » installcheck-am installdirs maintainer-clean \ 451 » installcheck installcheck-am installdirs maintainer-clean \
380 maintainer-clean-generic mostlyclean mostlyclean-generic \ 452 maintainer-clean-generic mostlyclean mostlyclean-generic \
381 » mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 453 » mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
382 » uninstall-local 454 » uninstall-am uninstall-local
455
456 .PRECIOUS: Makefile
383 457
384 458
385 @HAVE_DOXYGEN_TRUE@all-local: 459 @HAVE_DOXYGEN_TRUE@all-local:
386 @HAVE_DOXYGEN_TRUE@ doxygen 460 @HAVE_DOXYGEN_TRUE@ doxygen
387 461
388 @HAVE_DOXYGEN_TRUE@install-data-local: 462 @HAVE_DOXYGEN_TRUE@install-data-local:
389 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(htmldocdir) 463 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(htmldocdir)
390 @HAVE_DOXYGEN_TRUE@ $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir) 464 @HAVE_DOXYGEN_TRUE@ $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)
391 465
392 @HAVE_DOXYGEN_TRUE@uninstall-local: 466 @HAVE_DOXYGEN_TRUE@uninstall-local:
393 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(htmldocdir) 467 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(htmldocdir)
394 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(pkgdocdir) 468 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(pkgdocdir)
395 469
396 @HAVE_DOXYGEN_TRUE@clean-local: 470 @HAVE_DOXYGEN_TRUE@clean-local:
397 @HAVE_DOXYGEN_TRUE@ $(RM) -r html latex man 471 @HAVE_DOXYGEN_TRUE@ $(RM) -r html latex man
398 472
399 # Tell versions [3.59,3.63) of GNU make to not export all variables. 473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
400 # Otherwise a system limit (for SysV at least) may be exceeded. 474 # Otherwise a system limit (for SysV at least) may be exceeded.
401 .NOEXPORT: 475 .NOEXPORT:
OLDNEW
« no previous file with comments | « depcomp ('k') | examples/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698