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

Side by Side Diff: util/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 | « src/util.c ('k') | util/mtp-hotplug.c » ('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 17
18 #if USE_LINUX
19 #bin_PROGRAMS=mtp-hotplug
20 #mtp_hotplug_SOURCES=mtp-hotplug.c
21 #
22 #mtp_probedir=@UDEV@
23 #mtp_probe_PROGRAMS=mtp-probe
24 #mtp_probe_SOURCES=mtp-probe.c
25 #endif
17 VPATH = @srcdir@ 26 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@ 27 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@ 28 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@ 29 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@ 30 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644 32 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c 33 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c 34 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA) 35 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name) 36 transform = $(program_transform_name)
83 NORMAL_INSTALL = : 37 NORMAL_INSTALL = :
84 PRE_INSTALL = : 38 PRE_INSTALL = :
85 POST_INSTALL = : 39 POST_INSTALL = :
86 NORMAL_UNINSTALL = : 40 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = : 41 PRE_UNINSTALL = :
88 POST_UNINSTALL = : 42 POST_UNINSTALL = :
89 build_triplet = @build@ 43 build_triplet = @build@
90 host_triplet = @host@ 44 host_triplet = @host@
91 subdir = util 45 subdir = util
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \ 48 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
94 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \ 49 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 50 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 51 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac 52 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4) 54 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d 55 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h 56 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES = 57 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES = 58 CONFIG_CLEAN_VPATH_FILES =
105 SOURCES = 59 SOURCES =
106 DIST_SOURCES = 60 DIST_SOURCES =
107 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 ACLOCAL = @ACLOCAL@ 62 ACLOCAL = @ACLOCAL@
110 AMTAR = @AMTAR@ 63 AMTAR = @AMTAR@
111 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
112 AR = @AR@ 64 AR = @AR@
113 AS = @AS@ 65 AS = @AS@
114 AUTOCONF = @AUTOCONF@ 66 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@ 67 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@ 68 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@ 69 AWK = @AWK@
118 CC = @CC@ 70 CC = @CC@
119 CCDEPMODE = @CCDEPMODE@ 71 CCDEPMODE = @CCDEPMODE@
120 CFLAGS = @CFLAGS@ 72 CFLAGS = @CFLAGS@
121 CPP = @CPP@ 73 CPP = @CPP@
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 case '$(am__configure_deps)' in \ 199 case '$(am__configure_deps)' in \
248 *$$dep*) \ 200 *$$dep*) \
249 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 201 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
250 && { if test -f $@; then exit 0; else break; fi; }; \ 202 && { if test -f $@; then exit 0; else break; fi; }; \
251 exit 1;; \ 203 exit 1;; \
252 esac; \ 204 esac; \
253 done; \ 205 done; \
254 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \ 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \
255 $(am__cd) $(top_srcdir) && \ 207 $(am__cd) $(top_srcdir) && \
256 $(AUTOMAKE) --foreign util/Makefile 208 $(AUTOMAKE) --foreign util/Makefile
209 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258 @case '$?' in \ 211 @case '$?' in \
259 *config.status*) \ 212 *config.status*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261 *) \ 214 *) \
262 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
263 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
264 esac; 217 esac;
265 218
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 221
269 $(top_srcdir)/configure: $(am__configure_deps) 222 $(top_srcdir)/configure: $(am__configure_deps)
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 224 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(am__aclocal_m4_deps): 226 $(am__aclocal_m4_deps):
274 227
275 mostlyclean-libtool: 228 mostlyclean-libtool:
276 -rm -f *.lo 229 -rm -f *.lo
277 230
278 clean-libtool: 231 clean-libtool:
279 -rm -rf .libs _libs 232 -rm -rf .libs _libs
280
281 ID: $(am__tagged_files)
282 $(am__define_uniq_tagged_files); mkid -fID $$unique
283 tags: TAGS 233 tags: TAGS
284 TAGS: 234 TAGS:
285 235
286 ctags: CTAGS 236 ctags: CTAGS
287 CTAGS: 237 CTAGS:
288 238
289 cscopelist: cscopelist-am
290
291 cscopelist-am: $(am__tagged_files)
292 list='$(am__tagged_files)'; \
293 case "$(srcdir)" in \
294 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
295 *) sdir=$(subdir)/$(srcdir) ;; \
296 esac; \
297 for i in $$list; do \
298 if test -f "$$i"; then \
299 echo "$(subdir)/$$i"; \
300 else \
301 echo "$$sdir/$$i"; \
302 fi; \
303 done >> $(top_builddir)/cscope.files
304 239
305 distdir: $(DISTFILES) 240 distdir: $(DISTFILES)
306 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 241 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 242 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
308 list='$(DISTFILES)'; \ 243 list='$(DISTFILES)'; \
309 dist_files=`for file in $$list; do echo $$file; done | \ 244 dist_files=`for file in $$list; do echo $$file; done | \
310 sed -e "s|^$$srcdirstrip/||;t" \ 245 sed -e "s|^$$srcdirstrip/||;t" \
311 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 246 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
312 case $$dist_files in \ 247 case $$dist_files in \
313 */*) $(MKDIR_P) `echo "$$dist_files" | \ 248 */*) $(MKDIR_P) `echo "$$dist_files" | \
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 pdf-am: 362 pdf-am:
428 363
429 ps: ps-am 364 ps: ps-am
430 365
431 ps-am: 366 ps-am:
432 367
433 uninstall-am: 368 uninstall-am:
434 369
435 .MAKE: install-am install-strip 370 .MAKE: install-am install-strip
436 371
437 .PHONY: all all-am check check-am clean \ 372 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
438 » clean-generic clean-libtool \ 373 » distclean distclean-generic distclean-libtool distdir dvi \
439 » cscopelist-am distclean \ 374 » dvi-am html html-am info info-am install install-am \
440 » distclean-compile distclean-generic distclean-libtool \ 375 » install-data install-data-am install-dvi install-dvi-am \
441 » distclean-tags distdir dvi dvi-am html html-am info info-am \ 376 » install-exec install-exec-am install-html install-html-am \
442 » install install-am install-data \ 377 » install-info install-info-am install-man install-pdf \
443 » install-data-am install-dvi install-dvi-am install-exec \ 378 » install-pdf-am install-ps install-ps-am install-strip \
444 » install-exec-am install-html install-html-am install-info \ 379 » installcheck installcheck-am installdirs maintainer-clean \
445 » install-info-am install-man \ 380 » maintainer-clean-generic mostlyclean mostlyclean-generic \
446 » install-pdf install-pdf-am install-ps install-ps-am \ 381 » mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
447 » install-strip installcheck installcheck-am installdirs \
448 » maintainer-clean maintainer-clean-generic mostlyclean \
449 » mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
450 » pdf pdf-am ps ps-am uninstall uninstall-am
451
452 .PRECIOUS: Makefile
453 382
454 383
455 # Tell versions [3.59,3.63) of GNU make to not export all variables. 384 # Tell versions [3.59,3.63) of GNU make to not export all variables.
456 # Otherwise a system limit (for SysV at least) may be exceeded. 385 # Otherwise a system limit (for SysV at least) may be exceeded.
457 .NOEXPORT: 386 .NOEXPORT:
OLDNEW
« no previous file with comments | « src/util.c ('k') | util/mtp-hotplug.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698