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

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