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

Side by Side Diff: patches/09_do_not_build_udev_and_examples.patch

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