~ubuntu-branches/debian/experimental/libmtp/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-16 10:39:41 UTC
  • mfrom: (0.2.7) (16.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20120616103941-u61e72y10244eo9e
Tags: 1.1.3-24-g9aca343-1
* New upstream snapshot 1.1.3-24-g9aca343.
* Replace dh-autotools_dev with dh-autoreconf.
  - Build-Depends on dh-autoreconf, gnulib.
  - Install config.rpath by hand.
* Drop {1001-kfreebsd_hurd_ftbfs,1002-fix_libusb_checks}.patch,
  applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = .
38
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/hotplug.sh.in $(srcdir)/libmtp.pc.in \
41
 
        $(srcdir)/libmtp.sh.in $(top_srcdir)/configure AUTHORS COPYING \
42
 
        ChangeLog INSTALL TODO config.guess config.rpath config.sub \
43
 
        depcomp install-sh ltmain.sh missing
44
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
46
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
47
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
50
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
 
        $(ACLOCAL_M4)
52
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53
 
 configure.lineno config.status.lineno
54
 
mkinstalldirs = $(install_sh) -d
55
 
CONFIG_HEADER = config.h
56
 
CONFIG_CLEAN_FILES = libmtp.sh hotplug.sh libmtp.pc
57
 
CONFIG_CLEAN_VPATH_FILES =
58
 
SOURCES =
59
 
DIST_SOURCES =
60
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61
 
        html-recursive info-recursive install-data-recursive \
62
 
        install-dvi-recursive install-exec-recursive \
63
 
        install-html-recursive install-info-recursive \
64
 
        install-pdf-recursive install-ps-recursive install-recursive \
65
 
        installcheck-recursive installdirs-recursive pdf-recursive \
66
 
        ps-recursive uninstall-recursive
67
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68
 
am__vpath_adj = case $$p in \
69
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
 
    *) f=$$p;; \
71
 
  esac;
72
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73
 
am__install_max = 40
74
 
am__nobase_strip_setup = \
75
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76
 
am__nobase_strip = \
77
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78
 
am__nobase_list = $(am__nobase_strip_setup); \
79
 
  for p in $$list; do echo "$$p $$p"; done | \
80
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82
 
    if (++n[$$2] == $(am__install_max)) \
83
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84
 
    END { for (dir in files) print dir, files[dir] }'
85
 
am__base_list = \
86
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88
 
am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
89
 
        "$(DESTDIR)$(udevrulesdir)"
90
 
DATA = $(noinst_DATA) $(pkgconfig_DATA) $(udevrules_DATA)
91
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92
 
  distclean-recursive maintainer-clean-recursive
93
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95
 
        distdir dist dist-all distcheck
96
 
ETAGS = etags
97
 
CTAGS = ctags
98
 
DIST_SUBDIRS = $(SUBDIRS)
99
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
 
distdir = $(PACKAGE)-$(VERSION)
101
 
top_distdir = $(distdir)
102
 
am__remove_distdir = \
103
 
  { test ! -d "$(distdir)" \
104
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105
 
         && rm -fr "$(distdir)"; }; }
106
 
am__relativize = \
107
 
  dir0=`pwd`; \
108
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109
 
  sed_rest='s,^[^/]*/*,,'; \
110
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111
 
  sed_butlast='s,/*[^/]*$$,,'; \
112
 
  while test -n "$$dir1"; do \
113
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114
 
    if test "$$first" != "."; then \
115
 
      if test "$$first" = ".."; then \
116
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118
 
      else \
119
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120
 
        if test "$$first2" = "$$first"; then \
121
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122
 
        else \
123
 
          dir2="../$$dir2"; \
124
 
        fi; \
125
 
        dir0="$$dir0"/"$$first"; \
126
 
      fi; \
127
 
    fi; \
128
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129
 
  done; \
130
 
  reldir="$$dir2"
131
 
DIST_ARCHIVES = $(distdir).tar.gz
132
 
GZIP_ENV = --best
133
 
distuninstallcheck_listfiles = find . -type f -print
134
 
distcleancheck_listfiles = find . -type f -print
135
 
ACLOCAL = @ACLOCAL@
136
 
