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