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