1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37@BUILD_EXAMPLES_TRUE@am__append_1 = examples
38subdir = .
39DIST_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
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno config.status.lineno
50mkinstalldirs = $(install_sh) -d
51CONFIG_HEADER = config.h
52CONFIG_CLEAN_FILES = libusb-1.0.pc
53CONFIG_CLEAN_VPATH_FILES =
54AM_V_GEN = $(am__v_GEN_$(V))
55am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
56am__v_GEN_0 = @echo "  GEN   " $@;
57AM_V_at = $(am__v_at_$(V))
58am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
59am__v_at_0 = @
60SOURCES =
61DIST_SOURCES =
62RECURSIVE_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
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__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] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
91DATA = $(pkgconfig_DATA)
92RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
93  distclean-recursive maintainer-clean-recursive
94AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96	distdir dist dist-all distcheck
97ETAGS = etags
98CTAGS = ctags
99DIST_SUBDIRS = libusb doc examples
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101distdir = $(PACKAGE)-$(VERSION)
102top_distdir = $(distdir)
103am__remove_distdir = \
104  { test ! -d "$(distdir)" \
105    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
106         && rm -fr "$(distdir)"; }; }
107am__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"
132GZIP_ENV = --best
133DIST_ARCHIVES = $(distdir).tar.bz2
134distuninstallcheck_listfiles = find . -type f -print
135distcleancheck_listfiles = find . -type f -print
136ACLOCAL = @ACLOCAL@
137AMTAR = @AMTAR@
138AM_CFLAGS = @AM_CFLAGS@
139AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140AM_LDFLAGS = @AM_LDFLAGS@
141AR = @AR@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146CC = @CC@
147CCDEPMODE = @CCDEPMODE@
148CFLAGS = @CFLAGS@
149CPP = @CPP@
150CPPFLAGS = @CPPFLAGS@
151CYGPATH_W = @CYGPATH_W@
152DEFS = @DEFS@
153DEPDIR = @DEPDIR@
154DSYMUTIL = @DSYMUTIL@
155DUMPBIN = @DUMPBIN@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159EGREP = @EGREP@
160EXEEXT = @EXEEXT@
161FGREP = @FGREP@
162GREP = @GREP@
163INSTALL = @INSTALL@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168LD = @LD@
169LDFLAGS = @LDFLAGS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LIBTOOL = @LIBTOOL@
173LIPO = @LIPO@
174LN_S = @LN_S@
175LTLIBOBJS = @LTLIBOBJS@
176MAKEINFO = @MAKEINFO@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OS_DARWIN = @OS_DARWIN@
183OS_LINUX = @OS_LINUX@
184OTOOL = @OTOOL@
185OTOOL64 = @OTOOL64@
186PACKAGE = @PACKAGE@
187PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188PACKAGE_NAME = @PACKAGE_NAME@
189PACKAGE_STRING = @PACKAGE_STRING@
190PACKAGE_TARNAME = @PACKAGE_TARNAME@
191PACKAGE_URL = @PACKAGE_URL@
192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@
194RANLIB = @RANLIB@
195SED = @SED@
196SET_MAKE = @SET_MAKE@
197SHELL = @SHELL@
198STRIP = @STRIP@
199VERSION = @VERSION@
200VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_CC = @ac_ct_CC@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207am__include = @am__include@
208am__leading_dot = @am__leading_dot@
209am__quote = @am__quote@
210am__tar = @am__tar@
211am__untar = @am__untar@
212bindir = @bindir@
213build = @build@
214build_alias = @build_alias@
215build_cpu = @build_cpu@
216build_os = @build_os@
217build_vendor = @build_vendor@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230includedir = @includedir@
231infodir = @infodir@
232install_sh = @install_sh@
233libdir = @libdir@
234libexecdir = @libexecdir@
235localedir = @localedir@
236localstatedir = @localstatedir@
237lt_ECHO = @lt_ECHO@
238lt_age = @lt_age@
239lt_major = @lt_major@
240lt_revision = @lt_revision@
241mandir = @mandir@
242mkdir_p = @mkdir_p@
243oldincludedir = @oldincludedir@
244pdfdir = @pdfdir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247psdir = @psdir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250srcdir = @srcdir@
251sysconfdir = @sysconfdir@
252target_alias = @target_alias@
253top_build_prefix = @top_build_prefix@
254top_builddir = @top_builddir@
255top_srcdir = @top_srcdir@
256AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
257ACLOCAL_AMFLAGS = -I m4
258DISTCLEANFILES = ChangeLog libusb-1.0.pc
259EXTRA_DIST = TODO PORTING
260SUBDIRS = libusb doc $(am__append_1)
261pkgconfigdir = $(libdir)/pkgconfig
262pkgconfig_DATA = libusb-1.0.pc
263reldir = .release/$(distdir)
264all: config.h
265	$(MAKE) $(AM_MAKEFLAGS) all-recursive
266
267.SUFFIXES:
268am--refresh:
269	@:
270.PRECIOUS: Makefile
271
272distclean-hdr:
273	-rm -f config.h stamp-h1
274libusb-1.0.pc: $(top_builddir)/config.status $(srcdir)/libusb-1.0.pc.in
275	cd $(top_builddir) && $(SHELL) ./config.status $@
276
277mostlyclean-libtool:
278	-rm -f *.lo
279
280clean-libtool:
281	-rm -rf .libs _libs
282
283distclean-libtool:
284	-rm -f libtool config.lt
285install-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
297
298uninstall-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
305
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"
336
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"
367tags-recursive:
368	list='$(SUBDIRS)'; for subdir in $$list; do \
369	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370	done
371ctags-recursive:
372	list='$(SUBDIRS)'; for subdir in $$list; do \
373	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
374	done
375
376ID: $(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
384tags: TAGS
385
386TAGS: 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; \
419	fi
420ctags: CTAGS
421CTAGS: 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
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && $(am__cd) $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) "$$here"
437
438distclean-tags:
439	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(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)"
511dist-gzip: distdir
512	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
513	$(am__remove_distdir)
514dist-bzip2: distdir
515	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
516	$(am__remove_distdir)
517
518dist-lzma: distdir
519	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
520	$(am__remove_distdir)
521
522dist-xz: distdir
523	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
524	$(am__remove_distdir)
525
526dist-tarZ: distdir
527	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
528	$(am__remove_distdir)
529
530dist-shar: distdir
531	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
532	$(am__remove_distdir)
533
534dist-zip: distdir
535	-rm -f $(distdir).zip
536	zip -rq $(distdir).zip $(distdir)
537	$(am__remove_distdir)
538
539dist dist-all: distdir
540	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
541	$(am__remove_distdir)
542
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.
546distcheck: 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'
600distuninstallcheck:
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
609distcleancheck: distclean
610	@if test '$(srcdir)' = . ; then \
611	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
612	  exit 1 ; \
613	fi
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
618check-am: all-am
619check: check-recursive
620all-am: Makefile $(DATA) config.h
621installdirs: installdirs-recursive
622installdirs-am:
623	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
624	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625	done
626install: install-recursive
627install-exec: install-exec-recursive
628install-data: install-data-recursive
629uninstall: uninstall-recursive
630
631install-am: all-am
632	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634installcheck: installcheck-recursive
635install-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
640mostlyclean-generic:
641
642clean-generic:
643
644distclean-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)
648
649maintainer-clean-generic:
650	@echo "This command is intended for maintainers to use"
651	@echo "it deletes files that may require special tools to rebuild."
652clean: clean-recursive
653
654clean-am: clean-generic clean-libtool mostlyclean-am
655
656distclean: distclean-recursive
657	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
658	-rm -f Makefile
659distclean-am: clean-am distclean-generic distclean-hdr \
660	distclean-libtool distclean-tags
661
662dvi: dvi-recursive
663
664dvi-am:
665
666html: html-recursive
667
668html-am:
669
670info: info-recursive
671
672info-am:
673
674install-data-am: install-pkgconfigDATA
675
676install-dvi: install-dvi-recursive
677
678install-dvi-am:
679
680install-exec-am:
681
682install-html: install-html-recursive
683
684install-html-am:
685
686install-info: install-info-recursive
687
688install-info-am:
689
690install-man:
691
692install-pdf: install-pdf-recursive
693
694install-pdf-am:
695
696install-ps: install-ps-recursive
697
698install-ps-am:
699
700installcheck-am:
701
702maintainer-clean: maintainer-clean-recursive
703	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
704	-rm -rf $(top_srcdir)/autom4te.cache
705	-rm -f Makefile
706maintainer-clean-am: distclean-am maintainer-clean-generic
707
708mostlyclean: mostlyclean-recursive
709
710mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712pdf: pdf-recursive
713
714pdf-am:
715
716ps: ps-recursive
717
718ps-am:
719
720uninstall-am: uninstall-pkgconfigDATA
721
722.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
723	ctags-recursive install-am install-strip tags-recursive
724
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
741
742
743.PHONY: ChangeLog dist-up
744ChangeLog:
745	git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
746
747dist-hook: ChangeLog
748dist-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)
754
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:
758