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