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

Side by Side Diff: doc/Makefile.in

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