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

Side by Side Diff: patches/09_do_not_build_udev_and_examples.patch

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, 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 | « patches/08_add_licenses.patch ('k') | patches/10_remove_nexus_s_from_device_list.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Index: Makefile.am 1 diff --git a/Makefile.am b/Makefile.am
2 =================================================================== 2 index 7b7e06b..ba8f69a 100644
3 --- Makefile.am»(revision 148712) 3 --- a/Makefile.am
4 +++ Makefile.am»(working copy) 4 +++ b/Makefile.am
5 @@ -1,4 +1,4 @@ 5 @@ -1,4 +1,4 @@
6 -SUBDIRS=src examples util doc 6 -SUBDIRS=src examples util doc
7 +SUBDIRS=src util doc 7 +SUBDIRS=src util doc
8 ACLOCAL_AMFLAGS=-I m4 8 ACLOCAL_AMFLAGS=-I m4
9 9
10 pkgconfigdir=$(libdir)/pkgconfig 10 pkgconfigdir=$(libdir)/pkgconfig
11 @@ -8,17 +8,17 @@ 11 @@ -8,24 +8,24 @@ EXTRA_DIST=libmtp.pc libmtp.sh COPYING README.windows.txt
12 12
13 # This stuff only makes sense on Linux so only 13 # This stuff only makes sense on Linux so only
14 # build and ship it on Linux. 14 # build and ship it on Linux.
15 -if USE_LINUX 15 -if USE_LINUX
16 -udevrulesdir=@UDEV@/rules.d 16 -udevrulesdir=@UDEV@/rules.d
17 -hwdbdir=@UDEV@/hwdb.d
17 -udevrules_DATA=@UDEV_RULES@ 18 -udevrules_DATA=@UDEV_RULES@
19 -hwdb_DATA=69-libmtp.hwdb
18 -noinst_DATA=libmtp.usermap libmtp.fdi 20 -noinst_DATA=libmtp.usermap libmtp.fdi
19 - 21 -
20 -libmtp.usermap: util/mtp-hotplug 22 -libmtp.usermap: util/mtp-hotplug
21 - util/mtp-hotplug > libmtp.usermap 23 - util/mtp-hotplug > libmtp.usermap
24 -
22 -@UDEV_RULES@: util/mtp-hotplug 25 -@UDEV_RULES@: util/mtp-hotplug
23 - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 26 - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
27 -
24 -libmtp.fdi: util/mtp-hotplug 28 -libmtp.fdi: util/mtp-hotplug
25 - util/mtp-hotplug -H > libmtp.fdi 29 - util/mtp-hotplug -H > libmtp.fdi
26 - 30 -
27 -CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi 31 -$(hwdb_DATA): util/mtp-hotplug
32 -» util/mtp-hotplug -w > $(hwdb_DATA)
33 -
34 -CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi libmtp.hwdb
28 -endif 35 -endif
29 +#if USE_LINUX 36 +#if USE_LINUX
30 +#udevrulesdir=@UDEV@/rules.d 37 +#udevrulesdir=@UDEV@/rules.d
38 +#hwdbdir=@UDEV@/hwdb.d
31 +#udevrules_DATA=@UDEV_RULES@ 39 +#udevrules_DATA=@UDEV_RULES@
40 +#hwdb_DATA=69-libmtp.hwdb
32 +#noinst_DATA=libmtp.usermap libmtp.fdi 41 +#noinst_DATA=libmtp.usermap libmtp.fdi
33 +# 42 +#
34 +#libmtp.usermap: util/mtp-hotplug 43 +#libmtp.usermap: util/mtp-hotplug
35 +# util/mtp-hotplug > libmtp.usermap 44 +# util/mtp-hotplug > libmtp.usermap
45 +#
36 +#@UDEV_RULES@: util/mtp-hotplug 46 +#@UDEV_RULES@: util/mtp-hotplug
37 +# util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 47 +# util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
48 +#
38 +#libmtp.fdi: util/mtp-hotplug 49 +#libmtp.fdi: util/mtp-hotplug
39 +# util/mtp-hotplug -H > libmtp.fdi 50 +# util/mtp-hotplug -H > libmtp.fdi
40 +# 51 +#
41 +#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi 52 +#$(hwdb_DATA): util/mtp-hotplug
53 +#» util/mtp-hotplug -w > $(hwdb_DATA)
54 +#
55 +#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi libmtp.hwdb
42 +#endif 56 +#endif
43 Index: Makefile.in 57 diff --git a/Makefile.in b/Makefile.in
44 =================================================================== 58 index c85503a..4575cba 100644
45 --- Makefile.in»(revision 148712) 59 --- a/Makefile.in
46 +++ Makefile.in»(working copy) 60 +++ b/Makefile.in
47 @@ -91,9 +91,8 @@ 61 @@ -159,9 +159,8 @@ am__uninstall_files_from_dir = { \
48 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 62 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
49 $(am__cd) "$$dir" && rm -f $$files; }; \ 63 $(am__cd) "$$dir" && rm -f $$files; }; \
50 } 64 }
51 -am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \ 65 -am__installdirs = "$(DESTDIR)$(hwdbdir)" "$(DESTDIR)$(pkgconfigdir)" \
52 - "$(DESTDIR)$(udevrulesdir)" 66 - "$(DESTDIR)$(udevrulesdir)"
53 -DATA = $(noinst_DATA) $(pkgconfig_DATA) $(udevrules_DATA) 67 -DATA = $(hwdb_DATA) $(noinst_DATA) $(pkgconfig_DATA) $(udevrules_DATA)
54 +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 68 +am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
55 +DATA = $(pkgconfig_DATA) 69 +DATA = $(pkgconfig_DATA)
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57 distclean-recursive maintainer-clean-recursive 71 distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 72 am__recursive_targets = \
59 @@ -272,18 +271,11 @@ 73 @@ -370,20 +369,11 @@ target_alias = @target_alias@
60 top_build_prefix = @top_build_prefix@ 74 top_build_prefix = @top_build_prefix@
61 top_builddir = @top_builddir@ 75 top_builddir = @top_builddir@
62 top_srcdir = @top_srcdir@ 76 top_srcdir = @top_srcdir@
63 -SUBDIRS = src examples util doc 77 -SUBDIRS = src examples util doc
64 +SUBDIRS = src util doc 78 +SUBDIRS = src util doc
65 ACLOCAL_AMFLAGS = -I m4 79 ACLOCAL_AMFLAGS = -I m4
66 pkgconfigdir = $(libdir)/pkgconfig 80 pkgconfigdir = $(libdir)/pkgconfig
67 pkgconfig_DATA = libmtp.pc 81 pkgconfig_DATA = libmtp.pc
68 EXTRA_DIST = libmtp.pc libmtp.sh COPYING README.windows.txt 82 EXTRA_DIST = libmtp.pc libmtp.sh COPYING README.windows.txt
69 - 83 -
70 -# This stuff only makes sense on Linux so only 84 -# This stuff only makes sense on Linux so only
71 -# build and ship it on Linux. 85 -# build and ship it on Linux.
72 -@USE_LINUX_TRUE@udevrulesdir = @UDEV@/rules.d 86 -@USE_LINUX_TRUE@udevrulesdir = @UDEV@/rules.d
87 -@USE_LINUX_TRUE@hwdbdir = @UDEV@/hwdb.d
73 -@USE_LINUX_TRUE@udevrules_DATA = @UDEV_RULES@ 88 -@USE_LINUX_TRUE@udevrules_DATA = @UDEV_RULES@
89 -@USE_LINUX_TRUE@hwdb_DATA = 69-libmtp.hwdb
74 -@USE_LINUX_TRUE@noinst_DATA = libmtp.usermap libmtp.fdi 90 -@USE_LINUX_TRUE@noinst_DATA = libmtp.usermap libmtp.fdi
75 -@USE_LINUX_TRUE@CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi 91 -@USE_LINUX_TRUE@CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi libmtp.hwdb
76 all: config.h 92 all: config.h
77 $(MAKE) $(AM_MAKEFLAGS) all-recursive 93 $(MAKE) $(AM_MAKEFLAGS) all-recursive
78 94
79 @@ -370,25 +362,7 @@ 95 @@ -493,27 +483,6 @@ uninstall-pkgconfigDATA:
80 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 96 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
81 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 97 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
82 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 98 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
83 -install-udevrulesDATA: $(udevrules_DATA) 99 -install-udevrulesDATA: $(udevrules_DATA)
84 - @$(NORMAL_INSTALL) 100 - @$(NORMAL_INSTALL)
85 - test -z "$(udevrulesdir)" || $(MKDIR_P) "$(DESTDIR)$(udevrulesdir)"
86 - @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \ 101 - @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
102 - if test -n "$$list"; then \
103 - echo " $(MKDIR_P) '$(DESTDIR)$(udevrulesdir)'"; \
104 - $(MKDIR_P) "$(DESTDIR)$(udevrulesdir)" || exit 1; \
105 - fi; \
87 - for p in $$list; do \ 106 - for p in $$list; do \
88 - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 107 - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
89 - echo "$$d$$p"; \ 108 - echo "$$d$$p"; \
90 - done | $(am__base_list) | \ 109 - done | $(am__base_list) | \
91 - while read files; do \ 110 - while read files; do \
92 - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(udevrulesdir)'"; \ 111 - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(udevrulesdir)'"; \
93 - $(INSTALL_DATA) $$files "$(DESTDIR)$(udevrulesdir)" || exit $$?; \ 112 - $(INSTALL_DATA) $$files "$(DESTDIR)$(udevrulesdir)" || exit $$?; \
94 - done 113 - done
95 114 -
96 -uninstall-udevrulesDATA: 115 -uninstall-udevrulesDATA:
97 - @$(NORMAL_UNINSTALL) 116 - @$(NORMAL_UNINSTALL)
98 - @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \ 117 - @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
99 - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 118 - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
100 - dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir) 119 - dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir)
101 - 120
102 # This directory's subdirectories are mostly independent; you can cd 121 # This directory's subdirectories are mostly independent; you can cd
103 # into them and run `make' without going through this Makefile. 122 # into them and run 'make' without going through this Makefile.
104 # To change the values of `make' variables: instead of editing Makefiles, 123 @@ -814,7 +783,7 @@ check: check-recursive
105 @@ -719,7 +693,7 @@
106 all-am: Makefile $(DATA) config.h 124 all-am: Makefile $(DATA) config.h
107 installdirs: installdirs-recursive 125 installdirs: installdirs-recursive
108 installdirs-am: 126 installdirs-am:
109 -» for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(udevrulesdir)"; do \ 127 -» for dir in "$(DESTDIR)$(hwdbdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR )$(udevrulesdir)"; do \
110 + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 128 + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
111 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 129 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
112 done 130 done
113 install: install-recursive 131 install: install-recursive
114 @@ -744,7 +718,6 @@ 132 @@ -839,7 +808,6 @@ install-strip:
115 mostlyclean-generic: 133 mostlyclean-generic:
116 134
117 clean-generic: 135 clean-generic:
118 - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 136 - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
119 137
120 distclean-generic: 138 distclean-generic:
121 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 139 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
122 @@ -775,7 +748,7 @@ 140 @@ -870,8 +838,7 @@ info: info-recursive
123 141
124 info-am: 142 info-am:
125 143
126 -install-data-am: install-pkgconfigDATA install-udevrulesDATA 144 -install-data-am: install-hwdbDATA install-pkgconfigDATA \
145 -» install-udevrulesDATA
127 +install-data-am: install-pkgconfigDATA 146 +install-data-am: install-pkgconfigDATA
128 147
129 install-dvi: install-dvi-recursive 148 install-dvi: install-dvi-recursive
130 149
131 @@ -821,7 +794,7 @@ 150 @@ -917,8 +884,7 @@ ps: ps-recursive
132 151
133 ps-am: 152 ps-am:
134 153
135 -uninstall-am: uninstall-pkgconfigDATA uninstall-udevrulesDATA 154 -uninstall-am: uninstall-hwdbDATA uninstall-pkgconfigDATA \
155 -» uninstall-udevrulesDATA
136 +uninstall-am: uninstall-pkgconfigDATA 156 +uninstall-am: uninstall-pkgconfigDATA
137 157
138 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 158 .MAKE: $(am__recursive_targets) all install-am install-strip
139 » ctags-recursive install-am install-strip tags-recursive 159
140 @@ -837,20 +810,29 @@ 160 @@ -931,30 +897,18 @@ uninstall-am: uninstall-hwdbDATA uninstall-pkgconfigDATA \
141 » install-dvi-am install-exec install-exec-am install-html \ 161 » distdir distuninstallcheck dvi dvi-am html html-am info \
142 » install-html-am install-info install-info-am install-man \ 162 » info-am install install-am install-data install-data-am \
143 » install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 163 » install-dvi install-dvi-am install-exec install-exec-am \
144 -» install-ps-am install-strip install-udevrulesDATA installcheck \ 164 -» install-html install-html-am install-hwdbDATA install-info \
145 -» installcheck-am installdirs installdirs-am maintainer-clean \ 165 +» install-html install-html-am install-info \
146 +» install-ps-am install-strip installcheck installcheck-am \ 166 » install-info-am install-man install-pdf install-pdf-am \
147 +» installdirs installdirs-am maintainer-clean \ 167 » install-pkgconfigDATA install-ps install-ps-am install-strip \
148 » maintainer-clean-generic mostlyclean mostlyclean-generic \ 168 -» install-udevrulesDATA installcheck installcheck-am installdirs \
149 » mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 169 +» installcheck installcheck-am installdirs \
150 -» uninstall uninstall-am uninstall-pkgconfigDATA \ 170 » installdirs-am maintainer-clean maintainer-clean-generic \
171 » mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
172 » ps ps-am tags tags-am uninstall uninstall-am \
173 -» uninstall-hwdbDATA uninstall-pkgconfigDATA \
151 - uninstall-udevrulesDATA 174 - uninstall-udevrulesDATA
152 +» uninstall uninstall-am uninstall-pkgconfigDATA 175 +» uninstall-pkgconfigDATA
176
177 .PRECIOUS: Makefile
153 178
154 179
155 -@USE_LINUX_TRUE@libmtp.usermap: util/mtp-hotplug 180 -@USE_LINUX_TRUE@libmtp.usermap: util/mtp-hotplug
156 -@USE_LINUX_TRUE@ util/mtp-hotplug > libmtp.usermap 181 -@USE_LINUX_TRUE@ util/mtp-hotplug > libmtp.usermap
182 -
157 -@USE_LINUX_TRUE@@UDEV_RULES@: util/mtp-hotplug 183 -@USE_LINUX_TRUE@@UDEV_RULES@: util/mtp-hotplug
158 -@USE_LINUX_TRUE@ util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 184 -@USE_LINUX_TRUE@ util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
185 -
159 -@USE_LINUX_TRUE@libmtp.fdi: util/mtp-hotplug 186 -@USE_LINUX_TRUE@libmtp.fdi: util/mtp-hotplug
160 -@USE_LINUX_TRUE@ util/mtp-hotplug -H > libmtp.fdi 187 -@USE_LINUX_TRUE@ util/mtp-hotplug -H > libmtp.fdi
161 +# This stuff only makes sense on Linux so only 188 -
162 +# build and ship it on Linux. 189 -@USE_LINUX_TRUE@$(hwdb_DATA): util/mtp-hotplug
163 +#if USE_LINUX 190 -@USE_LINUX_TRUE@» util/mtp-hotplug -w > $(hwdb_DATA)
164 +#udevrulesdir=@UDEV@/rules.d
165 +#udevrules_DATA=@UDEV_RULES@
166 +#noinst_DATA=libmtp.usermap libmtp.fdi
167 +#
168 +#libmtp.usermap: util/mtp-hotplug
169 +#» util/mtp-hotplug > libmtp.usermap
170 +#@UDEV_RULES@: util/mtp-hotplug
171 +#» util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
172 +#libmtp.fdi: util/mtp-hotplug
173 +#» util/mtp-hotplug -H > libmtp.fdi
174 +#
175 +#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
176 +#endif
177 191
178 # Tell versions [3.59,3.63) of GNU make to not export all variables. 192 # Tell versions [3.59,3.63) of GNU make to not export all variables.
179 # Otherwise a system limit (for SysV at least) may be exceeded. 193 # Otherwise a system limit (for SysV at least) may be exceeded.
180 Index: util/Makefile.am 194 diff --git a/util/Makefile.am b/util/Makefile.am
181 =================================================================== 195 index 11f3640..f39c888 100644
182 --- util/Makefile.am» (revision 148712) 196 --- a/util/Makefile.am
183 +++ util/Makefile.am» (working copy) 197 +++ b/util/Makefile.am
184 @@ -1,11 +1,11 @@ 198 @@ -1,11 +1,11 @@
185 -if USE_LINUX 199 -if USE_LINUX
186 -bin_PROGRAMS=mtp-hotplug 200 -bin_PROGRAMS=mtp-hotplug
187 -mtp_hotplug_SOURCES=mtp-hotplug.c 201 -mtp_hotplug_SOURCES=mtp-hotplug.c
188 +#if USE_LINUX 202 -
189 +#bin_PROGRAMS=mtp-hotplug
190 +#mtp_hotplug_SOURCES=mtp-hotplug.c
191 +#
192 +#mtp_probedir=@UDEV@
193 +#mtp_probe_PROGRAMS=mtp-probe
194 +#mtp_probe_SOURCES=mtp-probe.c
195 +#endif
196
197 -mtp_probedir=@UDEV@ 203 -mtp_probedir=@UDEV@
198 -mtp_probe_PROGRAMS=mtp-probe 204 -mtp_probe_PROGRAMS=mtp-probe
199 -mtp_probe_SOURCES=mtp-probe.c 205 -mtp_probe_SOURCES=mtp-probe.c
200 -endif 206 -endif
201 -
202 AM_CPPFLAGS=-I$(top_builddir)/src
203 LDADD=../src/libmtp.la
204 Index: util/Makefile.in
205 ===================================================================
206 --- util/Makefile.in (revision 148712)
207 +++ util/Makefile.in (working copy)
208 @@ -15,6 +15,14 @@
209
210 @SET_MAKE@
211
212 +#if USE_LINUX 207 +#if USE_LINUX
213 +#bin_PROGRAMS=mtp-hotplug 208 +#bin_PROGRAMS=mtp-hotplug
214 +#mtp_hotplug_SOURCES=mtp-hotplug.c 209 +#mtp_hotplug_SOURCES=mtp-hotplug.c
215 +# 210 +#
216 +#mtp_probedir=@UDEV@ 211 +#mtp_probedir=@UDEV@
217 +#mtp_probe_PROGRAMS=mtp-probe 212 +#mtp_probe_PROGRAMS=mtp-probe
218 +#mtp_probe_SOURCES=mtp-probe.c 213 +#mtp_probe_SOURCES=mtp-probe.c
219 +#endif 214 +#endif
220 VPATH = @srcdir@ 215
221 pkgdatadir = $(datadir)/@PACKAGE@ 216 AM_CPPFLAGS=-I$(top_builddir)/src
222 pkgincludedir = $(includedir)/@PACKAGE@ 217 LDADD=../src/libmtp.la
223 @@ -34,8 +42,6 @@ 218 diff --git a/util/Makefile.in b/util/Makefile.in
219 index 5baca52..9b217ed 100644
220 --- a/util/Makefile.in
221 +++ b/util/Makefile.in
222 @@ -88,8 +88,6 @@ PRE_UNINSTALL = :
224 POST_UNINSTALL = : 223 POST_UNINSTALL = :
225 build_triplet = @build@ 224 build_triplet = @build@
226 host_triplet = @host@ 225 host_triplet = @host@
227 -@USE_LINUX_TRUE@bin_PROGRAMS = mtp-hotplug$(EXEEXT) 226 -@USE_LINUX_TRUE@bin_PROGRAMS = mtp-hotplug$(EXEEXT)
228 -@USE_LINUX_TRUE@mtp_probe_PROGRAMS = mtp-probe$(EXEEXT) 227 -@USE_LINUX_TRUE@mtp_probe_PROGRAMS = mtp-probe$(EXEEXT)
229 subdir = util 228 subdir = util
230 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
231 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 229 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
232 @@ -50,36 +56,8 @@ 230 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
231 @@ -104,83 +102,8 @@ mkinstalldirs = $(install_sh) -d
233 CONFIG_HEADER = $(top_builddir)/config.h 232 CONFIG_HEADER = $(top_builddir)/config.h
234 CONFIG_CLEAN_FILES = 233 CONFIG_CLEAN_FILES =
235 CONFIG_CLEAN_VPATH_FILES = 234 CONFIG_CLEAN_VPATH_FILES =
236 -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)" 235 -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)"
237 -PROGRAMS = $(bin_PROGRAMS) $(mtp_probe_PROGRAMS) 236 -PROGRAMS = $(bin_PROGRAMS) $(mtp_probe_PROGRAMS)
238 -am__mtp_hotplug_SOURCES_DIST = mtp-hotplug.c 237 -am__mtp_hotplug_SOURCES_DIST = mtp-hotplug.c
239 -@USE_LINUX_TRUE@am_mtp_hotplug_OBJECTS = mtp-hotplug.$(OBJEXT) 238 -@USE_LINUX_TRUE@am_mtp_hotplug_OBJECTS = mtp-hotplug.$(OBJEXT)
240 -mtp_hotplug_OBJECTS = $(am_mtp_hotplug_OBJECTS) 239 -mtp_hotplug_OBJECTS = $(am_mtp_hotplug_OBJECTS)
241 -mtp_hotplug_LDADD = $(LDADD) 240 -mtp_hotplug_LDADD = $(LDADD)
242 -mtp_hotplug_DEPENDENCIES = ../src/libmtp.la 241 -mtp_hotplug_DEPENDENCIES = ../src/libmtp.la
242 -AM_V_lt = $(am__v_lt_@AM_V@)
243 -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
244 -am__v_lt_0 = --silent
245 -am__v_lt_1 =
243 -am__mtp_probe_SOURCES_DIST = mtp-probe.c 246 -am__mtp_probe_SOURCES_DIST = mtp-probe.c
244 -@USE_LINUX_TRUE@am_mtp_probe_OBJECTS = mtp-probe.$(OBJEXT) 247 -@USE_LINUX_TRUE@am_mtp_probe_OBJECTS = mtp-probe.$(OBJEXT)
245 -mtp_probe_OBJECTS = $(am_mtp_probe_OBJECTS) 248 -mtp_probe_OBJECTS = $(am_mtp_probe_OBJECTS)
246 -mtp_probe_LDADD = $(LDADD) 249 -mtp_probe_LDADD = $(LDADD)
247 -mtp_probe_DEPENDENCIES = ../src/libmtp.la 250 -mtp_probe_DEPENDENCIES = ../src/libmtp.la
251 -AM_V_P = $(am__v_P_@AM_V@)
252 -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
253 -am__v_P_0 = false
254 -am__v_P_1 = :
255 -AM_V_GEN = $(am__v_GEN_@AM_V@)
256 -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
257 -am__v_GEN_0 = @echo " GEN " $@;
258 -am__v_GEN_1 =
259 -AM_V_at = $(am__v_at_@AM_V@)
260 -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
261 -am__v_at_0 = @
262 -am__v_at_1 =
248 -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 263 -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
249 -depcomp = $(SHELL) $(top_srcdir)/depcomp 264 -depcomp = $(SHELL) $(top_srcdir)/depcomp
250 -am__depfiles_maybe = depfiles 265 -am__depfiles_maybe = depfiles
251 -am__mv = mv -f 266 -am__mv = mv -f
252 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 267 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
253 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 268 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
254 -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 269 -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255 -» --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 270 -» $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
256 -» $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 271 -» $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
272 -» $(AM_CFLAGS) $(CFLAGS)
273 -AM_V_CC = $(am__v_CC_@AM_V@)
274 -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
275 -am__v_CC_0 = @echo " CC " $@;
276 -am__v_CC_1 =
257 -CCLD = $(CC) 277 -CCLD = $(CC)
258 -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 278 -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
259 -» --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 279 -» $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
260 -» $(LDFLAGS) -o $@ 280 -» $(AM_LDFLAGS) $(LDFLAGS) -o $@
281 -AM_V_CCLD = $(am__v_CCLD_@AM_V@)
282 -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
283 -am__v_CCLD_0 = @echo " CCLD " $@;
284 -am__v_CCLD_1 =
261 -SOURCES = $(mtp_hotplug_SOURCES) $(mtp_probe_SOURCES) 285 -SOURCES = $(mtp_hotplug_SOURCES) $(mtp_probe_SOURCES)
262 -DIST_SOURCES = $(am__mtp_hotplug_SOURCES_DIST) \ 286 -DIST_SOURCES = $(am__mtp_hotplug_SOURCES_DIST) \
263 - $(am__mtp_probe_SOURCES_DIST) 287 - $(am__mtp_probe_SOURCES_DIST)
288 -am__can_run_installinfo = \
289 - case $$AM_UPDATE_INFO_DIR in \
290 - n|no|NO) false;; \
291 - *) (install-info --version) >/dev/null 2>&1;; \
292 - esac
293 -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
294 -# Read a list of newline-separated strings from the standard input,
295 -# and print each of them once, without duplicates. Input order is
296 -# *not* preserved.
297 -am__uniquify_input = $(AWK) '\
298 - BEGIN { nonempty = 0; } \
299 - { items[$$0] = 1; nonempty = 1; } \
300 - END { if (nonempty) { for (i in items) print i; }; } \
301 -'
302 -# Make sure the list of sources is unique. This is necessary because,
303 -# e.g., the same source file might be shared among _SOURCES variables
304 -# for different programs/libraries.
305 -am__define_uniq_tagged_files = \
306 - list='$(am__tagged_files)'; \
307 - unique=`for i in $$list; do \
308 - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 - done | $(am__uniquify_input)`
264 -ETAGS = etags 310 -ETAGS = etags
265 -CTAGS = ctags 311 -CTAGS = ctags
266 +SOURCES = 312 +SOURCES =
267 +DIST_SOURCES = 313 +DIST_SOURCES =
314 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
268 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 315 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
269 ACLOCAL = @ACLOCAL@ 316 ACLOCAL = @ACLOCAL@
270 AMTAR = @AMTAR@ 317 @@ -314,15 +237,11 @@ target_alias = @target_alias@
271 @@ -211,15 +189,11 @@
272 top_build_prefix = @top_build_prefix@ 318 top_build_prefix = @top_build_prefix@
273 top_builddir = @top_builddir@ 319 top_builddir = @top_builddir@
274 top_srcdir = @top_srcdir@ 320 top_srcdir = @top_srcdir@
275 -@USE_LINUX_TRUE@mtp_hotplug_SOURCES = mtp-hotplug.c 321 -@USE_LINUX_TRUE@mtp_hotplug_SOURCES = mtp-hotplug.c
276 -@USE_LINUX_TRUE@mtp_probedir = @UDEV@ 322 -@USE_LINUX_TRUE@mtp_probedir = @UDEV@
277 -@USE_LINUX_TRUE@mtp_probe_SOURCES = mtp-probe.c 323 -@USE_LINUX_TRUE@mtp_probe_SOURCES = mtp-probe.c
278 AM_CPPFLAGS = -I$(top_builddir)/src 324 AM_CPPFLAGS = -I$(top_builddir)/src
279 LDADD = ../src/libmtp.la 325 LDADD = ../src/libmtp.la
280 all: all-am 326 all: all-am
281 327
282 .SUFFIXES: 328 .SUFFIXES:
283 -.SUFFIXES: .c .lo .o .obj 329 -.SUFFIXES: .c .lo .o .obj
284 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 330 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
285 @for dep in $?; do \ 331 @for dep in $?; do \
286 case '$(am__configure_deps)' in \ 332 case '$(am__configure_deps)' in \
287 @@ -250,187 +224,19 @@ 333 @@ -352,142 +271,6 @@ $(top_srcdir)/configure: $(am__configure_deps)
288 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 334 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
289 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(am__aclocal_m4_deps): 336 $(am__aclocal_m4_deps):
291 -install-binPROGRAMS: $(bin_PROGRAMS) 337 -install-binPROGRAMS: $(bin_PROGRAMS)
292 - @$(NORMAL_INSTALL) 338 - @$(NORMAL_INSTALL)
293 - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
294 - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 339 - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
340 - if test -n "$$list"; then \
341 - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
342 - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
343 - fi; \
295 - for p in $$list; do echo "$$p $$p"; done | \ 344 - for p in $$list; do echo "$$p $$p"; done | \
296 - sed 's/$(EXEEXT)$$//' | \ 345 - sed 's/$(EXEEXT)$$//' | \
297 -» while read p p1; do if test -f $$p || test -f $$p1; \ 346 -» while read p p1; do if test -f $$p \
298 -» then echo "$$p"; echo "$$p"; else :; fi; \ 347 -» || test -f $$p1 \
348 -» ; then echo "$$p"; echo "$$p"; else :; fi; \
299 - done | \ 349 - done | \
300 -» sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 350 -» sed -e 'p;s,.*/,,;n;h' \
351 -» -e 's|.*|.|' \
301 - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 352 - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
302 - sed 'N;N;N;s,\n, ,g' | \ 353 - sed 'N;N;N;s,\n, ,g' | \
303 - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 354 - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
304 - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 355 - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
305 - if ($$2 == $$4) files[d] = files[d] " " $$1; \ 356 - if ($$2 == $$4) files[d] = files[d] " " $$1; \
306 - else { print "f", $$3 "/" $$4, $$1; } } \ 357 - else { print "f", $$3 "/" $$4, $$1; } } \
307 - END { for (d in files) print "f", d, files[d] }' | \ 358 - END { for (d in files) print "f", d, files[d] }' | \
308 - while read type dir files; do \ 359 - while read type dir files; do \
309 - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 360 - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
310 - test -z "$$files" || { \ 361 - test -z "$$files" || { \
311 - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOO LFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 362 - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOO LFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
312 - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$ ?; \ 363 - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$ ?; \
313 - } \ 364 - } \
314 - ; done 365 - ; done
315 366 -
316 -uninstall-binPROGRAMS: 367 -uninstall-binPROGRAMS:
317 - @$(NORMAL_UNINSTALL) 368 - @$(NORMAL_UNINSTALL)
318 - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 369 - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
319 - files=`for p in $$list; do echo "$$p"; done | \ 370 - files=`for p in $$list; do echo "$$p"; done | \
320 - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 371 - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
321 -» -e 's/$$/$(EXEEXT)/' `; \ 372 -» -e 's/$$/$(EXEEXT)/' \
373 -» `; \
322 - test -n "$$list" || exit 0; \ 374 - test -n "$$list" || exit 0; \
323 - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 375 - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
324 - cd "$(DESTDIR)$(bindir)" && rm -f $$files 376 - cd "$(DESTDIR)$(bindir)" && rm -f $$files
325 - 377 -
326 -clean-binPROGRAMS: 378 -clean-binPROGRAMS:
327 - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 379 - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
328 - echo " rm -f" $$list; \ 380 - echo " rm -f" $$list; \
329 - rm -f $$list || exit $$?; \ 381 - rm -f $$list || exit $$?; \
330 - test -n "$(EXEEXT)" || exit 0; \ 382 - test -n "$(EXEEXT)" || exit 0; \
331 - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 383 - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
332 - echo " rm -f" $$list; \ 384 - echo " rm -f" $$list; \
333 - rm -f $$list 385 - rm -f $$list
334 -install-mtp_probePROGRAMS: $(mtp_probe_PROGRAMS) 386 -install-mtp_probePROGRAMS: $(mtp_probe_PROGRAMS)
335 - @$(NORMAL_INSTALL) 387 - @$(NORMAL_INSTALL)
336 - test -z "$(mtp_probedir)" || $(MKDIR_P) "$(DESTDIR)$(mtp_probedir)"
337 - @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \ 388 - @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \
389 - if test -n "$$list"; then \
390 - echo " $(MKDIR_P) '$(DESTDIR)$(mtp_probedir)'"; \
391 - $(MKDIR_P) "$(DESTDIR)$(mtp_probedir)" || exit 1; \
392 - fi; \
338 - for p in $$list; do echo "$$p $$p"; done | \ 393 - for p in $$list; do echo "$$p $$p"; done | \
339 - sed 's/$(EXEEXT)$$//' | \ 394 - sed 's/$(EXEEXT)$$//' | \
340 -» while read p p1; do if test -f $$p || test -f $$p1; \ 395 -» while read p p1; do if test -f $$p \
341 -» then echo "$$p"; echo "$$p"; else :; fi; \ 396 -» || test -f $$p1 \
397 -» ; then echo "$$p"; echo "$$p"; else :; fi; \
342 - done | \ 398 - done | \
343 -» sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 399 -» sed -e 'p;s,.*/,,;n;h' \
400 -» -e 's|.*|.|' \
344 - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 401 - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
345 - sed 'N;N;N;s,\n, ,g' | \ 402 - sed 'N;N;N;s,\n, ,g' | \
346 - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 403 - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
347 - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 404 - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
348 - if ($$2 == $$4) files[d] = files[d] " " $$1; \ 405 - if ($$2 == $$4) files[d] = files[d] " " $$1; \
349 - else { print "f", $$3 "/" $$4, $$1; } } \ 406 - else { print "f", $$3 "/" $$4, $$1; } } \
350 - END { for (d in files) print "f", d, files[d] }' | \ 407 - END { for (d in files) print "f", d, files[d] }' | \
351 - while read type dir files; do \ 408 - while read type dir files; do \
352 - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 409 - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
353 - test -z "$$files" || { \ 410 - test -z "$$files" || { \
354 - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOO LFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(mtp_probedir)$$di r'"; \ 411 - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOO LFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(mtp_probedir)$$di r'"; \
355 - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(mtp_probedir)$$dir" || e xit $$?; \ 412 - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(mtp_probedir)$$dir" || e xit $$?; \
356 - } \ 413 - } \
357 - ; done 414 - ; done
358 - 415 -
359 -uninstall-mtp_probePROGRAMS: 416 -uninstall-mtp_probePROGRAMS:
360 - @$(NORMAL_UNINSTALL) 417 - @$(NORMAL_UNINSTALL)
361 - @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \ 418 - @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \
362 - files=`for p in $$list; do echo "$$p"; done | \ 419 - files=`for p in $$list; do echo "$$p"; done | \
363 - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 420 - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
364 -» -e 's/$$/$(EXEEXT)/' `; \ 421 -» -e 's/$$/$(EXEEXT)/' \
422 -» `; \
365 - test -n "$$list" || exit 0; \ 423 - test -n "$$list" || exit 0; \
366 - echo " ( cd '$(DESTDIR)$(mtp_probedir)' && rm -f" $$files ")"; \ 424 - echo " ( cd '$(DESTDIR)$(mtp_probedir)' && rm -f" $$files ")"; \
367 - cd "$(DESTDIR)$(mtp_probedir)" && rm -f $$files 425 - cd "$(DESTDIR)$(mtp_probedir)" && rm -f $$files
368 - 426 -
369 -clean-mtp_probePROGRAMS: 427 -clean-mtp_probePROGRAMS:
370 - @list='$(mtp_probe_PROGRAMS)'; test -n "$$list" || exit 0; \ 428 - @list='$(mtp_probe_PROGRAMS)'; test -n "$$list" || exit 0; \
371 - echo " rm -f" $$list; \ 429 - echo " rm -f" $$list; \
372 - rm -f $$list || exit $$?; \ 430 - rm -f $$list || exit $$?; \
373 - test -n "$(EXEEXT)" || exit 0; \ 431 - test -n "$(EXEEXT)" || exit 0; \
374 - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 432 - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
375 - echo " rm -f" $$list; \ 433 - echo " rm -f" $$list; \
376 - rm -f $$list 434 - rm -f $$list
435 -
377 -mtp-hotplug$(EXEEXT): $(mtp_hotplug_OBJECTS) $(mtp_hotplug_DEPENDENCIES) $(EXTR A_mtp_hotplug_DEPENDENCIES) 436 -mtp-hotplug$(EXEEXT): $(mtp_hotplug_OBJECTS) $(mtp_hotplug_DEPENDENCIES) $(EXTR A_mtp_hotplug_DEPENDENCIES)
378 - @rm -f mtp-hotplug$(EXEEXT) 437 - @rm -f mtp-hotplug$(EXEEXT)
379 -» $(LINK) $(mtp_hotplug_OBJECTS) $(mtp_hotplug_LDADD) $(LIBS) 438 -» $(AM_V_CCLD)$(LINK) $(mtp_hotplug_OBJECTS) $(mtp_hotplug_LDADD) $(LIBS)
439 -
380 -mtp-probe$(EXEEXT): $(mtp_probe_OBJECTS) $(mtp_probe_DEPENDENCIES) $(EXTRA_mtp_ probe_DEPENDENCIES) 440 -mtp-probe$(EXEEXT): $(mtp_probe_OBJECTS) $(mtp_probe_DEPENDENCIES) $(EXTRA_mtp_ probe_DEPENDENCIES)
381 - @rm -f mtp-probe$(EXEEXT) 441 - @rm -f mtp-probe$(EXEEXT)
382 -» $(LINK) $(mtp_probe_OBJECTS) $(mtp_probe_LDADD) $(LIBS) 442 -» $(AM_V_CCLD)$(LINK) $(mtp_probe_OBJECTS) $(mtp_probe_LDADD) $(LIBS)
383 - 443 -
384 -mostlyclean-compile: 444 -mostlyclean-compile:
385 - -rm -f *.$(OBJEXT) 445 - -rm -f *.$(OBJEXT)
386 - 446 -
387 -distclean-compile: 447 -distclean-compile:
388 - -rm -f *.tab.c 448 - -rm -f *.tab.c
389 - 449 -
390 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-hotplug.Po@am__quote@ 450 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-hotplug.Po@am__quote@
391 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-probe.Po@am__quote@ 451 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-probe.Po@am__quote@
392 - 452 -
393 -.c.o: 453 -.c.o:
394 -@am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 454 -@am__fastdepCC_TRUE@» $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
395 -@am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 455 -@am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
396 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 456 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
397 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 457 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398 -@am__fastdepCC_FALSE@» $(COMPILE) -c $< 458 -@am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
399 - 459 -
400 -.c.obj: 460 -.c.obj:
401 -@am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 461 -@am__fastdepCC_TRUE@» $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
402 -@am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 462 -@am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
403 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 463 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
404 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 464 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405 -@am__fastdepCC_FALSE@» $(COMPILE) -c `$(CYGPATH_W) '$<'` 465 -@am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) ' $<'`
406 - 466 -
407 -.c.lo: 467 -.c.lo:
408 -@am__fastdepCC_TRUE@» $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< 468 -@am__fastdepCC_TRUE@» $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.T po -c -o $@ $<
409 -@am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 469 -@am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
410 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 470 -@AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@
411 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 471 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 -@am__fastdepCC_FALSE@» $(LTCOMPILE) -c -o $@ $< 472 -@am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
413 - 473
414 mostlyclean-libtool: 474 mostlyclean-libtool:
415 -rm -f *.lo 475 -rm -f *.lo
476 @@ -497,37 +280,12 @@ clean-libtool:
416 477
417 clean-libtool: 478 ID: $(am__tagged_files)
418 » -rm -rf .libs _libs 479 » $(am__define_uniq_tagged_files); mkid -fID $$unique
480 -tags: tags-am
481 -TAGS: tags
419 - 482 -
420 -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 483 -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
421 -» list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422 -» unique=`for i in $$list; do \
423 -» if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424 -» done | \
425 -» $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426 -» END { if (nonempty) { for (i in files) print i; }; }'`; \
427 -» mkid -fID $$unique
428 tags: TAGS
429 +TAGS:
430
431 -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
432 -» » $(TAGS_FILES) $(LISP)
433 - set x; \ 484 - set x; \
434 - here=`pwd`; \ 485 - here=`pwd`; \
435 -» list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 486 -» $(am__define_uniq_tagged_files); \
436 -» unique=`for i in $$list; do \
437 -» if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438 -» done | \
439 -» $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440 -» END { if (nonempty) { for (i in files) print i; }; }'`; \
441 - shift; \ 487 - shift; \
442 - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 488 - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443 - test -n "$$unique" || unique=$$empty_fix; \ 489 - test -n "$$unique" || unique=$$empty_fix; \
444 - if test $$# -gt 0; then \ 490 - if test $$# -gt 0; then \
445 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 491 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 - "$$@" $$unique; \ 492 - "$$@" $$unique; \
447 - else \ 493 - else \
448 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 494 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449 - $$unique; \ 495 - $$unique; \
450 - fi; \ 496 - fi; \
451 - fi 497 - fi
452 ctags: CTAGS 498 -ctags: ctags-am
453 -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 499 -
454 -» » $(TAGS_FILES) $(LISP) 500 -CTAGS: ctags
455 -» list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 501 -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456 -» unique=`for i in $$list; do \ 502 -» $(am__define_uniq_tagged_files); \
457 -» if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458 -» done | \
459 -» $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460 -» END { if (nonempty) { for (i in files) print i; }; }'`; \
461 - test -z "$(CTAGS_ARGS)$$unique" \ 503 - test -z "$(CTAGS_ARGS)$$unique" \
462 - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 504 - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463 - $$unique 505 - $$unique
464 +CTAGS: 506 -
465
466 -GTAGS: 507 -GTAGS:
467 - here=`$(am__cd) $(top_builddir) && pwd` \ 508 - here=`$(am__cd) $(top_builddir) && pwd` \
468 - && $(am__cd) $(top_srcdir) \ 509 - && $(am__cd) $(top_srcdir) \
469 - && gtags -i $(GTAGS_ARGS) "$$here" 510 - && gtags -i $(GTAGS_ARGS) "$$here"
511 +tags: TAGS
512 +TAGS:
513 +
514 +ctags: CTAGS
515 +CTAGS:
516 +
517 cscopelist: cscopelist-am
518
519 cscopelist-am: $(am__tagged_files)
520 @@ -544,9 +302,6 @@ cscopelist-am: $(am__tagged_files)
521 fi; \
522 done >> $(top_builddir)/cscope.files
470 523
471 -distclean-tags: 524 -distclean-tags:
472 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 525 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473 - 526 -
474 distdir: $(DISTFILES) 527 distdir: $(DISTFILES)
475 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 528 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 529 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477 @@ -463,11 +269,8 @@ 530 @@ -579,11 +334,8 @@ distdir: $(DISTFILES)
478 done 531 done
479 check-am: all-am 532 check-am: all-am
480 check: check-am 533 check: check-am
481 -all-am: Makefile $(PROGRAMS) 534 -all-am: Makefile $(PROGRAMS)
482 +all-am: Makefile 535 +all-am: Makefile
483 installdirs: 536 installdirs:
484 - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)"; do \ 537 - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)"; do \
485 - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 538 - test -z "$$dir" || $(MKDIR_P) "$$dir"; \
486 - done 539 - done
487 install: install-am 540 install: install-am
488 install-exec: install-exec-am 541 install-exec: install-exec-am
489 install-data: install-data-am 542 install-data: install-data-am
490 @@ -500,14 +303,11 @@ 543 @@ -616,14 +368,11 @@ maintainer-clean-generic:
491 @echo "it deletes files that may require special tools to rebuild." 544 @echo "it deletes files that may require special tools to rebuild."
492 clean: clean-am 545 clean: clean-am
493 546
494 -clean-am: clean-binPROGRAMS clean-generic clean-libtool \ 547 -clean-am: clean-binPROGRAMS clean-generic clean-libtool \
495 - clean-mtp_probePROGRAMS mostlyclean-am 548 - clean-mtp_probePROGRAMS mostlyclean-am
496 +clean-am: clean-generic clean-libtool mostlyclean-am 549 +clean-am: clean-generic clean-libtool mostlyclean-am
497 550
498 distclean: distclean-am 551 distclean: distclean-am
499 - -rm -rf ./$(DEPDIR) 552 - -rm -rf ./$(DEPDIR)
500 -rm -f Makefile 553 -rm -f Makefile
501 -distclean-am: clean-am distclean-compile distclean-generic \ 554 -distclean-am: clean-am distclean-compile distclean-generic \
502 - distclean-tags 555 - distclean-tags
503 +distclean-am: clean-am distclean-generic 556 +distclean-am: clean-am distclean-generic
504 557
505 dvi: dvi-am 558 dvi: dvi-am
506 559
507 @@ -521,13 +321,13 @@ 560 @@ -637,13 +386,13 @@ info: info-am
508 561
509 info-am: 562 info-am:
510 563
511 -install-data-am: install-mtp_probePROGRAMS 564 -install-data-am: install-mtp_probePROGRAMS
512 +install-data-am: 565 +install-data-am:
513 566
514 install-dvi: install-dvi-am 567 install-dvi: install-dvi-am
515 568
516 install-dvi-am: 569 install-dvi-am:
517 570
518 -install-exec-am: install-binPROGRAMS 571 -install-exec-am: install-binPROGRAMS
519 +install-exec-am: 572 +install-exec-am:
520 573
521 install-html: install-html-am 574 install-html: install-html-am
522 575
523 @@ -550,14 +350,12 @@ 576 @@ -666,14 +415,12 @@ install-ps-am:
524 installcheck-am: 577 installcheck-am:
525 578
526 maintainer-clean: maintainer-clean-am 579 maintainer-clean: maintainer-clean-am
527 - -rm -rf ./$(DEPDIR) 580 - -rm -rf ./$(DEPDIR)
528 -rm -f Makefile 581 -rm -f Makefile
529 maintainer-clean-am: distclean-am maintainer-clean-generic 582 maintainer-clean-am: distclean-am maintainer-clean-generic
530 583
531 mostlyclean: mostlyclean-am 584 mostlyclean: mostlyclean-am
532 585
533 -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 586 -mostlyclean-am: mostlyclean-compile mostlyclean-generic \
534 - mostlyclean-libtool 587 - mostlyclean-libtool
535 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool 588 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
536 589
537 pdf: pdf-am 590 pdf: pdf-am
538 591
539 @@ -567,25 +365,20 @@ 592 @@ -683,25 +430,24 @@ ps: ps-am
540 593
541 ps-am: 594 ps-am:
542 595
543 -uninstall-am: uninstall-binPROGRAMS uninstall-mtp_probePROGRAMS 596 -uninstall-am: uninstall-binPROGRAMS uninstall-mtp_probePROGRAMS
544 +uninstall-am: 597 +uninstall-am:
545 598
546 .MAKE: install-am install-strip 599 .MAKE: install-am install-strip
547 600
548 -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 601 -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
549 -» clean-generic clean-libtool clean-mtp_probePROGRAMS ctags \ 602 -» clean-binPROGRAMS clean-generic clean-libtool \
550 -» distclean distclean-compile distclean-generic \ 603 -» clean-mtp_probePROGRAMS cscopelist-am ctags ctags-am distclean \
551 -» distclean-libtool distclean-tags distdir dvi dvi-am html \ 604 +.PHONY: all all-am check check-am clean \
552 -» html-am info info-am install install-am install-binPROGRAMS \ 605 +» clean-generic clean-libtool \
553 +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 606 +» cscopelist-am distclean \
554 +» distclean distclean-generic distclean-libtool distdir dvi \ 607 » distclean-compile distclean-generic distclean-libtool \
555 +» dvi-am html html-am info info-am install install-am \ 608 » distclean-tags distdir dvi dvi-am html html-am info info-am \
556 » install-data install-data-am install-dvi install-dvi-am \ 609 -» install install-am install-binPROGRAMS install-data \
557 » install-exec install-exec-am install-html install-html-am \ 610 +» install install-am install-data \
558 -» install-info install-info-am install-man \ 611 » install-data-am install-dvi install-dvi-am install-exec \
559 -» install-mtp_probePROGRAMS install-pdf install-pdf-am \ 612 » install-exec-am install-html install-html-am install-info \
560 -» install-ps install-ps-am install-strip installcheck \ 613 -» install-info-am install-man install-mtp_probePROGRAMS \
561 -» installcheck-am installdirs maintainer-clean \ 614 +» install-info-am install-man \
562 -» maintainer-clean-generic mostlyclean mostlyclean-compile \ 615 » install-pdf install-pdf-am install-ps install-ps-am \
563 -» mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 616 » install-strip installcheck installcheck-am installdirs \
564 -» tags uninstall uninstall-am uninstall-binPROGRAMS \ 617 » maintainer-clean maintainer-clean-generic mostlyclean \
565 -» uninstall-mtp_probePROGRAMS 618 » mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
566 +» install-info install-info-am install-man install-pdf \ 619 -» pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
567 +» install-pdf-am install-ps install-ps-am install-strip \ 620 -» uninstall-binPROGRAMS uninstall-mtp_probePROGRAMS
568 +» installcheck installcheck-am installdirs maintainer-clean \ 621 +» pdf pdf-am ps ps-am uninstall uninstall-am
569 +» maintainer-clean-generic mostlyclean mostlyclean-generic \
570 +» mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
571 622
623 .PRECIOUS: Makefile
572 624
573 # Tell versions [3.59,3.63) of GNU make to not export all variables.
OLDNEW
« no previous file with comments | « patches/08_add_licenses.patch ('k') | patches/10_remove_nexus_s_from_device_list.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698