AMTAR = @AMTAR@
137
 
AR = @AR@
138
 
AS = @AS@
139
 
AUTOCONF = @AUTOCONF@
140
 
AUTOHEADER = @AUTOHEADER@
141
 
AUTOMAKE = @AUTOMAKE@
142
 
AWK = @AWK@
143
 
CC = @CC@
144
 
CCDEPMODE = @CCDEPMODE@
145
 
CFLAGS = @CFLAGS@
146
 
CPP = @CPP@
147
 
CPPFLAGS = @CPPFLAGS@
148
 
CYGPATH_W = @CYGPATH_W@
149
 
DEFS = @DEFS@
150
 
DEPDIR = @DEPDIR@
151
 
DLLTOOL = @DLLTOOL@
152
 
DSYMUTIL = @DSYMUTIL@
153
 
DUMPBIN = @DUMPBIN@
154
 
ECHO_C = @ECHO_C@
155
 
ECHO_N = @ECHO_N@
156
 
ECHO_T = @ECHO_T@
157
 
EGREP = @EGREP@
158
 
EXEEXT = @EXEEXT@
159
 
FGREP = @FGREP@
160
 
GREP = @GREP@
161
 
HAVE_DOXYGEN = @HAVE_DOXYGEN@
162
 
INSTALL = @INSTALL@
163
 
INSTALL_DATA = @INSTALL_DATA@
164
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
166
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167
 
LD = @LD@
168
 
LDFLAGS = @LDFLAGS@
169
 
LIBICONV = @LIBICONV@
170
 
LIBOBJS = @LIBOBJS@
171
 
LIBS = @LIBS@
172
 
LIBTOOL = @LIBTOOL@
173
 
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
174
 
LIBUSB_LIBS = @LIBUSB_LIBS@
175
 
LIBUSB_REQUIRES = @LIBUSB_REQUIRES@
176
 
LIPO = @LIPO@
177
 
LN_S = @LN_S@
178
 
LTLIBICONV = @LTLIBICONV@
179
 
LTLIBOBJS = @LTLIBOBJS@
180
 
MAKEINFO = @MAKEINFO@
181
 
MANIFEST_TOOL = @MANIFEST_TOOL@
182
 
MKDIR_P = @MKDIR_P@
183
 
NM = @NM@
184
 
NMEDIT = @NMEDIT@
185
 
OBJDUMP = @OBJDUMP@
186
 
OBJEXT = @OBJEXT@
187
 
OSFLAGS = @OSFLAGS@
188
 
OTOOL = @OTOOL@
189
 
OTOOL64 = @OTOOL64@
190
 
PACKAGE = @PACKAGE@
191
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192
 
PACKAGE_NAME = @PACKAGE_NAME@
193
 
PACKAGE_STRING = @PACKAGE_STRING@
194
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
195
 
PACKAGE_URL = @PACKAGE_URL@
196
 
PACKAGE_VERSION = @PACKAGE_VERSION@
197
 
PATH_SEPARATOR = @PATH_SEPARATOR@
198
 
PKG_CONFIG = @PKG_CONFIG@
199
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201
 
RANLIB = @RANLIB@
202
 
SED = @SED@
203
 
SET_MAKE = @SET_MAKE@
204
 
SHELL = @SHELL@
205
 
STRIP = @STRIP@
206
 
UDEV = @UDEV@
207
 
UDEV_GROUP = @UDEV_GROUP@
208
 
UDEV_MODE = @UDEV_MODE@
209
 
UDEV_RULES = @UDEV_RULES@
210
 
VERSION = @VERSION@
211
 
abs_builddir = @abs_builddir@
212
 
abs_srcdir = @abs_srcdir@
213
 
abs_top_builddir = @abs_top_builddir@
214
 
abs_top_srcdir = @abs_top_srcdir@
215
 
ac_ct_AR = @ac_ct_AR@
216
 
ac_ct_CC = @ac_ct_CC@
217
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
 
am__include = @am__include@
219
 
am__leading_dot = @am__leading_dot@
220
 
am__quote = @am__quote@
221
 
am__tar = @am__tar@
222
 
am__untar = @am__untar@
223
 
