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

Side by Side Diff: Makefile.in

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