| Index: util/Makefile.in
|
| diff --git a/util/Makefile.in b/util/Makefile.in
|
| index 9b217ede2ebe236c79e18133d696d2a5194c1fdd..324922363c989c5fba9b137cde49fa141cb9d5a7 100644
|
| --- a/util/Makefile.in
|
| +++ b/util/Makefile.in
|
| @@ -1,8 +1,9 @@
|
| -# Makefile.in generated by automake 1.15 from Makefile.am.
|
| +# Makefile.in generated by automake 1.11.3 from Makefile.am.
|
| # @configure_input@
|
|
|
| -# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
| -
|
| +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
| +# Foundation, Inc.
|
| # This Makefile.in is free software; the Free Software Foundation
|
| # gives unlimited permission to copy and/or distribute it,
|
| # with or without modifications, as long as this notice is preserved.
|
| @@ -14,62 +15,15 @@
|
|
|
| @SET_MAKE@
|
|
|
| +#if USE_LINUX
|
| +#bin_PROGRAMS=mtp-hotplug
|
| +#mtp_hotplug_SOURCES=mtp-hotplug.c
|
| +#
|
| +#mtp_probedir=@UDEV@
|
| +#mtp_probe_PROGRAMS=mtp-probe
|
| +#mtp_probe_SOURCES=mtp-probe.c
|
| +#endif
|
| VPATH = @srcdir@
|
| -am__is_gnu_make = { \
|
| - if test -z '$(MAKELEVEL)'; then \
|
| - false; \
|
| - elif test -n '$(MAKE_HOST)'; then \
|
| - true; \
|
| - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
| - true; \
|
| - else \
|
| - false; \
|
| - fi; \
|
| -}
|
| -am__make_running_with_option = \
|
| - case $${target_option-} in \
|
| - ?) ;; \
|
| - *) echo "am__make_running_with_option: internal error: invalid" \
|
| - "target option '$${target_option-}' specified" >&2; \
|
| - exit 1;; \
|
| - esac; \
|
| - has_opt=no; \
|
| - sane_makeflags=$$MAKEFLAGS; \
|
| - if $(am__is_gnu_make); then \
|
| - sane_makeflags=$$MFLAGS; \
|
| - else \
|
| - case $$MAKEFLAGS in \
|
| - *\\[\ \ ]*) \
|
| - bs=\\; \
|
| - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
| - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
| - esac; \
|
| - fi; \
|
| - skip_next=no; \
|
| - strip_trailopt () \
|
| - { \
|
| - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
| - }; \
|
| - for flg in $$sane_makeflags; do \
|
| - test $$skip_next = yes && { skip_next=no; continue; }; \
|
| - case $$flg in \
|
| - *=*|--*) continue;; \
|
| - -*I) strip_trailopt 'I'; skip_next=yes;; \
|
| - -*I?*) strip_trailopt 'I';; \
|
| - -*O) strip_trailopt 'O'; skip_next=yes;; \
|
| - -*O?*) strip_trailopt 'O';; \
|
| - -*l) strip_trailopt 'l'; skip_next=yes;; \
|
| - -*l?*) strip_trailopt 'l';; \
|
| - -[dEDm]) skip_next=yes;; \
|
| - -[JT]) skip_next=yes;; \
|
| - esac; \
|
| - case $$flg in \
|
| - *$$target_option*) has_opt=yes; break;; \
|
| - esac; \
|
| - done; \
|
| - test $$has_opt = yes
|
| -am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
| -am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
| pkgdatadir = $(datadir)/@PACKAGE@
|
| pkgincludedir = $(includedir)/@PACKAGE@
|
| pkglibdir = $(libdir)/@PACKAGE@
|
| @@ -89,6 +43,7 @@ POST_UNINSTALL = :
|
| build_triplet = @build@
|
| host_triplet = @host@
|
| subdir = util
|
| +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
| $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
|
| @@ -97,18 +52,15 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
| $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
|
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| $(ACLOCAL_M4)
|
| -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
| mkinstalldirs = $(install_sh) -d
|
| CONFIG_HEADER = $(top_builddir)/config.h
|
| CONFIG_CLEAN_FILES =
|
| CONFIG_CLEAN_VPATH_FILES =
|
| SOURCES =
|
| DIST_SOURCES =
|
| -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
|
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| ACLOCAL = @ACLOCAL@
|
| AMTAR = @AMTAR@
|
| -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
| AR = @AR@
|
| AS = @AS@
|
| AUTOCONF = @AUTOCONF@
|
| @@ -254,6 +206,7 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \
|
| $(am__cd) $(top_srcdir) && \
|
| $(AUTOMAKE) --foreign util/Makefile
|
| +.PRECIOUS: Makefile
|
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| @case '$?' in \
|
| *config.status*) \
|
| @@ -277,30 +230,12 @@ mostlyclean-libtool:
|
|
|
| clean-libtool:
|
| -rm -rf .libs _libs
|
| -
|
| -ID: $(am__tagged_files)
|
| - $(am__define_uniq_tagged_files); mkid -fID $$unique
|
| tags: TAGS
|
| TAGS:
|
|
|
| ctags: CTAGS
|
| CTAGS:
|
|
|
| -cscopelist: cscopelist-am
|
| -
|
| -cscopelist-am: $(am__tagged_files)
|
| - list='$(am__tagged_files)'; \
|
| - case "$(srcdir)" in \
|
| - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
| - *) sdir=$(subdir)/$(srcdir) ;; \
|
| - esac; \
|
| - for i in $$list; do \
|
| - if test -f "$$i"; then \
|
| - echo "$(subdir)/$$i"; \
|
| - else \
|
| - echo "$$sdir/$$i"; \
|
| - fi; \
|
| - done >> $(top_builddir)/cscope.files
|
|
|
| distdir: $(DISTFILES)
|
| @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
| @@ -434,22 +369,16 @@ uninstall-am:
|
|
|
| .MAKE: install-am install-strip
|
|
|
| -.PHONY: all all-am check check-am clean \
|
| - clean-generic clean-libtool \
|
| - cscopelist-am distclean \
|
| - distclean-compile distclean-generic distclean-libtool \
|
| - distclean-tags distdir dvi dvi-am html html-am info info-am \
|
| - install install-am install-data \
|
| - install-data-am install-dvi install-dvi-am install-exec \
|
| - install-exec-am install-html install-html-am install-info \
|
| - install-info-am install-man \
|
| - install-pdf install-pdf-am install-ps install-ps-am \
|
| - install-strip installcheck installcheck-am installdirs \
|
| - maintainer-clean maintainer-clean-generic mostlyclean \
|
| - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
| - pdf pdf-am ps ps-am uninstall uninstall-am
|
| -
|
| -.PRECIOUS: Makefile
|
| +.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
| + distclean distclean-generic distclean-libtool distdir dvi \
|
| + dvi-am html html-am info info-am install install-am \
|
| + install-data install-data-am install-dvi install-dvi-am \
|
| + install-exec install-exec-am install-html install-html-am \
|
| + install-info install-info-am install-man install-pdf \
|
| + install-pdf-am install-ps install-ps-am install-strip \
|
| + installcheck installcheck-am installdirs maintainer-clean \
|
| + maintainer-clean-generic mostlyclean mostlyclean-generic \
|
| + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
|
|
|
|
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|