bindir = @bindir@
224
 
build = @build@
225
 
build_alias = @build_alias@
226
 
build_cpu = @build_cpu@
227
 
build_os = @build_os@
228
 
build_vendor = @build_vendor@
229
 
builddir = @builddir@
230
 
datadir = @datadir@
231
 
datarootdir = @datarootdir@
232
 
docdir = @docdir@
233
 
dvidir = @dvidir@
234
 
effective_target = @effective_target@
235
 
exec_prefix = @exec_prefix@
236
 
host = @host@
237
 
host_alias = @host_alias@
238
 
host_cpu = @host_cpu@
239
 
host_os = @host_os@
240
 
host_vendor = @host_vendor@
241
 
htmldir = @htmldir@
242
 
includedir = @includedir@
243
 
infodir = @infodir@
244
 
install_sh = @install_sh@
245
 
libdir = @libdir@
246
 
libexecdir = @libexecdir@
247
 
localedir = @localedir@
248
 
localstatedir = @localstatedir@
249
 
mandir = @mandir@
250
 
mkdir_p = @mkdir_p@
251
 
ms_lib_exe = @ms_lib_exe@
252
 
oldincludedir = @oldincludedir@
253
 
pdfdir = @pdfdir@
254
 
prefix = @prefix@
255
 
program_transform_name = @program_transform_name@
256
 
psdir = @psdir@
257
 
sbindir = @sbindir@
258
 
sharedstatedir = @sharedstatedir@
259
 
srcdir = @srcdir@
260
 
sysconfdir = @sysconfdir@
261
 
target_alias = @target_alias@
262
 
top_build_prefix = @top_build_prefix@
263
 
top_builddir = @top_builddir@
264
 
top_srcdir = @top_srcdir@
265
 
SUBDIRS = src examples util doc
266
 
ACLOCAL_AMFLAGS = -I m4
267
 
pkgconfigdir = $(libdir)/pkgconfig
268
 
pkgconfig_DATA = libmtp.pc
269
 
EXTRA_DIST = libmtp.pc libmtp.sh COPYING README.windows.txt
270
 
 
271
 
# This stuff only makes sense on Linux so only
272
 
# build and ship it on Linux.
273
 
@USE_LINUX_TRUE@udevrulesdir = @UDEV@/rules.d
274
 
@USE_LINUX_TRUE@udevrules_DATA = @UDEV_RULES@
275
 
@USE_LINUX_TRUE@noinst_DATA = libmtp.usermap libmtp.fdi
276
 
@USE_LINUX_TRUE@CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
277
 
all: config.h
278
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
279
 
 
280
 
.SUFFIXES:
281
 
am--refresh:
282
 
        @:
283
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
284
 
        @for dep in $?; do \
285
 
          case '$(am__configure_deps)' in \
286
 
            *$$dep*) \
287
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
288
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
289
 
                && exit 0; \
290
 
              exit 1;; \
291
 
          esac; \
292
 
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
294
 
        $(am__cd) $(top_srcdir) && \
295
 
          $(AUTOMAKE) --foreign Makefile
296
 
.PRECIOUS: Makefile
297
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
 
        @case '$?' in \
299
 
          *config.status*) \
300
 
            echo ' $(SHELL) ./config.status'; \
301
 
            $(SHELL) ./config.status;; \
302
 
          *) \
303
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
304
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
305
 
        esac;
306
 
 
307
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308
 
        $(SHELL) ./config.status --recheck
309
 
 
310
 
$(top_srcdir)/configure:  $(am__configure_deps)
311
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
312
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
313
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
314
 
$(am__aclocal_m4_deps):
315
 
 
316
 
config.h: stamp-h1
317
 
        @if test ! -f $@; then \
318
 
          rm -f stamp-h1; \
319
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
320
 
        else :; fi
321
 
 
322
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
323
 
        @rm -f stamp-h1
324
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
325
 
$(srcdir)/config.h.in:  $(am__configure_deps) 
326
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
327
 
        rm -f stamp-h1
328
 
        touch $@
329
 
 
330
 
distclean-hdr:
331
 
        -rm -f config.h stamp-h1
332
 
