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

Side by Side Diff: src/Makefile.in

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/Makefile.am ('k') | src/chdk_live_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 16
18 17
19 18
20 VPATH = @srcdir@ 19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21 if test -z '$(MAKELEVEL)'; then \
22 false; \
23 elif test -n '$(MAKE_HOST)'; then \
24 true; \
25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26 true; \
27 else \
28 false; \
29 fi; \
30 }
31 am__make_running_with_option = \
32 case $${target_option-} in \
33 ?) ;; \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
36 exit 1;; \
37 esac; \
38 has_opt=no; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
42 else \
43 case $$MAKEFLAGS in \
44 *\\[\ \ ]*) \
45 bs=\\; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48 esac; \
49 fi; \
50 skip_next=no; \
51 strip_trailopt () \
52 { \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 }; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; continue; }; \
57 case $$flg in \
58 *=*|--*) continue;; \
59 -*I) strip_trailopt 'I'; skip_next=yes;; \
60 -*I?*) strip_trailopt 'I';; \
61 -*O) strip_trailopt 'O'; skip_next=yes;; \
62 -*O?*) strip_trailopt 'O';; \
63 -*l) strip_trailopt 'l'; skip_next=yes;; \
64 -*l?*) strip_trailopt 'l';; \
65 -[dEDm]) skip_next=yes;; \
66 -[JT]) skip_next=yes;; \
67 esac; \
68 case $$flg in \
69 *$$target_option*) has_opt=yes; break;; \
70 esac; \
71 done; \
72 test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
21 pkgdatadir = $(datadir)/@PACKAGE@ 75 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@ 76 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@ 77 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@ 78 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644 80 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c 81 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c 82 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA) 83 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name) 84 transform = $(program_transform_name)
31 NORMAL_INSTALL = : 85 NORMAL_INSTALL = :
32 PRE_INSTALL = : 86 PRE_INSTALL = :
33 POST_INSTALL = : 87 POST_INSTALL = :
34 NORMAL_UNINSTALL = : 88 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = : 89 PRE_UNINSTALL = :
36 POST_UNINSTALL = : 90 POST_UNINSTALL = :
37 build_triplet = @build@ 91 build_triplet = @build@
38 host_triplet = @host@ 92 host_triplet = @host@
39 @MTPZ_COMPILE_TRUE@am__append_1 = mtpz.c 93 @MTPZ_COMPILE_TRUE@am__append_1 = mtpz.c
40 @LIBUSB1_COMPILE_TRUE@am__append_2 = libusb1-glue.c 94 @LIBUSB1_COMPILE_TRUE@am__append_2 = libusb1-glue.c
41 @LIBUSB0_COMPILE_TRUE@am__append_3 = libusb-glue.c 95 @LIBUSB0_COMPILE_TRUE@am__append_3 = libusb-glue.c
42 @LIBOPENUSB_COMPILE_TRUE@am__append_4 = libopenusb1-glue.c 96 @LIBOPENUSB_COMPILE_TRUE@am__append_4 = libopenusb1-glue.c
43 subdir = src 97 subdir = src
44 DIST_COMMON = README $(include_HEADERS) $(srcdir)/Makefile.am \
45 $(srcdir)/Makefile.in $(srcdir)/libmtp.h.in
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \ 99 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
48 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \ 100 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
49 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 101 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
50 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 102 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
51 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac 103 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4) 105 $(ACLOCAL_M4)
106 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
107 $(am__DIST_COMMON)
54 mkinstalldirs = $(install_sh) -d 108 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = $(top_builddir)/config.h 109 CONFIG_HEADER = $(top_builddir)/config.h
56 CONFIG_CLEAN_FILES = libmtp.h 110 CONFIG_CLEAN_FILES = libmtp.h
57 CONFIG_CLEAN_VPATH_FILES = 111 CONFIG_CLEAN_VPATH_FILES =
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 112 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \ 113 am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 114 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \ 115 *) f=$$p;; \
62 esac; 116 esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 117 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
(...skipping 17 matching lines...) Expand all
81 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 135 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
82 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 136 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
83 $(am__cd) "$$dir" && rm -f $$files; }; \ 137 $(am__cd) "$$dir" && rm -f $$files; }; \
84 } 138 }
85 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 139 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
86 LTLIBRARIES = $(lib_LTLIBRARIES) 140 LTLIBRARIES = $(lib_LTLIBRARIES)
87 am__DEPENDENCIES_1 = 141 am__DEPENDENCIES_1 =
88 am__libmtp_la_SOURCES_DIST = libmtp.c unicode.c unicode.h util.c \ 142 am__libmtp_la_SOURCES_DIST = libmtp.c unicode.c unicode.h util.c \
89 util.h gphoto2-endian.h _stdint.h ptp.c ptp.h \ 143 util.h gphoto2-endian.h _stdint.h ptp.c ptp.h \
90 libusb-glue.h music-players.h device-flags.h \ 144 libusb-glue.h music-players.h device-flags.h \
91 » mtpz.h mtpz.c libusb1-glue.c libusb-glue.c libopenusb1-glue.c 145 » mtpz.h chdk_live_view.h chdk_ptp.h mtpz.c libusb1-glue.c \
146 » libusb-glue.c libopenusb1-glue.c
92 @MTPZ_COMPILE_TRUE@am__objects_1 = libmtp_la-mtpz.lo 147 @MTPZ_COMPILE_TRUE@am__objects_1 = libmtp_la-mtpz.lo
93 @LIBUSB1_COMPILE_TRUE@am__objects_2 = libmtp_la-libusb1-glue.lo 148 @LIBUSB1_COMPILE_TRUE@am__objects_2 = libmtp_la-libusb1-glue.lo
94 @LIBUSB0_COMPILE_TRUE@am__objects_3 = libmtp_la-libusb-glue.lo 149 @LIBUSB0_COMPILE_TRUE@am__objects_3 = libmtp_la-libusb-glue.lo
95 @LIBOPENUSB_COMPILE_TRUE@am__objects_4 = \ 150 @LIBOPENUSB_COMPILE_TRUE@am__objects_4 = \
96 @LIBOPENUSB_COMPILE_TRUE@ libmtp_la-libopenusb1-glue.lo 151 @LIBOPENUSB_COMPILE_TRUE@ libmtp_la-libopenusb1-glue.lo
97 am_libmtp_la_OBJECTS = libmtp_la-libmtp.lo libmtp_la-unicode.lo \ 152 am_libmtp_la_OBJECTS = libmtp_la-libmtp.lo libmtp_la-unicode.lo \
98 libmtp_la-util.lo libmtp_la-ptp.lo \ 153 libmtp_la-util.lo libmtp_la-ptp.lo \
99 $(am__objects_1) $(am__objects_2) $(am__objects_3) \ 154 $(am__objects_1) $(am__objects_2) $(am__objects_3) \
100 $(am__objects_4) 155 $(am__objects_4)
101 libmtp_la_OBJECTS = $(am_libmtp_la_OBJECTS) 156 libmtp_la_OBJECTS = $(am_libmtp_la_OBJECTS)
102 libmtp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 157 AM_V_lt = $(am__v_lt_@AM_V@)
158 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159 am__v_lt_0 = --silent
160 am__v_lt_1 =
161 libmtp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libmtp_la_CFLAGS) \ 162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libmtp_la_CFLAGS) \
104 $(CFLAGS) $(libmtp_la_LDFLAGS) $(LDFLAGS) -o $@ 163 $(CFLAGS) $(libmtp_la_LDFLAGS) $(LDFLAGS) -o $@
164 AM_V_P = $(am__v_P_@AM_V@)
165 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166 am__v_P_0 = false
167 am__v_P_1 = :
168 AM_V_GEN = $(am__v_GEN_@AM_V@)
169 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170 am__v_GEN_0 = @echo " GEN " $@;
171 am__v_GEN_1 =
172 AM_V_at = $(am__v_at_@AM_V@)
173 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174 am__v_at_0 = @
175 am__v_at_1 =
105 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 176 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106 depcomp = $(SHELL) $(top_srcdir)/depcomp 177 depcomp = $(SHELL) $(top_srcdir)/depcomp
107 am__depfiles_maybe = depfiles 178 am__depfiles_maybe = depfiles
108 am__mv = mv -f 179 am__mv = mv -f
109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 182 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
112 » --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 183 » $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
113 » $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 184 » $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
185 » $(AM_CFLAGS) $(CFLAGS)
186 AM_V_CC = $(am__v_CC_@AM_V@)
187 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
188 am__v_CC_0 = @echo " CC " $@;
189 am__v_CC_1 =
114 CCLD = $(CC) 190 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 191 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
116 » --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 192 » $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
117 » $(LDFLAGS) -o $@ 193 » $(AM_LDFLAGS) $(LDFLAGS) -o $@
194 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
195 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
196 am__v_CCLD_0 = @echo " CCLD " $@;
197 am__v_CCLD_1 =
118 SOURCES = $(libmtp_la_SOURCES) 198 SOURCES = $(libmtp_la_SOURCES)
119 DIST_SOURCES = $(am__libmtp_la_SOURCES_DIST) 199 DIST_SOURCES = $(am__libmtp_la_SOURCES_DIST)
200 am__can_run_installinfo = \
201 case $$AM_UPDATE_INFO_DIR in \
202 n|no|NO) false;; \
203 *) (install-info --version) >/dev/null 2>&1;; \
204 esac
120 DATA = $(noinst_DATA) 205 DATA = $(noinst_DATA)
121 HEADERS = $(include_HEADERS) 206 HEADERS = $(include_HEADERS)
207 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208 # Read a list of newline-separated strings from the standard input,
209 # and print each of them once, without duplicates. Input order is
210 # *not* preserved.
211 am__uniquify_input = $(AWK) '\
212 BEGIN { nonempty = 0; } \
213 { items[$$0] = 1; nonempty = 1; } \
214 END { if (nonempty) { for (i in items) print i; }; } \
215 '
216 # Make sure the list of sources is unique. This is necessary because,
217 # e.g., the same source file might be shared among _SOURCES variables
218 # for different programs/libraries.
219 am__define_uniq_tagged_files = \
220 list='$(am__tagged_files)'; \
221 unique=`for i in $$list; do \
222 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223 done | $(am__uniquify_input)`
122 ETAGS = etags 224 ETAGS = etags
123 CTAGS = ctags 225 CTAGS = ctags
226 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libmtp.h.in \
227 $(top_srcdir)/depcomp README
124 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125 ACLOCAL = @ACLOCAL@ 229 ACLOCAL = @ACLOCAL@
126 AMTAR = @AMTAR@ 230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127 AR = @AR@ 232 AR = @AR@
128 AS = @AS@ 233 AS = @AS@
129 AUTOCONF = @AUTOCONF@ 234 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@ 235 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@ 236 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@ 237 AWK = @AWK@
133 CC = @CC@ 238 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@ 239 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@ 240 CFLAGS = @CFLAGS@
136 CPP = @CPP@ 241 CPP = @CPP@
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 sysconfdir = @sysconfdir@ 355 sysconfdir = @sysconfdir@
251 target_alias = @target_alias@ 356 target_alias = @target_alias@
252 top_build_prefix = @top_build_prefix@ 357 top_build_prefix = @top_build_prefix@
253 top_builddir = @top_builddir@ 358 top_builddir = @top_builddir@
254 top_srcdir = @top_srcdir@ 359 top_srcdir = @top_srcdir@
255 lib_LTLIBRARIES = libmtp.la 360 lib_LTLIBRARIES = libmtp.la
256 libmtp_la_CFLAGS = @LIBUSB_CFLAGS@ 361 libmtp_la_CFLAGS = @LIBUSB_CFLAGS@
257 libmtp_la_SOURCES = libmtp.c unicode.c unicode.h util.c util.h \ 362 libmtp_la_SOURCES = libmtp.c unicode.c unicode.h util.c util.h \
258 gphoto2-endian.h _stdint.h ptp.c ptp.h \ 363 gphoto2-endian.h _stdint.h ptp.c ptp.h \
259 libusb-glue.h music-players.h device-flags.h \ 364 libusb-glue.h music-players.h device-flags.h \
260 » mtpz.h $(am__append_1) $(am__append_2) $(am__append_3) \ 365 » mtpz.h chdk_live_view.h chdk_ptp.h $(am__append_1) \
261 » $(am__append_4) 366 » $(am__append_2) $(am__append_3) $(am__append_4)
262 include_HEADERS = libmtp.h 367 include_HEADERS = libmtp.h
263 EXTRA_DIST = libmtp.h.in libmtp.sym ptp-pack.c 368 EXTRA_DIST = libmtp.h.in libmtp.sym ptp-pack.c
264 369
265 # --------------------------------------------------------------------------- 370 # ---------------------------------------------------------------------------
266 # Advanced information about versioning: 371 # Advanced information about versioning:
267 # * "Writing shared libraries" by Mike Hearn 372 # * "Writing shared libraries" by Mike Hearn
268 # http://plan99.net/~mike/writing-shared-libraries.html 373 # http://plan99.net/~mike/writing-shared-libraries.html
269 # * libtool.info chapter "Versioning" 374 # * libtool.info chapter "Versioning"
270 # * libtool.info chapter "Updating library version information" 375 # * libtool.info chapter "Updating library version information"
271 # --------------------------------------------------------------------------- 376 # ---------------------------------------------------------------------------
272 # Versioning: 377 # Versioning:
273 # - CURRENT (Major): Increment if the interface has changes. AGE is always 378 # - CURRENT (Major): Increment if the interface has changes. AGE is always
274 # *changed* at the same time. 379 # *changed* at the same time.
275 # - AGE (Micro): Increment if any interfaces have been added; set to 0 380 # - AGE (Micro): Increment if any interfaces have been added; set to 0
276 # if any interfaces have been removed. Removal has 381 # if any interfaces have been removed. Removal has
277 # precedence over adding, so set to 0 if both happened. 382 # precedence over adding, so set to 0 if both happened.
278 # It denotes upward compatibility. 383 # It denotes upward compatibility.
279 # - REVISION (Minor): Increment any time the source changes; set to 384 # - REVISION (Minor): Increment any time the source changes; set to
280 # 0 if you incremented CURRENT. 385 # 0 if you incremented CURRENT.
281 # 386 #
282 # To summarize. Any interface *change* increment CURRENT. If that interface 387 # To summarize. Any interface *change* increment CURRENT. If that interface
283 # change does not break upward compatibility (ie it is an addition), 388 # change does not break upward compatibility (ie it is an addition),
284 # increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed, 389 # increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
285 # REVISION is set to 0, otherwise REVISION is incremented. 390 # REVISION is set to 0, otherwise REVISION is incremented.
286 # --------------------------------------------------------------------------- 391 # ---------------------------------------------------------------------------
287 CURRENT = 9 392 CURRENT = 12
288 AGE = 0 393 AGE = 3
289 REVISION = 5 394 REVISION = 0
290 SOVERSION = $(CURRENT):$(REVISION):$(AGE) 395 SOVERSION = $(CURRENT):$(REVISION):$(AGE)
291 LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)` 396 LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
292 @COMPILE_MINGW32_TRUE@W32_LIBS = -lws2_32 397 @COMPILE_MINGW32_TRUE@W32_LIBS = -lws2_32
293 @COMPILE_MINGW32_TRUE@W32_LDFLAGS = -export-dynamic 398 @COMPILE_MINGW32_TRUE@W32_LDFLAGS = -export-dynamic
294 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@noinst_DATA = libmtp.lib 399 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@noinst_DATA = libmtp.lib
295 libmtp_la_LDFLAGS = @LDFLAGS@ -no-undefined -export-symbols $(srcdir)/libmtp.sym -version-info $(SOVERSION) $(W32_LDFLAGS) 400 libmtp_la_LDFLAGS = @LDFLAGS@ -no-undefined -export-symbols $(srcdir)/libmtp.sym -version-info $(SOVERSION) $(W32_LDFLAGS)
296 libmtp_la_LIBADD = $(W32_LIBS) $(LTLIBICONV) @LIBUSB_LIBS@ 401 libmtp_la_LIBADD = $(W32_LIBS) $(LTLIBICONV) @LIBUSB_LIBS@
297 libmtp_la_DEPENDENCIES = $(srcdir)/libmtp.sym 402 libmtp_la_DEPENDENCIES = $(srcdir)/libmtp.sym
298 DISTCLEANFILES = _stdint.h gphoto2-endian.h 403 DISTCLEANFILES = _stdint.h gphoto2-endian.h
299 all: all-am 404 all: all-am
300 405
301 .SUFFIXES: 406 .SUFFIXES:
302 .SUFFIXES: .c .lo .o .obj 407 .SUFFIXES: .c .lo .o .obj
303 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 408 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \ 409 @for dep in $?; do \
305 case '$(am__configure_deps)' in \ 410 case '$(am__configure_deps)' in \
306 *$$dep*) \ 411 *$$dep*) \
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 412 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \ 413 && { if test -f $@; then exit 0; else break; fi; }; \
309 exit 1;; \ 414 exit 1;; \
310 esac; \ 415 esac; \
311 done; \ 416 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 417 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
313 $(am__cd) $(top_srcdir) && \ 418 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --foreign src/Makefile 419 $(AUTOMAKE) --foreign src/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317 @case '$?' in \ 421 @case '$?' in \
318 *config.status*) \ 422 *config.status*) \
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320 *) \ 424 *) \
321 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 425 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
322 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 426 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
323 esac; 427 esac;
324 428
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 429 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 431
328 $(top_srcdir)/configure: $(am__configure_deps) 432 $(top_srcdir)/configure: $(am__configure_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 434 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps): 436 $(am__aclocal_m4_deps):
333 libmtp.h: $(top_builddir)/config.status $(srcdir)/libmtp.h.in 437 libmtp.h: $(top_builddir)/config.status $(srcdir)/libmtp.h.in
334 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 438 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
439
335 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 440 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
336 @$(NORMAL_INSTALL) 441 @$(NORMAL_INSTALL)
337 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
338 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 442 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
339 list2=; for p in $$list; do \ 443 list2=; for p in $$list; do \
340 if test -f $$p; then \ 444 if test -f $$p; then \
341 list2="$$list2 $$p"; \ 445 list2="$$list2 $$p"; \
342 else :; fi; \ 446 else :; fi; \
343 done; \ 447 done; \
344 test -z "$$list2" || { \ 448 test -z "$$list2" || { \
449 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
450 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
345 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 451 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
346 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 452 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
347 } 453 }
348 454
349 uninstall-libLTLIBRARIES: 455 uninstall-libLTLIBRARIES:
350 @$(NORMAL_UNINSTALL) 456 @$(NORMAL_UNINSTALL)
351 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 457 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
352 for p in $$list; do \ 458 for p in $$list; do \
353 $(am__strip_dir) \ 459 $(am__strip_dir) \
354 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 460 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
355 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \ 461 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
356 done 462 done
357 463
358 clean-libLTLIBRARIES: 464 clean-libLTLIBRARIES:
359 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 465 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
360 » @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 466 » @list='$(lib_LTLIBRARIES)'; \
361 » dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 467 » locs=`for p in $$list; do echo $$p; done | \
362 » test "$$dir" != "$$p" || dir=.; \ 468 » sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
363 » echo "rm -f \"$${dir}/so_locations\""; \ 469 » sort -u`; \
364 » rm -f "$${dir}/so_locations"; \ 470 » test -z "$$locs" || { \
365 » done 471 » echo rm -f $${locs}; \
472 » rm -f $${locs}; \
473 » }
474
366 libmtp.la: $(libmtp_la_OBJECTS) $(libmtp_la_DEPENDENCIES) $(EXTRA_libmtp_la_DEPE NDENCIES) 475 libmtp.la: $(libmtp_la_OBJECTS) $(libmtp_la_DEPENDENCIES) $(EXTRA_libmtp_la_DEPE NDENCIES)
367 » $(libmtp_la_LINK) -rpath $(libdir) $(libmtp_la_OBJECTS) $(libmtp_la_LIBA DD) $(LIBS) 476 » $(AM_V_CCLD)$(libmtp_la_LINK) -rpath $(libdir) $(libmtp_la_OBJECTS) $(li bmtp_la_LIBADD) $(LIBS)
368 477
369 mostlyclean-compile: 478 mostlyclean-compile:
370 -rm -f *.$(OBJEXT) 479 -rm -f *.$(OBJEXT)
371 480
372 distclean-compile: 481 distclean-compile:
373 -rm -f *.tab.c 482 -rm -f *.tab.c
374 483
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libmtp.Plo@am__quote@ 484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libmtp.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libopenusb1-glue.Plo@ am__quote@ 485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libopenusb1-glue.Plo@ am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libusb-glue.Plo@am__q uote@ 486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libusb-glue.Plo@am__q uote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libusb1-glue.Plo@am__ quote@ 487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-libusb1-glue.Plo@am__ quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-mtpz.Plo@am__quote@ 488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-mtpz.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-ptp.Plo@am__quote@ 489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-ptp.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-unicode.Plo@am__quote @ 490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-unicode.Plo@am__quote @
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-util.Plo@am__quote@ 491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmtp_la-util.Plo@am__quote@
383 492
384 .c.o: 493 .c.o:
385 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 494 @am__fastdepCC_TRUE@» $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 495 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 496 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389 @am__fastdepCC_FALSE@» $(COMPILE) -c $< 498 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
390 499
391 .c.obj: 500 .c.obj:
392 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 501 @am__fastdepCC_TRUE@» $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
393 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 502 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 503 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 504 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @am__fastdepCC_FALSE@» $(COMPILE) -c `$(CYGPATH_W) '$<'` 505 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) ' $<'`
397 506
398 .c.lo: 507 .c.lo:
399 @am__fastdepCC_TRUE@» $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< 508 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.T po -c -o $@ $<
400 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 509 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 510 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@» $(LTCOMPILE) -c -o $@ $< 512 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
404 513
405 libmtp_la-libmtp.lo: libmtp.c 514 libmtp_la-libmtp.lo: libmtp.c
406 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libmtp.lo -MD -MP -MF $(DEPD IR)/libmtp_la-libmtp.Tpo -c -o libmtp_la-libmtp.lo `test -f 'libmtp.c' || echo ' $(srcdir)/'`libmtp.c 515 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libmtp.l o -MD -MP -MF $(DEPDIR)/libmtp_la-libmtp.Tpo -c -o libmtp_la-libmtp.lo `test -f 'libmtp.c' || echo '$(srcdir)/'`libmtp.c
407 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-libmtp.Tpo $(DEPDIR)/libmt p_la-libmtp.Plo 516 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-libmtp.Tpo $(DEP DIR)/libmtp_la-libmtp.Plo
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='libmtp.c' object='libmtp_la-libm tp.lo' libtool=yes @AMDEPBACKSLASH@ 517 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='libmtp.c' object='libm tp_la-libmtp.lo' libtool=yes @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-libmtp.lo `test -f 'libmtp .c' || echo '$(srcdir)/'`libmtp.c 519 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-libmtp.lo `test -f 'libmtp.c' || echo '$(srcdir)/'`libmtp.c
411 520
412 libmtp_la-unicode.lo: unicode.c 521 libmtp_la-unicode.lo: unicode.c
413 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-unicode.lo -MD -MP -MF $(DEP DIR)/libmtp_la-unicode.Tpo -c -o libmtp_la-unicode.lo `test -f 'unicode.c' || ec ho '$(srcdir)/'`unicode.c 522 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-unicode. lo -MD -MP -MF $(DEPDIR)/libmtp_la-unicode.Tpo -c -o libmtp_la-unicode.lo `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c
414 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-unicode.Tpo $(DEPDIR)/libm tp_la-unicode.Plo 523 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-unicode.Tpo $(DE PDIR)/libmtp_la-unicode.Plo
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='unicode.c' object='libmtp_la-uni code.lo' libtool=yes @AMDEPBACKSLASH@ 524 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='unicode.c' object='lib mtp_la-unicode.lo' libtool=yes @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 525 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-unicode.lo `test -f 'unico de.c' || echo '$(srcdir)/'`unicode.c 526 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-unicode.lo `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c
418 527
419 libmtp_la-util.lo: util.c 528 libmtp_la-util.lo: util.c
420 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-util.lo -MD -MP -MF $(DEPDIR )/libmtp_la-util.Tpo -c -o libmtp_la-util.lo `test -f 'util.c' || echo '$(srcdir )/'`util.c 529 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-util.lo -MD -MP -MF $(DEPDIR)/libmtp_la-util.Tpo -c -o libmtp_la-util.lo `test -f 'util. c' || echo '$(srcdir)/'`util.c
421 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-util.Tpo $(DEPDIR)/libmtp_ la-util.Plo 530 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-util.Tpo $(DEPDI R)/libmtp_la-util.Plo
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='util.c' object='libmtp_la-util.l o' libtool=yes @AMDEPBACKSLASH@ 531 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='util.c' object='libmtp _la-util.lo' libtool=yes @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 532 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c 533 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
425 534
426 libmtp_la-ptp.lo: ptp.c 535 libmtp_la-ptp.lo: ptp.c
427 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-ptp.lo -MD -MP -MF $(DEPDIR) /libmtp_la-ptp.Tpo -c -o libmtp_la-ptp.lo `test -f 'ptp.c' || echo '$(srcdir)/'` ptp.c 536 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-ptp.lo - MD -MP -MF $(DEPDIR)/libmtp_la-ptp.Tpo -c -o libmtp_la-ptp.lo `test -f 'ptp.c' | | echo '$(srcdir)/'`ptp.c
428 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-ptp.Tpo $(DEPDIR)/libmtp_l a-ptp.Plo 537 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-ptp.Tpo $(DEPDIR )/libmtp_la-ptp.Plo
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='ptp.c' object='libmtp_la-ptp.lo' libtool=yes @AMDEPBACKSLASH@ 538 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='ptp.c' object='libmtp_ la-ptp.lo' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 539 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-ptp.lo `test -f 'ptp.c' || echo '$(srcdir)/'`ptp.c 540 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-ptp.lo `test -f 'ptp.c' || echo '$(srcdir)/'`ptp.c
432 541
433 libmtp_la-mtpz.lo: mtpz.c 542 libmtp_la-mtpz.lo: mtpz.c
434 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-mtpz.lo -MD -MP -MF $(DEPDIR )/libmtp_la-mtpz.Tpo -c -o libmtp_la-mtpz.lo `test -f 'mtpz.c' || echo '$(srcdir )/'`mtpz.c 543 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-mtpz.lo -MD -MP -MF $(DEPDIR)/libmtp_la-mtpz.Tpo -c -o libmtp_la-mtpz.lo `test -f 'mtpz. c' || echo '$(srcdir)/'`mtpz.c
435 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-mtpz.Tpo $(DEPDIR)/libmtp_ la-mtpz.Plo 544 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-mtpz.Tpo $(DEPDI R)/libmtp_la-mtpz.Plo
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='mtpz.c' object='libmtp_la-mtpz.l o' libtool=yes @AMDEPBACKSLASH@ 545 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='mtpz.c' object='libmtp _la-mtpz.lo' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 546 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-mtpz.lo `test -f 'mtpz.c' || echo '$(srcdir)/'`mtpz.c 547 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-mtpz.lo `test -f 'mtpz.c' || echo '$(srcdir)/'`mtpz.c
439 548
440 libmtp_la-libusb1-glue.lo: libusb1-glue.c 549 libmtp_la-libusb1-glue.lo: libusb1-glue.c
441 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libusb1-glue.lo -MD -MP -MF $(DEPDIR)/libmtp_la-libusb1-glue.Tpo -c -o libmtp_la-libusb1-glue.lo `test -f 'l ibusb1-glue.c' || echo '$(srcdir)/'`libusb1-glue.c 550 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libusb1- glue.lo -MD -MP -MF $(DEPDIR)/libmtp_la-libusb1-glue.Tpo -c -o libmtp_la-libusb1 -glue.lo `test -f 'libusb1-glue.c' || echo '$(srcdir)/'`libusb1-glue.c
442 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-libusb1-glue.Tpo $(DEPDIR) /libmtp_la-libusb1-glue.Plo 551 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-libusb1-glue.Tpo $(DEPDIR)/libmtp_la-libusb1-glue.Plo
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='libusb1-glue.c' object='libmtp_l a-libusb1-glue.lo' libtool=yes @AMDEPBACKSLASH@ 552 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='libusb1-glue.c' object ='libmtp_la-libusb1-glue.lo' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 553 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-libusb1-glue.lo `test -f ' libusb1-glue.c' || echo '$(srcdir)/'`libusb1-glue.c 554 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-libusb1-glue.lo `test -f 'libusb1-glue.c' || echo '$(srcdir)/'`libusb1-glue .c
446 555
447 libmtp_la-libusb-glue.lo: libusb-glue.c 556 libmtp_la-libusb-glue.lo: libusb-glue.c
448 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libusb-glue.lo -MD -MP -MF $ (DEPDIR)/libmtp_la-libusb-glue.Tpo -c -o libmtp_la-libusb-glue.lo `test -f 'libu sb-glue.c' || echo '$(srcdir)/'`libusb-glue.c 557 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libusb-g lue.lo -MD -MP -MF $(DEPDIR)/libmtp_la-libusb-glue.Tpo -c -o libmtp_la-libusb-gl ue.lo `test -f 'libusb-glue.c' || echo '$(srcdir)/'`libusb-glue.c
449 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-libusb-glue.Tpo $(DEPDIR)/ libmtp_la-libusb-glue.Plo 558 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-libusb-glue.Tpo $(DEPDIR)/libmtp_la-libusb-glue.Plo
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='libusb-glue.c' object='libmtp_la -libusb-glue.lo' libtool=yes @AMDEPBACKSLASH@ 559 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='libusb-glue.c' object= 'libmtp_la-libusb-glue.lo' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 560 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-libusb-glue.lo `test -f 'l ibusb-glue.c' || echo '$(srcdir)/'`libusb-glue.c 561 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-libusb-glue.lo `test -f 'libusb-glue.c' || echo '$(srcdir)/'`libusb-glue.c
453 562
454 libmtp_la-libopenusb1-glue.lo: libopenusb1-glue.c 563 libmtp_la-libopenusb1-glue.lo: libopenusb1-glue.c
455 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libopenusb1-glue.lo -MD -MP -MF $(DEPDIR)/libmtp_la-libopenusb1-glue.Tpo -c -o libmtp_la-libopenusb1-glue.lo `test -f 'libopenusb1-glue.c' || echo '$(srcdir)/'`libopenusb1-glue.c 564 @am__fastdepCC_TRUE@» $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLA GS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -MT libmtp_la-libopenu sb1-glue.lo -MD -MP -MF $(DEPDIR)/libmtp_la-libopenusb1-glue.Tpo -c -o libmtp_la -libopenusb1-glue.lo `test -f 'libopenusb1-glue.c' || echo '$(srcdir)/'`libopenu sb1-glue.c
456 @am__fastdepCC_TRUE@» $(am__mv) $(DEPDIR)/libmtp_la-libopenusb1-glue.Tpo $(DEP DIR)/libmtp_la-libopenusb1-glue.Plo 565 @am__fastdepCC_TRUE@» $(AM_V_at)$(am__mv) $(DEPDIR)/libmtp_la-libopenusb1-glue .Tpo $(DEPDIR)/libmtp_la-libopenusb1-glue.Plo
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@» source='libopenusb1-glue.c' object='libm tp_la-libopenusb1-glue.lo' libtool=yes @AMDEPBACKSLASH@ 566 @AMDEP_TRUE@@am__fastdepCC_FALSE@» $(AM_V_CC)source='libopenusb1-glue.c' ob ject='libmtp_la-libopenusb1-glue.lo' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 567 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CP PFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmtp_la-libopenusb1-glue.lo `test -f 'libopenusb1-glue.c' || echo '$(srcdir)/'`libopenusb1-glue.c 568 @am__fastdepCC_FALSE@» $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM _LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmtp_la_CFLAGS) $(CFLAGS) -c -o libmt p_la-libopenusb1-glue.lo `test -f 'libopenusb1-glue.c' || echo '$(srcdir)/'`libo penusb1-glue.c
460 569
461 mostlyclean-libtool: 570 mostlyclean-libtool:
462 -rm -f *.lo 571 -rm -f *.lo
463 572
464 clean-libtool: 573 clean-libtool:
465 -rm -rf .libs _libs 574 -rm -rf .libs _libs
466 install-includeHEADERS: $(include_HEADERS) 575 install-includeHEADERS: $(include_HEADERS)
467 @$(NORMAL_INSTALL) 576 @$(NORMAL_INSTALL)
468 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
469 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 577 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
578 if test -n "$$list"; then \
579 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
580 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
581 fi; \
470 for p in $$list; do \ 582 for p in $$list; do \
471 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 583 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
472 echo "$$d$$p"; \ 584 echo "$$d$$p"; \
473 done | $(am__base_list) | \ 585 done | $(am__base_list) | \
474 while read files; do \ 586 while read files; do \
475 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 587 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
476 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 588 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
477 done 589 done
478 590
479 uninstall-includeHEADERS: 591 uninstall-includeHEADERS:
480 @$(NORMAL_UNINSTALL) 592 @$(NORMAL_UNINSTALL)
481 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 593 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
482 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 594 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
483 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 595 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
484 596
485 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 597 ID: $(am__tagged_files)
486 » list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 598 » $(am__define_uniq_tagged_files); mkid -fID $$unique
487 » unique=`for i in $$list; do \ 599 tags: tags-am
488 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 600 TAGS: tags
489 » done | \
490 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491 » END { if (nonempty) { for (i in files) print i; }; }'`; \
492 » mkid -fID $$unique
493 tags: TAGS
494 601
495 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 602 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496 » » $(TAGS_FILES) $(LISP)
497 set x; \ 603 set x; \
498 here=`pwd`; \ 604 here=`pwd`; \
499 » list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 605 » $(am__define_uniq_tagged_files); \
500 » unique=`for i in $$list; do \
501 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502 » done | \
503 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504 » END { if (nonempty) { for (i in files) print i; }; }'`; \
505 shift; \ 606 shift; \
506 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 607 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507 test -n "$$unique" || unique=$$empty_fix; \ 608 test -n "$$unique" || unique=$$empty_fix; \
508 if test $$# -gt 0; then \ 609 if test $$# -gt 0; then \
509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 610 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510 "$$@" $$unique; \ 611 "$$@" $$unique; \
511 else \ 612 else \
512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 613 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513 $$unique; \ 614 $$unique; \
514 fi; \ 615 fi; \
515 fi 616 fi
516 ctags: CTAGS 617 ctags: ctags-am
517 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 618
518 » » $(TAGS_FILES) $(LISP) 619 CTAGS: ctags
519 » list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 620 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520 » unique=`for i in $$list; do \ 621 » $(am__define_uniq_tagged_files); \
521 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522 » done | \
523 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524 » END { if (nonempty) { for (i in files) print i; }; }'`; \
525 test -z "$(CTAGS_ARGS)$$unique" \ 622 test -z "$(CTAGS_ARGS)$$unique" \
526 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 623 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527 $$unique 624 $$unique
528 625
529 GTAGS: 626 GTAGS:
530 here=`$(am__cd) $(top_builddir) && pwd` \ 627 here=`$(am__cd) $(top_builddir) && pwd` \
531 && $(am__cd) $(top_srcdir) \ 628 && $(am__cd) $(top_srcdir) \
532 && gtags -i $(GTAGS_ARGS) "$$here" 629 && gtags -i $(GTAGS_ARGS) "$$here"
630 cscopelist: cscopelist-am
631
632 cscopelist-am: $(am__tagged_files)
633 list='$(am__tagged_files)'; \
634 case "$(srcdir)" in \
635 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
636 *) sdir=$(subdir)/$(srcdir) ;; \
637 esac; \
638 for i in $$list; do \
639 if test -f "$$i"; then \
640 echo "$(subdir)/$$i"; \
641 else \
642 echo "$$sdir/$$i"; \
643 fi; \
644 done >> $(top_builddir)/cscope.files
533 645
534 distclean-tags: 646 distclean-tags:
535 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 647 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536 648
537 distdir: $(DISTFILES) 649 distdir: $(DISTFILES)
538 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 650 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 651 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540 list='$(DISTFILES)'; \ 652 list='$(DISTFILES)'; \
541 dist_files=`for file in $$list; do echo $$file; done | \ 653 dist_files=`for file in $$list; do echo $$file; done | \
542 sed -e "s|^$$srcdirstrip/||;t" \ 654 sed -e "s|^$$srcdirstrip/||;t" \
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 pdf-am: 782 pdf-am:
671 783
672 ps: ps-am 784 ps: ps-am
673 785
674 ps-am: 786 ps-am:
675 787
676 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 788 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
677 789
678 .MAKE: install-am install-strip 790 .MAKE: install-am install-strip
679 791
680 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 792 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
681 » clean-libLTLIBRARIES clean-libtool ctags distclean \ 793 » clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
682 » distclean-compile distclean-generic distclean-libtool \ 794 » ctags-am distclean distclean-compile distclean-generic \
683 » distclean-tags distdir dvi dvi-am html html-am info info-am \ 795 » distclean-libtool distclean-tags distdir dvi dvi-am html \
684 » install install-am install-data install-data-am \ 796 » html-am info info-am install install-am install-data \
685 » install-data-local install-dvi install-dvi-am install-exec \ 797 » install-data-am install-data-local install-dvi install-dvi-am \
686 » install-exec-am install-html install-html-am \ 798 » install-exec install-exec-am install-html install-html-am \
687 install-includeHEADERS install-info install-info-am \ 799 install-includeHEADERS install-info install-info-am \
688 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 800 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
689 install-ps install-ps-am install-strip installcheck \ 801 install-ps install-ps-am install-strip installcheck \
690 installcheck-am installdirs maintainer-clean \ 802 installcheck-am installdirs maintainer-clean \
691 maintainer-clean-generic mostlyclean mostlyclean-compile \ 803 maintainer-clean-generic mostlyclean mostlyclean-compile \
692 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 804 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
693 » tags uninstall uninstall-am uninstall-includeHEADERS \ 805 » tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
694 uninstall-libLTLIBRARIES 806 uninstall-libLTLIBRARIES
695 807
808 .PRECIOUS: Makefile
809
696 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@libmtp.def: $(srcdir)/libmtp.sym 810 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@libmtp.def: $(srcdir)/libmtp.sym
697 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "LIBRARY \"@PACKAGE@\"" > libmtp.de f 811 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "LIBRARY \"@PACKAGE@\"" > libmtp.de f
698 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "DESCRIPTION \"Media Transfer Proto col (MTP) library\"" >> libmtp.def 812 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "DESCRIPTION \"Media Transfer Proto col (MTP) library\"" >> libmtp.def
699 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "VERSION @VERSION@" >> libmtp.def 813 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "VERSION @VERSION@" >> libmtp.def
700 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo >> libmtp.def 814 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo >> libmtp.def
701 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "EXPORTS" >> libmtp.def 815 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ echo "EXPORTS" >> libmtp.def
702 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ cat $< >> libmtp.def 816 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ cat $< >> libmtp.def
703 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@libmtp.lib: libmtp.la libmtp.def 817 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@libmtp.lib: libmtp.la libmtp.def
704 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ lib -name:libmtp-$(LT_CURRENT_MINUS_AGE) .dll -def:libmtp.def -out:$@ 818 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ lib -name:libmtp-$(LT_CURRENT_MINUS_AGE) .dll -def:libmtp.def -out:$@
705 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@install-data-local: libmtp.lib libmtp.def 819 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@install-data-local: libmtp.lib libmtp.def
706 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ $(INSTALL) libmtp.def $(DESTDIR)$(libdir ) 820 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ $(INSTALL) libmtp.def $(DESTDIR)$(libdir )
707 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ $(INSTALL) libmtp.lib $(DESTDIR)$(libdir ) 821 @COMPILE_MINGW32_TRUE@@MS_LIB_EXE_TRUE@ $(INSTALL) libmtp.lib $(DESTDIR)$(libdir )
708 822
709 # Tell versions [3.59,3.63) of GNU make to not export all variables. 823 # Tell versions [3.59,3.63) of GNU make to not export all variables.
710 # Otherwise a system limit (for SysV at least) may be exceeded. 824 # Otherwise a system limit (for SysV at least) may be exceeded.
711 .NOEXPORT: 825 .NOEXPORT:
OLDNEW
« no previous file with comments | « src/Makefile.am ('k') | src/chdk_live_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698