Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: Makefile.in

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.15 from Makefile.am. 1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
9 10
10 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
14 15
15 @SET_MAKE@ 16 @SET_MAKE@
16 17
17 VPATH = @srcdir@ 18 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@ 19 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@ 20 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@ 21 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@ 22 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644 24 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c 25 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c 26 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA) 27 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name) 28 transform = $(program_transform_name)
83 NORMAL_INSTALL = : 29 NORMAL_INSTALL = :
84 PRE_INSTALL = : 30 PRE_INSTALL = :
85 POST_INSTALL = : 31 POST_INSTALL = :
86 NORMAL_UNINSTALL = : 32 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = : 33 PRE_UNINSTALL = :
88 POST_UNINSTALL = : 34 POST_UNINSTALL = :
89 build_triplet = @build@ 35 build_triplet = @build@
90 host_triplet = @host@ 36 host_triplet = @host@
91 subdir = . 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
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \ 45 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
94 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \ 46 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 47 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 48 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac 49 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4) 51 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101 $(am__configure_deps) $(am__DIST_COMMON)
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno 53 configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d 54 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = config.h 55 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES = libmtp.sh hotplug.sh libmtp.pc 56 CONFIG_CLEAN_FILES = libmtp.sh hotplug.sh libmtp.pc
107 CONFIG_CLEAN_VPATH_FILES = 57 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo " GEN " $@;
115 am__v_GEN_1 =
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 =
120 SOURCES = 58 SOURCES =
121 DIST_SOURCES = 59 DIST_SOURCES =
122 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 60 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
123 » ctags-recursive dvi-recursive html-recursive info-recursive \ 61 » html-recursive info-recursive install-data-recursive \
124 » install-data-recursive install-dvi-recursive \ 62 » install-dvi-recursive install-exec-recursive \
125 » install-exec-recursive install-html-recursive \ 63 » install-html-recursive install-info-recursive \
126 » install-info-recursive install-pdf-recursive \ 64 » install-pdf-recursive install-ps-recursive install-recursive \
127 » install-ps-recursive install-recursive installcheck-recursive \ 65 » installcheck-recursive installdirs-recursive pdf-recursive \
128 » installdirs-recursive pdf-recursive ps-recursive \ 66 » ps-recursive uninstall-recursive
129 » tags-recursive uninstall-recursive
130 am__can_run_installinfo = \
131 case $$AM_UPDATE_INFO_DIR in \
132 n|no|NO) false;; \
133 *) (install-info --version) >/dev/null 2>&1;; \
134 esac
135 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136 am__vpath_adj = case $$p in \ 68 am__vpath_adj = case $$p in \
137 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138 *) f=$$p;; \ 70 *) f=$$p;; \
139 esac; 71 esac;
140 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 72 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141 am__install_max = 40 73 am__install_max = 40
142 am__nobase_strip_setup = \ 74 am__nobase_strip_setup = \
143 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144 am__nobase_strip = \ 76 am__nobase_strip = \
(...skipping 11 matching lines...) Expand all
156 am__uninstall_files_from_dir = { \ 88 am__uninstall_files_from_dir = { \
157 test -z "$$files" \ 89 test -z "$$files" \
158 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 90 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 91 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160 $(am__cd) "$$dir" && rm -f $$files; }; \ 92 $(am__cd) "$$dir" && rm -f $$files; }; \
161 } 93 }
162 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 94 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
163 DATA = $(pkgconfig_DATA) 95 DATA = $(pkgconfig_DATA)
164 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 96 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165 distclean-recursive maintainer-clean-recursive 97 distclean-recursive maintainer-clean-recursive
166 am__recursive_targets = \ 98 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
167 $(RECURSIVE_TARGETS) \ 99 » $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
168 $(RECURSIVE_CLEAN_TARGETS) \ 100 » distdir dist dist-all distcheck
169 $(am__extra_recursive_targets)
170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171 » cscope distdir dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
173 » $(LISP)config.h.in
174 # Read a list of newline-separated strings from the standard input,
175 # and print each of them once, without duplicates. Input order is
176 # *not* preserved.
177 am__uniquify_input = $(AWK) '\
178 BEGIN { nonempty = 0; } \
179 { items[$$0] = 1; nonempty = 1; } \
180 END { if (nonempty) { for (i in items) print i; }; } \
181 '
182 # Make sure the list of sources is unique. This is necessary because,
183 # e.g., the same source file might be shared among _SOURCES variables
184 # for different programs/libraries.
185 am__define_uniq_tagged_files = \
186 list='$(am__tagged_files)'; \
187 unique=`for i in $$list; do \
188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189 done | $(am__uniquify_input)`
190 ETAGS = etags 101 ETAGS = etags
191 CTAGS = ctags 102 CTAGS = ctags
192 CSCOPE = cscope
193 DIST_SUBDIRS = $(SUBDIRS) 103 DIST_SUBDIRS = $(SUBDIRS)
194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
195 $(srcdir)/hotplug.sh.in $(srcdir)/libmtp.pc.in \
196 $(srcdir)/libmtp.sh.in AUTHORS COPYING ChangeLog INSTALL \
197 README TODO compile config.guess config.rpath config.sub \
198 depcomp install-sh ltmain.sh missing
199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200 distdir = $(PACKAGE)-$(VERSION) 105 distdir = $(PACKAGE)-$(VERSION)
201 top_distdir = $(distdir) 106 top_distdir = $(distdir)
202 am__remove_distdir = \ 107 am__remove_distdir = \
203 if test -d "$(distdir)"; then \ 108 if test -d "$(distdir)"; then \
204 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 109 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
205 && rm -rf "$(distdir)" \ 110 && rm -rf "$(distdir)" \
206 || { sleep 5 && rm -rf "$(distdir)"; }; \ 111 || { sleep 5 && rm -rf "$(distdir)"; }; \
207 else :; fi 112 else :; fi
208 am__post_remove_distdir = $(am__remove_distdir)
209 am__relativize = \ 113 am__relativize = \
210 dir0=`pwd`; \ 114 dir0=`pwd`; \
211 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 115 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
212 sed_rest='s,^[^/]*/*,,'; \ 116 sed_rest='s,^[^/]*/*,,'; \
213 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 117 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
214 sed_butlast='s,/*[^/]*$$,,'; \ 118 sed_butlast='s,/*[^/]*$$,,'; \
215 while test -n "$$dir1"; do \ 119 while test -n "$$dir1"; do \
216 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 120 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217 if test "$$first" != "."; then \ 121 if test "$$first" != "."; then \
218 if test "$$first" = ".."; then \ 122 if test "$$first" = ".."; then \
219 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 123 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
220 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 124 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
221 else \ 125 else \
222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 126 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 if test "$$first2" = "$$first"; then \ 127 if test "$$first2" = "$$first"; then \
224 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 128 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
225 else \ 129 else \
226 dir2="../$$dir2"; \ 130 dir2="../$$dir2"; \
227 fi; \ 131 fi; \
228 dir0="$$dir0"/"$$first"; \ 132 dir0="$$dir0"/"$$first"; \
229 fi; \ 133 fi; \
230 fi; \ 134 fi; \
231 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
232 done; \ 136 done; \
233 reldir="$$dir2" 137 reldir="$$dir2"
234 DIST_ARCHIVES = $(distdir).tar.gz 138 DIST_ARCHIVES = $(distdir).tar.gz
235 GZIP_ENV = --best 139 GZIP_ENV = --best
236 DIST_TARGETS = dist-gzip
237 distuninstallcheck_listfiles = find . -type f -print 140 distuninstallcheck_listfiles = find . -type f -print
238 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 141 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
239 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 142 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
240 distcleancheck_listfiles = find . -type f -print 143 distcleancheck_listfiles = find . -type f -print
241 ACLOCAL = @ACLOCAL@ 144 ACLOCAL = @ACLOCAL@
242 AMTAR = @AMTAR@ 145 AMTAR = @AMTAR@
243 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244 AR = @AR@ 146 AR = @AR@
245 AS = @AS@ 147 AS = @AS@
246 AUTOCONF = @AUTOCONF@ 148 AUTOCONF = @AUTOCONF@
247 AUTOHEADER = @AUTOHEADER@ 149 AUTOHEADER = @AUTOHEADER@
248 AUTOMAKE = @AUTOMAKE@ 150 AUTOMAKE = @AUTOMAKE@
249 AWK = @AWK@ 151 AWK = @AWK@
250 CC = @CC@ 152 CC = @CC@
251 CCDEPMODE = @CCDEPMODE@ 153 CCDEPMODE = @CCDEPMODE@
252 CFLAGS = @CFLAGS@ 154 CFLAGS = @CFLAGS@
253 CPP = @CPP@ 155 CPP = @CPP@
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 *$$dep*) \ 288 *$$dep*) \
387 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 289 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
388 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 290 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
389 && exit 0; \ 291 && exit 0; \
390 exit 1;; \ 292 exit 1;; \
391 esac; \ 293 esac; \
392 done; \ 294 done; \
393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 295 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
394 $(am__cd) $(top_srcdir) && \ 296 $(am__cd) $(top_srcdir) && \
395 $(AUTOMAKE) --foreign Makefile 297 $(AUTOMAKE) --foreign Makefile
298 .PRECIOUS: Makefile
396 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397 @case '$?' in \ 300 @case '$?' in \
398 *config.status*) \ 301 *config.status*) \
399 echo ' $(SHELL) ./config.status'; \ 302 echo ' $(SHELL) ./config.status'; \
400 $(SHELL) ./config.status;; \ 303 $(SHELL) ./config.status;; \
401 *) \ 304 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \ 305 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \ 306 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
404 esac; 307 esac;
405 308
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 309 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
407 $(SHELL) ./config.status --recheck 310 $(SHELL) ./config.status --recheck
408 311
409 $(top_srcdir)/configure: $(am__configure_deps) 312 $(top_srcdir)/configure: $(am__configure_deps)
410 $(am__cd) $(srcdir) && $(AUTOCONF) 313 $(am__cd) $(srcdir) && $(AUTOCONF)
411 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 314 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
412 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 315 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
413 $(am__aclocal_m4_deps): 316 $(am__aclocal_m4_deps):
414 317
415 config.h: stamp-h1 318 config.h: stamp-h1
416 » @test -f $@ || rm -f stamp-h1 319 » @if test ! -f $@; then rm -f stamp-h1; else :; fi
417 » @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 320 » @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
418 321
419 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 322 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
420 @rm -f stamp-h1 323 @rm -f stamp-h1
421 cd $(top_builddir) && $(SHELL) ./config.status config.h 324 cd $(top_builddir) && $(SHELL) ./config.status config.h
422 $(srcdir)/config.h.in: $(am__configure_deps) 325 $(srcdir)/config.h.in: $(am__configure_deps)
423 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 326 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
424 rm -f stamp-h1 327 rm -f stamp-h1
425 touch $@ 328 touch $@
426 329
427 distclean-hdr: 330 distclean-hdr:
428 -rm -f config.h stamp-h1 331 -rm -f config.h stamp-h1
429 libmtp.sh: $(top_builddir)/config.status $(srcdir)/libmtp.sh.in 332 libmtp.sh: $(top_builddir)/config.status $(srcdir)/libmtp.sh.in
430 cd $(top_builddir) && $(SHELL) ./config.status $@ 333 cd $(top_builddir) && $(SHELL) ./config.status $@
431 hotplug.sh: $(top_builddir)/config.status $(srcdir)/hotplug.sh.in 334 hotplug.sh: $(top_builddir)/config.status $(srcdir)/hotplug.sh.in
432 cd $(top_builddir) && $(SHELL) ./config.status $@ 335 cd $(top_builddir) && $(SHELL) ./config.status $@
433 libmtp.pc: $(top_builddir)/config.status $(srcdir)/libmtp.pc.in 336 libmtp.pc: $(top_builddir)/config.status $(srcdir)/libmtp.pc.in
434 cd $(top_builddir) && $(SHELL) ./config.status $@ 337 cd $(top_builddir) && $(SHELL) ./config.status $@
435 338
436 mostlyclean-libtool: 339 mostlyclean-libtool:
437 -rm -f *.lo 340 -rm -f *.lo
438 341
439 clean-libtool: 342 clean-libtool:
440 -rm -rf .libs _libs 343 -rm -rf .libs _libs
441 344
442 distclean-libtool: 345 distclean-libtool:
443 -rm -f libtool config.lt 346 -rm -f libtool config.lt
444 install-hwdbDATA: $(hwdb_DATA) 347 install-pkgconfigDATA: $(pkgconfig_DATA)
445 @$(NORMAL_INSTALL) 348 @$(NORMAL_INSTALL)
446 » @list='$(hwdb_DATA)'; test -n "$(hwdbdir)" || list=; \ 349 » test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
447 » if test -n "$$list"; then \ 350 » @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
448 » echo " $(MKDIR_P) '$(DESTDIR)$(hwdbdir)'"; \
449 » $(MKDIR_P) "$(DESTDIR)$(hwdbdir)" || exit 1; \
450 » fi; \
451 for p in $$list; do \ 351 for p in $$list; do \
452 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 352 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
453 echo "$$d$$p"; \ 353 echo "$$d$$p"; \
454 done | $(am__base_list) | \
455 while read files; do \
456 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hwdbdir)'"; \
457 $(INSTALL_DATA) $$files "$(DESTDIR)$(hwdbdir)" || exit $$?; \
458 done
459
460 uninstall-hwdbDATA:
461 @$(NORMAL_UNINSTALL)
462 @list='$(hwdb_DATA)'; test -n "$(hwdbdir)" || list=; \
463 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
464 dir='$(DESTDIR)$(hwdbdir)'; $(am__uninstall_files_from_dir)
465 install-pkgconfigDATA: $(pkgconfig_DATA)
466 @$(NORMAL_INSTALL)
467 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
468 if test -n "$$list"; then \
469 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
470 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
471 fi; \
472 for p in $$list; do \
473 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
474 echo "$$d$$p"; \
475 done | $(am__base_list) | \ 354 done | $(am__base_list) | \
476 while read files; do \ 355 while read files; do \
477 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 356 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
478 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 357 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
479 done 358 done
480 359
481 uninstall-pkgconfigDATA: 360 uninstall-pkgconfigDATA:
482 @$(NORMAL_UNINSTALL) 361 @$(NORMAL_UNINSTALL)
483 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 362 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
484 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 363 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
485 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 364 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
486 365
487 # This directory's subdirectories are mostly independent; you can cd 366 # This directory's subdirectories are mostly independent; you can cd
488 # into them and run 'make' without going through this Makefile. 367 # into them and run `make' without going through this Makefile.
489 # To change the values of 'make' variables: instead of editing Makefiles, 368 # To change the values of `make' variables: instead of editing Makefiles,
490 # (1) if the variable is set in 'config.status', edit 'config.status' 369 # (1) if the variable is set in `config.status', edit `config.status'
491 # (which will cause the Makefiles to be regenerated when you run 'make'); 370 # (which will cause the Makefiles to be regenerated when you run `make');
492 # (2) otherwise, pass the desired values on the 'make' command line. 371 # (2) otherwise, pass the desired values on the `make' command line.
493 $(am__recursive_targets): 372 $(RECURSIVE_TARGETS):
494 » @fail=; \ 373 » @fail= failcom='exit 1'; \
495 » if $(am__make_keepgoing); then \ 374 » for f in x $$MAKEFLAGS; do \
496 » failcom='fail=yes'; \ 375 » case $$f in \
497 » else \ 376 » *=* | --[!k]*);; \
498 » failcom='exit 1'; \ 377 » *k*) failcom='fail=yes';; \
499 » fi; \ 378 » esac; \
379 » done; \
500 dot_seen=no; \ 380 dot_seen=no; \
501 target=`echo $@ | sed s/-recursive//`; \ 381 target=`echo $@ | sed s/-recursive//`; \
502 » case "$@" in \ 382 » list='$(SUBDIRS)'; for subdir in $$list; do \
503 » distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
504 » *) list='$(SUBDIRS)' ;; \
505 » esac; \
506 » for subdir in $$list; do \
507 echo "Making $$target in $$subdir"; \ 383 echo "Making $$target in $$subdir"; \
508 if test "$$subdir" = "."; then \ 384 if test "$$subdir" = "."; then \
509 dot_seen=yes; \ 385 dot_seen=yes; \
510 local_target="$$target-am"; \ 386 local_target="$$target-am"; \
511 else \ 387 else \
512 local_target="$$target"; \ 388 local_target="$$target"; \
513 fi; \ 389 fi; \
514 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 390 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
515 || eval $$failcom; \ 391 || eval $$failcom; \
516 done; \ 392 done; \
517 if test "$$dot_seen" = "no"; then \ 393 if test "$$dot_seen" = "no"; then \
518 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 394 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
519 fi; test -z "$$fail" 395 fi; test -z "$$fail"
520 396
521 ID: $(am__tagged_files) 397 $(RECURSIVE_CLEAN_TARGETS):
522 » $(am__define_uniq_tagged_files); mkid -fID $$unique 398 » @fail= failcom='exit 1'; \
523 tags: tags-recursive 399 » for f in x $$MAKEFLAGS; do \
524 TAGS: tags 400 » case $$f in \
401 » *=* | --[!k]*);; \
402 » *k*) failcom='fail=yes';; \
403 » esac; \
404 » done; \
405 » dot_seen=no; \
406 » case "$@" in \
407 » distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
408 » *) list='$(SUBDIRS)' ;; \
409 » esac; \
410 » rev=''; for subdir in $$list; do \
411 » if test "$$subdir" = "."; then :; else \
412 » rev="$$subdir $$rev"; \
413 » fi; \
414 » done; \
415 » rev="$$rev ."; \
416 » target=`echo $@ | sed s/-recursive//`; \
417 » for subdir in $$rev; do \
418 » echo "Making $$target in $$subdir"; \
419 » if test "$$subdir" = "."; then \
420 » local_target="$$target-am"; \
421 » else \
422 » local_target="$$target"; \
423 » fi; \
424 » ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425 » || eval $$failcom; \
426 » done && test -z "$$fail"
427 tags-recursive:
428 » list='$(SUBDIRS)'; for subdir in $$list; do \
429 » test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
430 » done
431 ctags-recursive:
432 » list='$(SUBDIRS)'; for subdir in $$list; do \
433 » test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
434 » done
525 435
526 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 436 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
437 » list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438 » unique=`for i in $$list; do \
439 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440 » done | \
441 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442 » END { if (nonempty) { for (i in files) print i; }; }'`; \
443 » mkid -fID $$unique
444 tags: TAGS
445
446 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
447 » » $(TAGS_FILES) $(LISP)
527 set x; \ 448 set x; \
528 here=`pwd`; \ 449 here=`pwd`; \
529 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 450 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
530 include_option=--etags-include; \ 451 include_option=--etags-include; \
531 empty_fix=.; \ 452 empty_fix=.; \
532 else \ 453 else \
533 include_option=--include; \ 454 include_option=--include; \
534 empty_fix=; \ 455 empty_fix=; \
535 fi; \ 456 fi; \
536 list='$(SUBDIRS)'; for subdir in $$list; do \ 457 list='$(SUBDIRS)'; for subdir in $$list; do \
537 if test "$$subdir" = .; then :; else \ 458 if test "$$subdir" = .; then :; else \
538 test ! -f $$subdir/TAGS || \ 459 test ! -f $$subdir/TAGS || \
539 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 460 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
540 fi; \ 461 fi; \
541 done; \ 462 done; \
542 » $(am__define_uniq_tagged_files); \ 463 » list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
464 » unique=`for i in $$list; do \
465 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466 » done | \
467 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468 » END { if (nonempty) { for (i in files) print i; }; }'`; \
543 shift; \ 469 shift; \
544 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 470 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545 test -n "$$unique" || unique=$$empty_fix; \ 471 test -n "$$unique" || unique=$$empty_fix; \
546 if test $$# -gt 0; then \ 472 if test $$# -gt 0; then \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548 "$$@" $$unique; \ 474 "$$@" $$unique; \
549 else \ 475 else \
550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 476 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551 $$unique; \ 477 $$unique; \
552 fi; \ 478 fi; \
553 fi 479 fi
554 ctags: ctags-recursive 480 ctags: CTAGS
555 481 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
556 CTAGS: ctags 482 » » $(TAGS_FILES) $(LISP)
557 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 483 » list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
558 » $(am__define_uniq_tagged_files); \ 484 » unique=`for i in $$list; do \
485 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 » done | \
487 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 » END { if (nonempty) { for (i in files) print i; }; }'`; \
559 test -z "$(CTAGS_ARGS)$$unique" \ 489 test -z "$(CTAGS_ARGS)$$unique" \
560 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 490 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
561 $$unique 491 $$unique
562 492
563 GTAGS: 493 GTAGS:
564 here=`$(am__cd) $(top_builddir) && pwd` \ 494 here=`$(am__cd) $(top_builddir) && pwd` \
565 && $(am__cd) $(top_srcdir) \ 495 && $(am__cd) $(top_srcdir) \
566 && gtags -i $(GTAGS_ARGS) "$$here" 496 && gtags -i $(GTAGS_ARGS) "$$here"
567 cscope: cscope.files
568 test ! -s cscope.files \
569 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $( CSCOPE_ARGS)
570 clean-cscope:
571 -rm -f cscope.files
572 cscope.files: clean-cscope cscopelist
573 cscopelist: cscopelist-recursive
574
575 cscopelist-am: $(am__tagged_files)
576 list='$(am__tagged_files)'; \
577 case "$(srcdir)" in \
578 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
579 *) sdir=$(subdir)/$(srcdir) ;; \
580 esac; \
581 for i in $$list; do \
582 if test -f "$$i"; then \
583 echo "$(subdir)/$$i"; \
584 else \
585 echo "$$sdir/$$i"; \
586 fi; \
587 done >> $(top_builddir)/cscope.files
588 497
589 distclean-tags: 498 distclean-tags:
590 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 499 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
592 500
593 distdir: $(DISTFILES) 501 distdir: $(DISTFILES)
594 $(am__remove_distdir) 502 $(am__remove_distdir)
595 test -d "$(distdir)" || mkdir "$(distdir)" 503 test -d "$(distdir)" || mkdir "$(distdir)"
596 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 504 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 505 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598 list='$(DISTFILES)'; \ 506 list='$(DISTFILES)'; \
599 dist_files=`for file in $$list; do echo $$file; done | \ 507 dist_files=`for file in $$list; do echo $$file; done | \
600 sed -e "s|^$$srcdirstrip/||;t" \ 508 sed -e "s|^$$srcdirstrip/||;t" \
601 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 509 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
(...skipping 15 matching lines...) Expand all
617 fi; \ 525 fi; \
618 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 526 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
619 else \ 527 else \
620 test -f "$(distdir)/$$file" \ 528 test -f "$(distdir)/$$file" \
621 || cp -p $$d/$$file "$(distdir)/$$file" \ 529 || cp -p $$d/$$file "$(distdir)/$$file" \
622 || exit 1; \ 530 || exit 1; \
623 fi; \ 531 fi; \
624 done 532 done
625 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 533 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
626 if test "$$subdir" = .; then :; else \ 534 if test "$$subdir" = .; then :; else \
627 » $(am__make_dryrun) \ 535 » test -d "$(distdir)/$$subdir" \
628 » || test -d "$(distdir)/$$subdir" \ 536 » || $(MKDIR_P) "$(distdir)/$$subdir" \
629 » || $(MKDIR_P) "$(distdir)/$$subdir" \ 537 » || exit 1; \
630 » || exit 1; \ 538 » fi; \
539 » done
540 » @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541 » if test "$$subdir" = .; then :; else \
631 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 542 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
632 $(am__relativize); \ 543 $(am__relativize); \
633 new_distdir=$$reldir; \ 544 new_distdir=$$reldir; \
634 dir1=$$subdir; dir2="$(top_distdir)"; \ 545 dir1=$$subdir; dir2="$(top_distdir)"; \
635 $(am__relativize); \ 546 $(am__relativize); \
636 new_top_distdir=$$reldir; \ 547 new_top_distdir=$$reldir; \
637 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \ 548 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \
638 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \ 549 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \
639 ($(am__cd) $$subdir && \ 550 ($(am__cd) $$subdir && \
640 $(MAKE) $(AM_MAKEFLAGS) \ 551 $(MAKE) $(AM_MAKEFLAGS) \
641 top_distdir="$$new_top_distdir" \ 552 top_distdir="$$new_top_distdir" \
642 distdir="$$new_distdir" \ 553 distdir="$$new_distdir" \
643 am__remove_distdir=: \ 554 am__remove_distdir=: \
644 am__skip_length_check=: \ 555 am__skip_length_check=: \
645 am__skip_mode_fix=: \ 556 am__skip_mode_fix=: \
646 distdir) \ 557 distdir) \
647 || exit 1; \ 558 || exit 1; \
648 fi; \ 559 fi; \
649 done 560 done
650 -test -n "$(am__skip_mode_fix)" \ 561 -test -n "$(am__skip_mode_fix)" \
651 || find "$(distdir)" -type d ! -perm -755 \ 562 || find "$(distdir)" -type d ! -perm -755 \
652 -exec chmod u+rwx,go+rx {} \; -o \ 563 -exec chmod u+rwx,go+rx {} \; -o \
653 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 564 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
654 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 565 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
655 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 566 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
656 || chmod -R a+r "$(distdir)" 567 || chmod -R a+r "$(distdir)"
657 dist-gzip: distdir 568 dist-gzip: distdir
658 » tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(dist dir).tar.gz 569 » tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
659 » $(am__post_remove_distdir) 570 » $(am__remove_distdir)
660 571
661 dist-bzip2: distdir 572 dist-bzip2: distdir
662 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir ).tar.bz2 573 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir ).tar.bz2
663 » $(am__post_remove_distdir) 574 » $(am__remove_distdir)
664 575
665 dist-lzip: distdir 576 dist-lzip: distdir
666 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz 577 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz
667 » $(am__post_remove_distdir) 578 » $(am__remove_distdir)
579
580 dist-lzma: distdir
581 » tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
582 » $(am__remove_distdir)
668 583
669 dist-xz: distdir 584 dist-xz: distdir
670 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz 585 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz
671 » $(am__post_remove_distdir) 586 » $(am__remove_distdir)
672 587
673 dist-tarZ: distdir 588 dist-tarZ: distdir
674 @echo WARNING: "Support for distribution archives compressed with" \
675 "legacy program 'compress' is deprecated." >&2
676 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
677 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 589 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
678 » $(am__post_remove_distdir) 590 » $(am__remove_distdir)
679 591
680 dist-shar: distdir 592 dist-shar: distdir
681 » @echo WARNING: "Support for shar distribution archives is" \ 593 » shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
682 » "deprecated." >&2 594 » $(am__remove_distdir)
683 » @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
684 » shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
685 » $(am__post_remove_distdir)
686 595
687 dist-zip: distdir 596 dist-zip: distdir
688 -rm -f $(distdir).zip 597 -rm -f $(distdir).zip
689 zip -rq $(distdir).zip $(distdir) 598 zip -rq $(distdir).zip $(distdir)
690 » $(am__post_remove_distdir) 599 » $(am__remove_distdir)
691 600
692 dist dist-all: 601 dist dist-all: distdir
693 » $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 602 » tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
694 » $(am__post_remove_distdir) 603 » $(am__remove_distdir)
695 604
696 # This target untars the dist file and tries a VPATH configuration. Then 605 # This target untars the dist file and tries a VPATH configuration. Then
697 # it guarantees that the distribution is self-contained by making another 606 # it guarantees that the distribution is self-contained by making another
698 # tarfile. 607 # tarfile.
699 distcheck: dist 608 distcheck: dist
700 case '$(DIST_ARCHIVES)' in \ 609 case '$(DIST_ARCHIVES)' in \
701 *.tar.gz*) \ 610 *.tar.gz*) \
702 » eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 611 » GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
703 *.tar.bz2*) \ 612 *.tar.bz2*) \
704 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 613 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
614 *.tar.lzma*) \
615 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
705 *.tar.lz*) \ 616 *.tar.lz*) \
706 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 617 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
707 *.tar.xz*) \ 618 *.tar.xz*) \
708 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 619 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
709 *.tar.Z*) \ 620 *.tar.Z*) \
710 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 621 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
711 *.shar.gz*) \ 622 *.shar.gz*) \
712 » eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 623 » GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
713 *.zip*) \ 624 *.zip*) \
714 unzip $(distdir).zip ;;\ 625 unzip $(distdir).zip ;;\
715 esac 626 esac
716 » chmod -R a-w $(distdir) 627 » chmod -R a-w $(distdir); chmod a+w $(distdir)
717 » chmod u+w $(distdir) 628 » mkdir $(distdir)/_build
718 » mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 629 » mkdir $(distdir)/_inst
719 chmod a-w $(distdir) 630 chmod a-w $(distdir)
720 test -d $(distdir)/_build || exit 0; \ 631 test -d $(distdir)/_build || exit 0; \
721 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 632 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
722 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 633 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
723 && am__cwd=`pwd` \ 634 && am__cwd=`pwd` \
724 » && $(am__cd) $(distdir)/_build/sub \ 635 » && $(am__cd) $(distdir)/_build \
725 » && ../../configure \ 636 » && ../configure --srcdir=.. --prefix="$$dc_install_base" \
726 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 637 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
727 $(DISTCHECK_CONFIGURE_FLAGS) \ 638 $(DISTCHECK_CONFIGURE_FLAGS) \
728 --srcdir=../.. --prefix="$$dc_install_base" \
729 && $(MAKE) $(AM_MAKEFLAGS) \ 639 && $(MAKE) $(AM_MAKEFLAGS) \
730 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 640 && $(MAKE) $(AM_MAKEFLAGS) dvi \
731 && $(MAKE) $(AM_MAKEFLAGS) check \ 641 && $(MAKE) $(AM_MAKEFLAGS) check \
732 && $(MAKE) $(AM_MAKEFLAGS) install \ 642 && $(MAKE) $(AM_MAKEFLAGS) install \
733 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 643 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
734 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 644 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
735 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 645 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
736 distuninstallcheck \ 646 distuninstallcheck \
737 && chmod -R a-w "$$dc_install_base" \ 647 && chmod -R a-w "$$dc_install_base" \
738 && ({ \ 648 && ({ \
739 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 649 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
740 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 650 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
741 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 651 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
742 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 652 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
743 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 653 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
744 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 654 } || { rm -rf "$$dc_destdir"; exit 1; }) \
745 && rm -rf "$$dc_destdir" \ 655 && rm -rf "$$dc_destdir" \
746 && $(MAKE) $(AM_MAKEFLAGS) dist \ 656 && $(MAKE) $(AM_MAKEFLAGS) dist \
747 && rm -rf $(DIST_ARCHIVES) \ 657 && rm -rf $(DIST_ARCHIVES) \
748 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 658 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
749 && cd "$$am__cwd" \ 659 && cd "$$am__cwd" \
750 || exit 1 660 || exit 1
751 » $(am__post_remove_distdir) 661 » $(am__remove_distdir)
752 @(echo "$(distdir) archives ready for distribution: "; \ 662 @(echo "$(distdir) archives ready for distribution: "; \
753 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 663 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
754 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 664 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
755 distuninstallcheck: 665 distuninstallcheck:
756 @test -n '$(distuninstallcheck_dir)' || { \ 666 @test -n '$(distuninstallcheck_dir)' || { \
757 echo 'ERROR: trying to run $@ with an empty' \ 667 echo 'ERROR: trying to run $@ with an empty' \
758 '$$(distuninstallcheck_dir)' >&2; \ 668 '$$(distuninstallcheck_dir)' >&2; \
759 exit 1; \ 669 exit 1; \
760 }; \ 670 }; \
761 $(am__cd) '$(distuninstallcheck_dir)' || { \ 671 $(am__cd) '$(distuninstallcheck_dir)' || { \
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 pdf: pdf-recursive 789 pdf: pdf-recursive
880 790
881 pdf-am: 791 pdf-am:
882 792
883 ps: ps-recursive 793 ps: ps-recursive
884 794
885 ps-am: 795 ps-am:
886 796
887 uninstall-am: uninstall-pkgconfigDATA 797 uninstall-am: uninstall-pkgconfigDATA
888 798
889 .MAKE: $(am__recursive_targets) all install-am install-strip 799 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
800 » ctags-recursive install-am install-strip tags-recursive
890 801
891 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 802 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
892 » am--refresh check check-am clean clean-cscope clean-generic \ 803 » all all-am am--refresh check check-am clean clean-generic \
893 » clean-libtool cscope cscopelist-am ctags ctags-am dist \ 804 » clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
894 » dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 805 » dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
895 » dist-xz dist-zip distcheck distclean distclean-generic \ 806 » dist-zip distcheck distclean distclean-generic distclean-hdr \
896 » distclean-hdr distclean-libtool distclean-tags distcleancheck \ 807 » distclean-libtool distclean-tags distcleancheck distdir \
897 » distdir distuninstallcheck dvi dvi-am html html-am info \ 808 » distuninstallcheck dvi dvi-am html html-am info info-am \
898 » info-am install install-am install-data install-data-am \ 809 » install install-am install-data install-data-am install-dvi \
899 » install-dvi install-dvi-am install-exec install-exec-am \ 810 » install-dvi-am install-exec install-exec-am install-html \
900 » install-html install-html-am install-info \ 811 » install-html-am install-info install-info-am install-man \
901 » install-info-am install-man install-pdf install-pdf-am \ 812 » install-pdf install-pdf-am install-pkgconfigDATA install-ps \
902 » install-pkgconfigDATA install-ps install-ps-am install-strip \ 813 » install-ps-am install-strip installcheck installcheck-am \
903 » installcheck installcheck-am installdirs \ 814 » installdirs installdirs-am maintainer-clean \
904 » installdirs-am maintainer-clean maintainer-clean-generic \ 815 » maintainer-clean-generic mostlyclean mostlyclean-generic \
905 » mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 816 » mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
906 » ps ps-am tags tags-am uninstall uninstall-am \ 817 » uninstall uninstall-am uninstall-pkgconfigDATA
907 » uninstall-pkgconfigDATA
908
909 .PRECIOUS: Makefile
910 818
911 819
820 # This stuff only makes sense on Linux so only
821 # build and ship it on Linux.
822 #if USE_LINUX
823 #udevrulesdir=@UDEV@/rules.d
824 #udevrules_DATA=@UDEV_RULES@
825 #noinst_DATA=libmtp.usermap libmtp.fdi
826 #
827 #libmtp.usermap: util/mtp-hotplug
828 # util/mtp-hotplug > libmtp.usermap
829 #@UDEV_RULES@: util/mtp-hotplug
830 # util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
831 #libmtp.fdi: util/mtp-hotplug
832 # util/mtp-hotplug -H > libmtp.fdi
833 #
834 #CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
835 #endif
912 836
913 # Tell versions [3.59,3.63) of GNU make to not export all variables. 837 # Tell versions [3.59,3.63) of GNU make to not export all variables.
914 # Otherwise a system limit (for SysV at least) may be exceeded. 838 # Otherwise a system limit (for SysV at least) may be exceeded.
915 .NOEXPORT: 839 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698