libmtp.sh: $(top_builddir)/config.status $(srcdir)/libmtp.sh.in
333
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
334
 
hotplug.sh: $(top_builddir)/config.status $(srcdir)/hotplug.sh.in
335
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
336
 
libmtp.pc: $(top_builddir)/config.status $(srcdir)/libmtp.pc.in
337
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
338
 
 
339
 
mostlyclean-libtool:
340
 
        -rm -f *.lo
341
 
 
342
 
clean-libtool:
343
 
        -rm -rf .libs _libs
344
 
 
345
 
distclean-libtool:
346
 
        -rm -f libtool config.lt
347
 
install-pkgconfigDATA: $(pkgconfig_DATA)
348
 
        @$(NORMAL_INSTALL)
349
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
350
 
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
351
 
        for p in $$list; do \
352
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
353
 
          echo "$$d$$p"; \
354
 
        done | $(am__base_list) | \
355
 
        while read files; do \
356
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
357
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
358
 
        done
359
 
 
360
 
uninstall-pkgconfigDATA:
361
 
        @$(NORMAL_UNINSTALL)
362
 
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
363
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
364
 
        test -n "$$files" || exit 0; \
365
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
366
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
367
 
install-udevrulesDATA: $(udevrules_DATA)
368
 
        @$(NORMAL_INSTALL)
369
 
        test -z "$(udevrulesdir)" || $(MKDIR_P) "$(DESTDIR)$(udevrulesdir)"
370
 
        @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
371
 
        for p in $$list; do \
372
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
373
 
          echo "$$d$$p"; \
374
 
        done | $(am__base_list) | \
375
 
        while read files; do \
376
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(udevrulesdir)'"; \
377
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(udevrulesdir)" || exit $$?; \
378
 
        done
379
 
 
380
 
uninstall-udevrulesDATA:
381
 
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
383
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
384
 
        test -n "$$files" || exit 0; \
385
 
        echo " ( cd '$(DESTDIR)$(udevrulesdir)' && rm -f" $$files ")"; \
386
 
        cd "$(DESTDIR)$(udevrulesdir)" && rm -f $$files
387
 
 
388
 
# This directory's subdirectories are mostly independent; you can cd
389
 
# into them and run `make' without going through this Makefile.
390
 
# To change the values of `make' variables: instead of editing Makefiles,
391
 
# (1) if the variable is set in `config.status', edit `config.status'
392
 
#     (which will cause the Makefiles to be regenerated when you run `make');
393
 
# (2) otherwise, pass the desired values on the `make' command line.
394
 
$(RECURSIVE_TARGETS):
395
 
        @fail= failcom='exit 1'; \
396
 
        for f in x $$MAKEFLAGS; do \
397
 
          case $$f in \
398
 
            *=* | --[!k]*);; \
399
 
            *k*) failcom='fail=yes';; \
400
 
          esac; \
401
 
        done; \
402
 
        dot_seen=no; \
403
 
        target=`echo $@ | sed s/-recursive//`; \
404
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
 
          echo "Making $$target in $$subdir"; \
406
 
          if test "$$subdir" = "."; then \
407
 
            dot_seen=yes; \
408
 
            local_target="$$target-am"; \
409
 
          else \
410
 
            local_target="$$target"; \
411
 
          fi; \
412
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413
 
          || eval $$failcom; \
414
 
        done; \
415
 
        if test "$$dot_seen" = "no"; then \
416
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
417
 
        fi; test -z "$$fail"
418
 
 
419
 
$(RECURSIVE_CLEAN_TARGETS):
420
 
        @fail= failcom='exit 1'; \
421
 
        for f in x $$MAKEFLAGS; do \
422
 
          case $$f in \
423
 
            *=* | --[!k]*);; \
424
 
            *k*) failcom='fail=yes';; \
425
 
          esac; \
426
 
        done; \
427
 
        dot_seen=no; \
428
 
        case "$@" in \
429
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
430
 
          *) list='$(SUBDIRS)' ;; \
431
 
        esac; \
432
 
        rev=''; for subdir in $$list; do \
433
 
          if test "$$subdir" = "."; then :; else \
434
 
            rev="$$subdir $$rev"; \
435
 
          fi; \
436
 
        done; \
437
 
        rev="$$rev ."; \
438
 
        target=`echo $@ | sed s/-recursive//`; \
439
 
        for subdir in $$rev; do \
440
 
          echo "Making $$target in $$subdir"; \
441
 
          if test "$$subdir" = "."; then \
442
 
            local_target="$$target-am"; \
443
 
          else \
444
 
            local_target="$$target"; \
445
 
          fi; \
446
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447
 
          || eval $$failcom; \
448
 
        done && test -z "$$fail"
449
 
tags-recursive:
450
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
451
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
452
 
        done
453
 
ctags-recursive:
454
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
456
 
        done
457
 
 
458
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
459
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460
 
        unique=`for i in $$list; do \
461
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462
 
          done | \
463
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
465
 
        mkid -fID $$unique
466
 
tags: TAGS
467
 
 
468
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
469
 
                $(TAGS_FILES) $(LISP)
470
 
        set x; \
471
 
        here=`pwd`; \
472
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
473
 
          include_option=--etags-include; \
474
 
          empty_fix=.; \
475
 
        else \
476
 
          include_option=--include; \
477
 
          empty_fix=; \
478
 
        fi; \
479
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
480
 
          if test "$$subdir" = .; then :; else \
481
 
            test ! -f $$subdir/TAGS || \
482
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
483
 
          fi; \
484
 
        done; \
485
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
486
 
        unique=`for i in $$list; do \
487
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
 
          done | \
489
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
491
 
        shift; \
492
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
493
 
          test -n "$$unique" || unique=$$empty_fix; \
494
 
          if test $$# -gt 0; then \
495
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
              "$$@" $$unique; \
497
 
          else \
498
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499
 
              $$unique; \
500
 
          fi; \
501
 
        fi
502
 
ctags: CTAGS
503
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
504
 
                $(TAGS_FILES) $(LISP)
505
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
506
 
        unique=`for i in $$list; do \
507
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
 
          done | \
509
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
511
 
        test -z "$(CTAGS_ARGS)$$unique" \
512
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513
 
             $$unique
514
 
 
515
 
GTAGS:
516
 
        here=`$(am__cd) $(top_builddir) && pwd` \
517
 
          && $(am__cd) $(top_srcdir) \
518
 
          && gtags -i $(GTAGS_ARGS) "$$here"
519
 
 
520
 
distclean-tags:
521
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
522
 
 
523
 
distdir: $(DISTFILES)
524
 
        $(am__remove_distdir)
525
 
        test -d "$(distdir)" || mkdir "$(distdir)"
526
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528
 
        list='$(DISTFILES)'; \
529
 
          dist_files=`for file in $$list; do echo $$file; done | \
530
 
          sed -e "s|^$$srcdirstrip/||;t" \
531
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532
 
        case $$dist_files in \
533
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
534
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535
 
                           sort -u` ;; \
536
 
        esac; \
537
 
        for file in $$dist_files; do \
538
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539
 
          if test -d $$d/$$file; then \
540
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541
 
            if test -d "$(distdir)/$$file"; then \
542
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543
 
            fi; \
544
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547
 
            fi; \
548
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549
 
          else \
550
 
            test -f "$(distdir)/$$file" \
551
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
552
 
            || exit 1; \
553
 
          fi; \
554
 
        done
555
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
556
 
          if test "$$subdir" = .; then :; else \
557
 
            test -d "$(distdir)/$$subdir" \
558
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
559
 
            || exit 1; \
560
 
          fi; \
561
 
        done
562
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
563
 
          if test "$$subdir" = .; then :; else \
564
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
565
 
            $(am__relativize); \
566
 
            new_distdir=$$reldir; \
567
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
568
 
            $(am__relativize); \
569
 
            new_top_distdir=$$reldir; \
570
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
571
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
572
 
            ($(am__cd) $$subdir && \
573
 
              $(MAKE) $(AM_MAKEFLAGS) \
574
 
                top_distdir="$$new_top_distdir" \
575
 
                distdir="$$new_distdir" \
576
 
                am__remove_distdir=: \
577
 
                am__skip_length_check=: \
578
 
                am__skip_mode_fix=: \
579
 
                distdir) \
580
 
              || exit 1; \
581
 
          fi; \
582
 
        done
583
 
        -test -n "$(am__skip_mode_fix)" \
584
 
        || find "$(distdir)" -type d ! -perm -755 \
585
 
                -exec chmod u+rwx,go+rx {} \; -o \
586
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
587
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
588
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
589
 
        || chmod -R a+r "$(distdir)"
590
 
dist-gzip: distdir
591
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
592
 
        $(am__remove_distdir)
593
 
 
594
 
dist-bzip2: distdir
595
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
596
 
        $(am__remove_distdir)
597
 
 
598
 
dist-lzma: distdir
599
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
600
 
        $(am__remove_distdir)
601
 
 
602
 
dist-xz: distdir
603
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
604
 
        $(am__remove_distdir)
605
 
 
606
 
dist-tarZ: distdir
607
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
608
 
        $(am__remove_distdir)
609
 
 
610
 
dist-shar: distdir
611
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
612
 
        $(am__remove_distdir)
613
 
 
614
 
dist-zip: distdir
615
 
        -rm -f $(distdir).zip
616
 
        zip -rq $(distdir).zip $(distdir)
617
 
        $(am__remove_distdir)
618
 
 
619
 
dist dist-all: distdir
620
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
621
 
        $(am__remove_distdir)
622
 
 
623
 
# This target untars the dist file and tries a VPATH configuration.  Then
624
 
# it guarantees that the distribution is self-contained by making another
625
 
# tarfile.
626
 
distcheck: dist
627
 
        case '$(DIST_ARCHIVES)' in \
628
 
        *.tar.gz*) \
629
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
630
 
        *.tar.bz2*) \
631
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
632
 
        *.tar.lzma*) \
633
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
634
 
        *.tar.xz*) \
635
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
636
 
        *.tar.Z*) \
637
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
638
 
        *.shar.gz*) \
639
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
640
 
        *.zip*) \
641
 
          unzip $(distdir).zip ;;\
642
 
        esac
643
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
644
 
        mkdir $(distdir)/_build
645
 
        mkdir $(distdir)/_inst
646
 
        chmod a-w $(distdir)
647
 
        test -d $(distdir)/_build || exit 0; \
648
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
649
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
650
 
          && am__cwd=`pwd` \
651
 
          && $(am__cd) $(distdir)/_build \
652
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
653
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
654
 
          && $(MAKE) $(AM_MAKEFLAGS) \
655
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
656
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
657
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
658
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
659
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
660
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
661
 
                distuninstallcheck \
662
 
          && chmod -R a-w "$$dc_install_base" \
663
 
          && ({ \
664
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
665
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
666
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
667
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
668
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
669
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
670
 
          && rm -rf "$$dc_destdir" \
671
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
672
 
          && rm -rf $(DIST_ARCHIVES) \
673
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
674
 
          && cd "$$am__cwd" \
675
 
          || exit 1
676
 
        $(am__remove_distdir)
677
 
        @(echo "$(distdir) archives ready for distribution: "; \
678
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
679
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
680
 
distuninstallcheck:
681
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
682
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
683
 
           || { echo "ERROR: files left after uninstall:" ; \
684
 
                if test -n "$(DESTDIR)"; then \
685
 
                  echo "  (check DESTDIR support)"; \
686
 
                fi ; \
687
 
                $(distuninstallcheck_listfiles) ; \
688
 
                exit 1; } >&2
689
 
distcleancheck: distclean
690
 
        @if test '$(srcdir)' = . ; then \
691
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
692
 
          exit 1 ; \
693
 
        fi
694
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
695
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
696
 
               $(distcleancheck_listfiles) ; \
697
 
               exit 1; } >&2
698
 
check-am: all-am
699
 
check: check-recursive
700
 
all-am: Makefile $(DATA) config.h
701
 
installdirs: installdirs-recursive
702
 
installdirs-am:
703
 
        for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(udevrulesdir)"; do \
704
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
705
 
        done
706
 
install: install-recursive
707
 
install-exec: install-exec-recursive
708
 
install-data: install-data-recursive
709
 
uninstall: uninstall-recursive
710
 
 
711
 
install-am: all-am
712
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
713
 
 
714
 
installcheck: installcheck-recursive
715
 
install-strip:
716
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718
 
          `test -z '$(STRIP)' || \
719
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
720
 
mostlyclean-generic:
721
 
 
722
 
clean-generic:
723
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
724
 
 
725
 
distclean-generic:
726
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728
 
 
729
 
maintainer-clean-generic:
730
 
        @echo "This command is intended for maintainers to use"
731
 
        @echo "it deletes files that may require special tools to rebuild."
732
 
clean: clean-recursive
733
 
 
734
 
clean-am: clean-generic clean-libtool mostlyclean-am
735
 
 
736
 
distclean: distclean-recursive
737
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
738
 
        -rm -f Makefile
739
 
distclean-am: clean-am distclean-generic distclean-hdr \
740
 
        distclean-libtool distclean-tags
741
 
 
742
 
dvi: dvi-recursive
743
 
 
744
 
dvi-am:
745
 
 
746
 
html: html-recursive
747
 
 
748
 
html-am:
749
 
 
750
 
info: info-recursive
751
 
 
752
 
info-am:
753
 
 
754
 
install-data-am: install-pkgconfigDATA install-udevrulesDATA
755
 
 
756
 
install-dvi: install-dvi-recursive
757
 
 
758
 
install-dvi-am:
759
 
 
760
 
install-exec-am:
761
 
 
762
 
install-html: install-html-recursive
763
 
 
764
 
install-html-am:
765
 
 
766
 
install-info: install-info-recursive
767
 
 
768
 
install-info-am:
769
 
 
770
 
install-man:
771
 
 
772
 
install-pdf: install-pdf-recursive
773
 
 
774
 
install-pdf-am:
775
 
 
776
 
install-ps: install-ps-recursive
777
 
 
778
 
install-ps-am:
779
 
 
780
 
installcheck-am:
781
 
 
782
 
maintainer-clean: maintainer-clean-recursive
783
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
784
 
        -rm -rf $(top_srcdir)/autom4te.cache
785
 
        -rm -f Makefile
786
 
maintainer-clean-am: distclean-am maintainer-clean-generic
787
 
 
788
 
mostlyclean: mostlyclean-recursive
789
 
 
790
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
791
 
 
792
 
pdf: pdf-recursive
793
 
 
794
 
pdf-am:
795
 
 
796
 
ps: ps-recursive
797
 
 
798
 
ps-am:
799
 
 
800
 
uninstall-am: uninstall-pkgconfigDATA uninstall-udevrulesDATA
801
 
 
802
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
803
 
        ctags-recursive install-am install-strip tags-recursive
804
 
 
805
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
806
 
        all all-am am--refresh check check-am clean clean-generic \
807
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
808
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
809
 
        distcheck distclean distclean-generic distclean-hdr \
810
 
        distclean-libtool distclean-tags distcleancheck distdir \
811
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
812
 
        install install-am install-data install-data-am install-dvi \
813
 
        install-dvi-am install-exec install-exec-am install-html \
814
 
        install-html-am install-info install-info-am install-man \
815
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
816
 
        install-ps-am install-strip install-udevrulesDATA installcheck \
817
 
        installcheck-am installdirs installdirs-am maintainer-clean \
818
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
819
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
820
 
        uninstall uninstall-am uninstall-pkgconfigDATA \
821
 
        uninstall-udevrulesDATA
822
 
 
823
 
 
824
 
@USE_LINUX_TRUE@libmtp.usermap: util/mtp-hotplug
825
 
@USE_LINUX_TRUE@        util/mtp-hotplug > libmtp.usermap
826
 
@USE_LINUX_TRUE@@UDEV_RULES@: util/mtp-hotplug
827
 
@USE_LINUX_TRUE@        util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
828
 
@USE_LINUX_TRUE@libmtp.fdi: util/mtp-hotplug
829
 
@USE_LINUX_TRUE@        util/mtp-hotplug -H > libmtp.fdi
830
 
 
831
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
832
 
# Otherwise a system limit (for SysV at least) may be exceeded.
833
 
.NOEXPORT: