Imported Upstream version 1.1.11
[platform/upstream/libmtp.git] / util / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # 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 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 @USE_LINUX_TRUE@bin_PROGRAMS = mtp-hotplug$(EXEEXT)
92 @USE_LINUX_TRUE@mtp_probe_PROGRAMS = mtp-probe$(EXEEXT)
93 subdir = util
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
96         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
97         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99         $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)"
108 PROGRAMS = $(bin_PROGRAMS) $(mtp_probe_PROGRAMS)
109 am__mtp_hotplug_SOURCES_DIST = mtp-hotplug.c
110 @USE_LINUX_TRUE@am_mtp_hotplug_OBJECTS = mtp-hotplug.$(OBJEXT)
111 mtp_hotplug_OBJECTS = $(am_mtp_hotplug_OBJECTS)
112 mtp_hotplug_LDADD = $(LDADD)
113 mtp_hotplug_DEPENDENCIES = ../src/libmtp.la
114 AM_V_lt = $(am__v_lt_@AM_V@)
115 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116 am__v_lt_0 = --silent
117 am__v_lt_1 = 
118 am__mtp_probe_SOURCES_DIST = mtp-probe.c
119 @USE_LINUX_TRUE@am_mtp_probe_OBJECTS = mtp-probe.$(OBJEXT)
120 mtp_probe_OBJECTS = $(am_mtp_probe_OBJECTS)
121 mtp_probe_LDADD = $(LDADD)
122 mtp_probe_DEPENDENCIES = ../src/libmtp.la
123 AM_V_P = $(am__v_P_@AM_V@)
124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125 am__v_P_0 = false
126 am__v_P_1 = :
127 AM_V_GEN = $(am__v_GEN_@AM_V@)
128 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129 am__v_GEN_0 = @echo "  GEN     " $@;
130 am__v_GEN_1 = 
131 AM_V_at = $(am__v_at_@AM_V@)
132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133 am__v_at_0 = @
134 am__v_at_1 = 
135 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136 depcomp = $(SHELL) $(top_srcdir)/depcomp
137 am__depfiles_maybe = depfiles
138 am__mv = mv -f
139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144         $(AM_CFLAGS) $(CFLAGS)
145 AM_V_CC = $(am__v_CC_@AM_V@)
146 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147 am__v_CC_0 = @echo "  CC      " $@;
148 am__v_CC_1 = 
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152         $(AM_LDFLAGS) $(LDFLAGS) -o $@
153 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155 am__v_CCLD_0 = @echo "  CCLD    " $@;
156 am__v_CCLD_1 = 
157 SOURCES = $(mtp_hotplug_SOURCES) $(mtp_probe_SOURCES)
158 DIST_SOURCES = $(am__mtp_hotplug_SOURCES_DIST) \
159         $(am__mtp_probe_SOURCES_DIST)
160 am__can_run_installinfo = \
161   case $$AM_UPDATE_INFO_DIR in \
162     n|no|NO) false;; \
163     *) (install-info --version) >/dev/null 2>&1;; \
164   esac
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166 # Read a list of newline-separated strings from the standard input,
167 # and print each of them once, without duplicates.  Input order is
168 # *not* preserved.
169 am__uniquify_input = $(AWK) '\
170   BEGIN { nonempty = 0; } \
171   { items[$$0] = 1; nonempty = 1; } \
172   END { if (nonempty) { for (i in items) print i; }; } \
173 '
174 # Make sure the list of sources is unique.  This is necessary because,
175 # e.g., the same source file might be shared among _SOURCES variables
176 # for different programs/libraries.
177 am__define_uniq_tagged_files = \
178   list='$(am__tagged_files)'; \
179   unique=`for i in $$list; do \
180     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181   done | $(am__uniquify_input)`
182 ETAGS = etags
183 CTAGS = ctags
184 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AS = @AS@
191 AUTOCONF = @AUTOCONF@
192 AUTOHEADER = @AUTOHEADER@
193 AUTOMAKE = @AUTOMAKE@
194 AWK = @AWK@
195 CC = @CC@
196 CCDEPMODE = @CCDEPMODE@
197 CFLAGS = @CFLAGS@
198 CPP = @CPP@
199 CPPFLAGS = @CPPFLAGS@
200 CYGPATH_W = @CYGPATH_W@
201 DEFS = @DEFS@
202 DEPDIR = @DEPDIR@
203 DLLTOOL = @DLLTOOL@
204 DSYMUTIL = @DSYMUTIL@
205 DUMPBIN = @DUMPBIN@
206 ECHO_C = @ECHO_C@
207 ECHO_N = @ECHO_N@
208 ECHO_T = @ECHO_T@
209 EGREP = @EGREP@
210 EXEEXT = @EXEEXT@
211 FGREP = @FGREP@
212 GREP = @GREP@
213 HAVE_DOXYGEN = @HAVE_DOXYGEN@
214 INSTALL = @INSTALL@
215 INSTALL_DATA = @INSTALL_DATA@
216 INSTALL_PROGRAM = @INSTALL_PROGRAM@
217 INSTALL_SCRIPT = @INSTALL_SCRIPT@
218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219 LD = @LD@
220 LDFLAGS = @LDFLAGS@
221 LIBICONV = @LIBICONV@
222 LIBOBJS = @LIBOBJS@
223 LIBS = @LIBS@
224 LIBTOOL = @LIBTOOL@
225 LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
226 LIBUSB_LIBS = @LIBUSB_LIBS@
227 LIBUSB_REQUIRES = @LIBUSB_REQUIRES@
228 LIPO = @LIPO@
229 LN_S = @LN_S@
230 LTLIBICONV = @LTLIBICONV@
231 LTLIBOBJS = @LTLIBOBJS@
232 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
233 MAKEINFO = @MAKEINFO@
234 MANIFEST_TOOL = @MANIFEST_TOOL@
235 MKDIR_P = @MKDIR_P@
236 NM = @NM@
237 NMEDIT = @NMEDIT@
238 OBJDUMP = @OBJDUMP@
239 OBJEXT = @OBJEXT@
240 OSFLAGS = @OSFLAGS@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_URL = @PACKAGE_URL@
249 PACKAGE_VERSION = @PACKAGE_VERSION@
250 PATH_SEPARATOR = @PATH_SEPARATOR@
251 PKG_CONFIG = @PKG_CONFIG@
252 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
253 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
254 RANLIB = @RANLIB@
255 SED = @SED@
256 SET_MAKE = @SET_MAKE@
257 SHELL = @SHELL@
258 STRIP = @STRIP@
259 UDEV = @UDEV@
260 UDEV_GROUP = @UDEV_GROUP@
261 UDEV_MODE = @UDEV_MODE@
262 UDEV_RULES = @UDEV_RULES@
263 VERSION = @VERSION@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 effective_target = @effective_target@
288 exec_prefix = @exec_prefix@
289 host = @host@
290 host_alias = @host_alias@
291 host_cpu = @host_cpu@
292 host_os = @host_os@
293 host_vendor = @host_vendor@
294 htmldir = @htmldir@
295 includedir = @includedir@
296 infodir = @infodir@
297 install_sh = @install_sh@
298 libdir = @libdir@
299 libexecdir = @libexecdir@
300 localedir = @localedir@
301 localstatedir = @localstatedir@
302 mandir = @mandir@
303 mkdir_p = @mkdir_p@
304 ms_lib_exe = @ms_lib_exe@
305 oldincludedir = @oldincludedir@
306 pdfdir = @pdfdir@
307 prefix = @prefix@
308 program_transform_name = @program_transform_name@
309 psdir = @psdir@
310 sbindir = @sbindir@
311 sharedstatedir = @sharedstatedir@
312 srcdir = @srcdir@
313 sysconfdir = @sysconfdir@
314 target_alias = @target_alias@
315 top_build_prefix = @top_build_prefix@
316 top_builddir = @top_builddir@
317 top_srcdir = @top_srcdir@
318 @USE_LINUX_TRUE@mtp_hotplug_SOURCES = mtp-hotplug.c
319 @USE_LINUX_TRUE@mtp_probedir = @UDEV@
320 @USE_LINUX_TRUE@mtp_probe_SOURCES = mtp-probe.c
321 AM_CPPFLAGS = -I$(top_builddir)/src
322 LDADD = ../src/libmtp.la
323 all: all-am
324
325 .SUFFIXES:
326 .SUFFIXES: .c .lo .o .obj
327 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
328         @for dep in $?; do \
329           case '$(am__configure_deps)' in \
330             *$$dep*) \
331               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332                 && { if test -f $@; then exit 0; else break; fi; }; \
333               exit 1;; \
334           esac; \
335         done; \
336         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \
337         $(am__cd) $(top_srcdir) && \
338           $(AUTOMAKE) --foreign util/Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340         @case '$?' in \
341           *config.status*) \
342             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343           *) \
344             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346         esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351 $(top_srcdir)/configure:  $(am__configure_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(am__aclocal_m4_deps):
356 install-binPROGRAMS: $(bin_PROGRAMS)
357         @$(NORMAL_INSTALL)
358         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
359         if test -n "$$list"; then \
360           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
361           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
362         fi; \
363         for p in $$list; do echo "$$p $$p"; done | \
364         sed 's/$(EXEEXT)$$//' | \
365         while read p p1; do if test -f $$p \
366          || test -f $$p1 \
367           ; then echo "$$p"; echo "$$p"; else :; fi; \
368         done | \
369         sed -e 'p;s,.*/,,;n;h' \
370             -e 's|.*|.|' \
371             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
372         sed 'N;N;N;s,\n, ,g' | \
373         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
374           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
375             if ($$2 == $$4) files[d] = files[d] " " $$1; \
376             else { print "f", $$3 "/" $$4, $$1; } } \
377           END { for (d in files) print "f", d, files[d] }' | \
378         while read type dir files; do \
379             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
380             test -z "$$files" || { \
381             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
382             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
383             } \
384         ; done
385
386 uninstall-binPROGRAMS:
387         @$(NORMAL_UNINSTALL)
388         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
389         files=`for p in $$list; do echo "$$p"; done | \
390           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
391               -e 's/$$/$(EXEEXT)/' \
392         `; \
393         test -n "$$list" || exit 0; \
394         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
395         cd "$(DESTDIR)$(bindir)" && rm -f $$files
396
397 clean-binPROGRAMS:
398         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
399         echo " rm -f" $$list; \
400         rm -f $$list || exit $$?; \
401         test -n "$(EXEEXT)" || exit 0; \
402         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
403         echo " rm -f" $$list; \
404         rm -f $$list
405 install-mtp_probePROGRAMS: $(mtp_probe_PROGRAMS)
406         @$(NORMAL_INSTALL)
407         @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \
408         if test -n "$$list"; then \
409           echo " $(MKDIR_P) '$(DESTDIR)$(mtp_probedir)'"; \
410           $(MKDIR_P) "$(DESTDIR)$(mtp_probedir)" || exit 1; \
411         fi; \
412         for p in $$list; do echo "$$p $$p"; done | \
413         sed 's/$(EXEEXT)$$//' | \
414         while read p p1; do if test -f $$p \
415          || test -f $$p1 \
416           ; then echo "$$p"; echo "$$p"; else :; fi; \
417         done | \
418         sed -e 'p;s,.*/,,;n;h' \
419             -e 's|.*|.|' \
420             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
421         sed 'N;N;N;s,\n, ,g' | \
422         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
423           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
424             if ($$2 == $$4) files[d] = files[d] " " $$1; \
425             else { print "f", $$3 "/" $$4, $$1; } } \
426           END { for (d in files) print "f", d, files[d] }' | \
427         while read type dir files; do \
428             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
429             test -z "$$files" || { \
430             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(mtp_probedir)$$dir'"; \
431             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(mtp_probedir)$$dir" || exit $$?; \
432             } \
433         ; done
434
435 uninstall-mtp_probePROGRAMS:
436         @$(NORMAL_UNINSTALL)
437         @list='$(mtp_probe_PROGRAMS)'; test -n "$(mtp_probedir)" || list=; \
438         files=`for p in $$list; do echo "$$p"; done | \
439           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
440               -e 's/$$/$(EXEEXT)/' \
441         `; \
442         test -n "$$list" || exit 0; \
443         echo " ( cd '$(DESTDIR)$(mtp_probedir)' && rm -f" $$files ")"; \
444         cd "$(DESTDIR)$(mtp_probedir)" && rm -f $$files
445
446 clean-mtp_probePROGRAMS:
447         @list='$(mtp_probe_PROGRAMS)'; test -n "$$list" || exit 0; \
448         echo " rm -f" $$list; \
449         rm -f $$list || exit $$?; \
450         test -n "$(EXEEXT)" || exit 0; \
451         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
452         echo " rm -f" $$list; \
453         rm -f $$list
454
455 mtp-hotplug$(EXEEXT): $(mtp_hotplug_OBJECTS) $(mtp_hotplug_DEPENDENCIES) $(EXTRA_mtp_hotplug_DEPENDENCIES) 
456         @rm -f mtp-hotplug$(EXEEXT)
457         $(AM_V_CCLD)$(LINK) $(mtp_hotplug_OBJECTS) $(mtp_hotplug_LDADD) $(LIBS)
458
459 mtp-probe$(EXEEXT): $(mtp_probe_OBJECTS) $(mtp_probe_DEPENDENCIES) $(EXTRA_mtp_probe_DEPENDENCIES) 
460         @rm -f mtp-probe$(EXEEXT)
461         $(AM_V_CCLD)$(LINK) $(mtp_probe_OBJECTS) $(mtp_probe_LDADD) $(LIBS)
462
463 mostlyclean-compile:
464         -rm -f *.$(OBJEXT)
465
466 distclean-compile:
467         -rm -f *.tab.c
468
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-hotplug.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtp-probe.Po@am__quote@
471
472 .c.o:
473 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
478
479 .c.obj:
480 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
481 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
485
486 .c.lo:
487 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
488 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
492
493 mostlyclean-libtool:
494         -rm -f *.lo
495
496 clean-libtool:
497         -rm -rf .libs _libs
498
499 ID: $(am__tagged_files)
500         $(am__define_uniq_tagged_files); mkid -fID $$unique
501 tags: tags-am
502 TAGS: tags
503
504 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505         set x; \
506         here=`pwd`; \
507         $(am__define_uniq_tagged_files); \
508         shift; \
509         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510           test -n "$$unique" || unique=$$empty_fix; \
511           if test $$# -gt 0; then \
512             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513               "$$@" $$unique; \
514           else \
515             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516               $$unique; \
517           fi; \
518         fi
519 ctags: ctags-am
520
521 CTAGS: ctags
522 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523         $(am__define_uniq_tagged_files); \
524         test -z "$(CTAGS_ARGS)$$unique" \
525           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526              $$unique
527
528 GTAGS:
529         here=`$(am__cd) $(top_builddir) && pwd` \
530           && $(am__cd) $(top_srcdir) \
531           && gtags -i $(GTAGS_ARGS) "$$here"
532 cscopelist: cscopelist-am
533
534 cscopelist-am: $(am__tagged_files)
535         list='$(am__tagged_files)'; \
536         case "$(srcdir)" in \
537           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
538           *) sdir=$(subdir)/$(srcdir) ;; \
539         esac; \
540         for i in $$list; do \
541           if test -f "$$i"; then \
542             echo "$(subdir)/$$i"; \
543           else \
544             echo "$$sdir/$$i"; \
545           fi; \
546         done >> $(top_builddir)/cscope.files
547
548 distclean-tags:
549         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
551 distdir: $(DISTFILES)
552         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554         list='$(DISTFILES)'; \
555           dist_files=`for file in $$list; do echo $$file; done | \
556           sed -e "s|^$$srcdirstrip/||;t" \
557               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558         case $$dist_files in \
559           */*) $(MKDIR_P) `echo "$$dist_files" | \
560                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561                            sort -u` ;; \
562         esac; \
563         for file in $$dist_files; do \
564           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565           if test -d $$d/$$file; then \
566             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567             if test -d "$(distdir)/$$file"; then \
568               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569             fi; \
570             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573             fi; \
574             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575           else \
576             test -f "$(distdir)/$$file" \
577             || cp -p $$d/$$file "$(distdir)/$$file" \
578             || exit 1; \
579           fi; \
580         done
581 check-am: all-am
582 check: check-am
583 all-am: Makefile $(PROGRAMS)
584 installdirs:
585         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mtp_probedir)"; do \
586           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
587         done
588 install: install-am
589 install-exec: install-exec-am
590 install-data: install-data-am
591 uninstall: uninstall-am
592
593 install-am: all-am
594         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
595
596 installcheck: installcheck-am
597 install-strip:
598         if test -z '$(STRIP)'; then \
599           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
600             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
601               install; \
602         else \
603           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
604             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
605             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
606         fi
607 mostlyclean-generic:
608
609 clean-generic:
610
611 distclean-generic:
612         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
613         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
614
615 maintainer-clean-generic:
616         @echo "This command is intended for maintainers to use"
617         @echo "it deletes files that may require special tools to rebuild."
618 clean: clean-am
619
620 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
621         clean-mtp_probePROGRAMS mostlyclean-am
622
623 distclean: distclean-am
624         -rm -rf ./$(DEPDIR)
625         -rm -f Makefile
626 distclean-am: clean-am distclean-compile distclean-generic \
627         distclean-tags
628
629 dvi: dvi-am
630
631 dvi-am:
632
633 html: html-am
634
635 html-am:
636
637 info: info-am
638
639 info-am:
640
641 install-data-am: install-mtp_probePROGRAMS
642
643 install-dvi: install-dvi-am
644
645 install-dvi-am:
646
647 install-exec-am: install-binPROGRAMS
648
649 install-html: install-html-am
650
651 install-html-am:
652
653 install-info: install-info-am
654
655 install-info-am:
656
657 install-man:
658
659 install-pdf: install-pdf-am
660
661 install-pdf-am:
662
663 install-ps: install-ps-am
664
665 install-ps-am:
666
667 installcheck-am:
668
669 maintainer-clean: maintainer-clean-am
670         -rm -rf ./$(DEPDIR)
671         -rm -f Makefile
672 maintainer-clean-am: distclean-am maintainer-clean-generic
673
674 mostlyclean: mostlyclean-am
675
676 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
677         mostlyclean-libtool
678
679 pdf: pdf-am
680
681 pdf-am:
682
683 ps: ps-am
684
685 ps-am:
686
687 uninstall-am: uninstall-binPROGRAMS uninstall-mtp_probePROGRAMS
688
689 .MAKE: install-am install-strip
690
691 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
692         clean-binPROGRAMS clean-generic clean-libtool \
693         clean-mtp_probePROGRAMS cscopelist-am ctags ctags-am distclean \
694         distclean-compile distclean-generic distclean-libtool \
695         distclean-tags distdir dvi dvi-am html html-am info info-am \
696         install install-am install-binPROGRAMS install-data \
697         install-data-am install-dvi install-dvi-am install-exec \
698         install-exec-am install-html install-html-am install-info \
699         install-info-am install-man install-mtp_probePROGRAMS \
700         install-pdf install-pdf-am install-ps install-ps-am \
701         install-strip installcheck installcheck-am installdirs \
702         maintainer-clean maintainer-clean-generic mostlyclean \
703         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
704         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
705         uninstall-binPROGRAMS uninstall-mtp_probePROGRAMS
706
707 .PRECIOUS: Makefile
708
709
710 # Tell versions [3.59,3.63) of GNU make to not export all variables.
711 # Otherwise a system limit (for SysV at least) may be exceeded.
712 .NOEXPORT: