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
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = libusb
39DIST_COMMON = $(hdr_HEADERS) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48CONFIG_CLEAN_VPATH_FILES =
49am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50am__vpath_adj = case $$p in \
51    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52    *) f=$$p;; \
53  esac;
54am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55am__install_max = 40
56am__nobase_strip_setup = \
57  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58am__nobase_strip = \
59  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60am__nobase_list = $(am__nobase_strip_setup); \
61  for p in $$list; do echo "$$p $$p"; done | \
62  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64    if (++n[$$2] == $(am__install_max)) \
65      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66    END { for (dir in files) print dir, files[dir] }'
67am__base_list = \
68  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(hdrdir)"
71LTLIBRARIES = $(lib_LTLIBRARIES)
72libusb_1_0_la_LIBADD =
73am__libusb_1_0_la_SOURCES_DIST = libusbi.h core.c descriptor.c io.c \
74	sync.c os/darwin_usb.h os/darwin_usb.c os/linux_usbfs.h \
75	os/linux_usbfs.c
76am__objects_1 = libusb_1_0_la-darwin_usb.lo
77am__objects_2 = libusb_1_0_la-linux_usbfs.lo
78@OS_DARWIN_FALSE@@OS_LINUX_TRUE@am__objects_3 = $(am__objects_2)
79@OS_DARWIN_TRUE@am__objects_3 = $(am__objects_1)
80am_libusb_1_0_la_OBJECTS = libusb_1_0_la-core.lo \
81	libusb_1_0_la-descriptor.lo libusb_1_0_la-io.lo \
82	libusb_1_0_la-sync.lo $(am__objects_3)
83libusb_1_0_la_OBJECTS = $(am_libusb_1_0_la_OBJECTS)
84AM_V_lt = $(am__v_lt_$(V))
85am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
86am__v_lt_0 = --silent
87libusb_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
88	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libusb_1_0_la_CFLAGS) \
89	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91depcomp = $(SHELL) $(top_srcdir)/depcomp
92am__depfiles_maybe = depfiles
93am__mv = mv -f
94COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
98	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
99	$(AM_CFLAGS) $(CFLAGS)
100AM_V_CC = $(am__v_CC_$(V))
101am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
102am__v_CC_0 = @echo "  CC    " $@;
103AM_V_at = $(am__v_at_$(V))
104am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105am__v_at_0 = @
106CCLD = $(CC)
107LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109	$(AM_LDFLAGS) $(LDFLAGS) -o $@
110AM_V_CCLD = $(am__v_CCLD_$(V))
111am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
112am__v_CCLD_0 = @echo "  CCLD  " $@;
113AM_V_GEN = $(am__v_GEN_$(V))
114am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115am__v_GEN_0 = @echo "  GEN   " $@;
116SOURCES = $(libusb_1_0_la_SOURCES)
117DIST_SOURCES = $(am__libusb_1_0_la_SOURCES_DIST)
118HEADERS = $(hdr_HEADERS)
119ETAGS = etags
120CTAGS = ctags
121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122ACLOCAL = @ACLOCAL@
123AMTAR = @AMTAR@
124AM_CFLAGS = @AM_CFLAGS@
125AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126AM_LDFLAGS = @AM_LDFLAGS@
127AR = @AR@
128AUTOCONF = @AUTOCONF@
129AUTOHEADER = @AUTOHEADER@
130AUTOMAKE = @AUTOMAKE@
131AWK = @AWK@
132CC = @CC@
133CCDEPMODE = @CCDEPMODE@
134CFLAGS = @CFLAGS@
135CPP = @CPP@
136CPPFLAGS = @CPPFLAGS@
137CYGPATH_W = @CYGPATH_W@
138DEFS = @DEFS@
139DEPDIR = @DEPDIR@
140DSYMUTIL = @DSYMUTIL@
141DUMPBIN = @DUMPBIN@
142ECHO_C = @ECHO_C@
143ECHO_N = @ECHO_N@
144ECHO_T = @ECHO_T@
145EGREP = @EGREP@
146EXEEXT = @EXEEXT@
147FGREP = @FGREP@
148GREP = @GREP@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBOBJS = @LIBOBJS@
157LIBS = @LIBS@
158LIBTOOL = @LIBTOOL@
159LIPO = @LIPO@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162MAKEINFO = @MAKEINFO@
163MKDIR_P = @MKDIR_P@
164NM = @NM@
165NMEDIT = @NMEDIT@
166OBJDUMP = @OBJDUMP@
167OBJEXT = @OBJEXT@
168OS_DARWIN = @OS_DARWIN@
169OS_LINUX = @OS_LINUX@
170OTOOL = @OTOOL@
171OTOOL64 = @OTOOL64@
172PACKAGE = @PACKAGE@
173PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174PACKAGE_NAME = @PACKAGE_NAME@
175PACKAGE_STRING = @PACKAGE_STRING@
176PACKAGE_TARNAME = @PACKAGE_TARNAME@
177PACKAGE_URL = @PACKAGE_URL@
178PACKAGE_VERSION = @PACKAGE_VERSION@
179PATH_SEPARATOR = @PATH_SEPARATOR@
180RANLIB = @RANLIB@
181SED = @SED@
182SET_MAKE = @SET_MAKE@
183SHELL = @SHELL@
184STRIP = @STRIP@
185VERSION = @VERSION@
186VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
187abs_builddir = @abs_builddir@
188abs_srcdir = @abs_srcdir@
189abs_top_builddir = @abs_top_builddir@
190abs_top_srcdir = @abs_top_srcdir@
191ac_ct_CC = @ac_ct_CC@
192ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193am__include = @am__include@
194am__leading_dot = @am__leading_dot@
195am__quote = @am__quote@
196am__tar = @am__tar@
197am__untar = @am__untar@
198bindir = @bindir@
199build = @build@
200build_alias = @build_alias@
201build_cpu = @build_cpu@
202build_os = @build_os@
203build_vendor = @build_vendor@
204builddir = @builddir@
205datadir = @datadir@
206datarootdir = @datarootdir@
207docdir = @docdir@
208dvidir = @dvidir@
209exec_prefix = @exec_prefix@
210host = @host@
211host_alias = @host_alias@
212host_cpu = @host_cpu@
213host_os = @host_os@
214host_vendor = @host_vendor@
215htmldir = @htmldir@
216includedir = @includedir@
217infodir = @infodir@
218install_sh = @install_sh@
219libdir = @libdir@
220libexecdir = @libexecdir@
221localedir = @localedir@
222localstatedir = @localstatedir@
223lt_ECHO = @lt_ECHO@
224lt_age = @lt_age@
225lt_major = @lt_major@
226lt_revision = @lt_revision@
227mandir = @mandir@
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230pdfdir = @pdfdir@
231prefix = @prefix@
232program_transform_name = @program_transform_name@
233psdir = @psdir@
234sbindir = @sbindir@
235sharedstatedir = @sharedstatedir@
236srcdir = @srcdir@
237sysconfdir = @sysconfdir@
238target_alias = @target_alias@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242lib_LTLIBRARIES = libusb-1.0.la
243LINUX_USBFS_SRC = os/linux_usbfs.h os/linux_usbfs.c
244DARWIN_USB_SRC = os/darwin_usb.h os/darwin_usb.c
245EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC)
246@OS_DARWIN_TRUE@OS_SRC = $(DARWIN_USB_SRC)
247@OS_LINUX_TRUE@OS_SRC = $(LINUX_USBFS_SRC)
248@OS_DARWIN_TRUE@AM_CFLAGS_EXT = -no-cpp-precomp
249libusb_1_0_la_CFLAGS = $(VISIBILITY_CFLAGS) $(AM_CFLAGS) -pthread
250libusb_1_0_la_SOURCES = libusbi.h core.c descriptor.c io.c sync.c $(OS_SRC)
251hdrdir = $(includedir)/libusb-1.0
252hdr_HEADERS = libusb.h
253all: all-am
254
255.SUFFIXES:
256.SUFFIXES: .c .lo .o .obj
257$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
258	@for dep in $?; do \
259	  case '$(am__configure_deps)' in \
260	    *$$dep*) \
261	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
262	        && { if test -f $@; then exit 0; else break; fi; }; \
263	      exit 1;; \
264	  esac; \
265	done; \
266	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libusb/Makefile'; \
267	$(am__cd) $(top_srcdir) && \
268	  $(AUTOMAKE) --gnu libusb/Makefile
269.PRECIOUS: Makefile
270Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271	@case '$?' in \
272	  *config.status*) \
273	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274	  *) \
275	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277	esac;
278
279$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282$(top_srcdir)/configure:  $(am__configure_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
285	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286$(am__aclocal_m4_deps):
287install-libLTLIBRARIES: $(lib_LTLIBRARIES)
288	@$(NORMAL_INSTALL)
289	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
290	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
291	list2=; for p in $$list; do \
292	  if test -f $$p; then \
293	    list2="$$list2 $$p"; \
294	  else :; fi; \
295	done; \
296	test -z "$$list2" || { \
297	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
298	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
299	}
300
301uninstall-libLTLIBRARIES:
302	@$(NORMAL_UNINSTALL)
303	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
304	for p in $$list; do \
305	  $(am__strip_dir) \
306	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
307	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
308	done
309
310clean-libLTLIBRARIES:
311	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
312	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
313	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
314	  test "$$dir" != "$$p" || dir=.; \
315	  echo "rm -f \"$${dir}/so_locations\""; \
316	  rm -f "$${dir}/so_locations"; \
317	done
318libusb-1.0.la: $(libusb_1_0_la_OBJECTS) $(libusb_1_0_la_DEPENDENCIES) 
319	$(AM_V_CCLD)$(libusb_1_0_la_LINK) -rpath $(libdir) $(libusb_1_0_la_OBJECTS) $(libusb_1_0_la_LIBADD) $(LIBS)
320
321mostlyclean-compile:
322	-rm -f *.$(OBJEXT)
323
324distclean-compile:
325	-rm -f *.tab.c
326
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-core.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-darwin_usb.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-descriptor.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-io.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-linux_usbfs.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_1_0_la-sync.Plo@am__quote@
333
334.c.o:
335@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340@am__fastdepCC_FALSE@	$(COMPILE) -c $<
341
342.c.obj:
343@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
344@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
349
350.c.lo:
351@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
357
358libusb_1_0_la-core.lo: core.c
359@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-core.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-core.Tpo -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
360@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-core.Tpo $(DEPDIR)/libusb_1_0_la-core.Plo
361@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
362@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='core.c' object='libusb_1_0_la-core.lo' libtool=yes @AMDEPBACKSLASH@
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
365
366libusb_1_0_la-descriptor.lo: descriptor.c
367@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-descriptor.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-descriptor.Tpo -c -o libusb_1_0_la-descriptor.lo `test -f 'descriptor.c' || echo '$(srcdir)/'`descriptor.c
368@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-descriptor.Tpo $(DEPDIR)/libusb_1_0_la-descriptor.Plo
369@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='descriptor.c' object='libusb_1_0_la-descriptor.lo' libtool=yes @AMDEPBACKSLASH@
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-descriptor.lo `test -f 'descriptor.c' || echo '$(srcdir)/'`descriptor.c
373
374libusb_1_0_la-io.lo: io.c
375@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-io.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-io.Tpo -c -o libusb_1_0_la-io.lo `test -f 'io.c' || echo '$(srcdir)/'`io.c
376@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-io.Tpo $(DEPDIR)/libusb_1_0_la-io.Plo
377@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='io.c' object='libusb_1_0_la-io.lo' libtool=yes @AMDEPBACKSLASH@
379@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-io.lo `test -f 'io.c' || echo '$(srcdir)/'`io.c
381
382libusb_1_0_la-sync.lo: sync.c
383@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-sync.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-sync.Tpo -c -o libusb_1_0_la-sync.lo `test -f 'sync.c' || echo '$(srcdir)/'`sync.c
384@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-sync.Tpo $(DEPDIR)/libusb_1_0_la-sync.Plo
385@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
386@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sync.c' object='libusb_1_0_la-sync.lo' libtool=yes @AMDEPBACKSLASH@
387@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-sync.lo `test -f 'sync.c' || echo '$(srcdir)/'`sync.c
389
390libusb_1_0_la-darwin_usb.lo: os/darwin_usb.c
391@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-darwin_usb.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-darwin_usb.Tpo -c -o libusb_1_0_la-darwin_usb.lo `test -f 'os/darwin_usb.c' || echo '$(srcdir)/'`os/darwin_usb.c
392@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-darwin_usb.Tpo $(DEPDIR)/libusb_1_0_la-darwin_usb.Plo
393@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
394@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='os/darwin_usb.c' object='libusb_1_0_la-darwin_usb.lo' libtool=yes @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-darwin_usb.lo `test -f 'os/darwin_usb.c' || echo '$(srcdir)/'`os/darwin_usb.c
397
398libusb_1_0_la-linux_usbfs.lo: os/linux_usbfs.c
399@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT libusb_1_0_la-linux_usbfs.lo -MD -MP -MF $(DEPDIR)/libusb_1_0_la-linux_usbfs.Tpo -c -o libusb_1_0_la-linux_usbfs.lo `test -f 'os/linux_usbfs.c' || echo '$(srcdir)/'`os/linux_usbfs.c
400@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libusb_1_0_la-linux_usbfs.Tpo $(DEPDIR)/libusb_1_0_la-linux_usbfs.Plo
401@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='os/linux_usbfs.c' object='libusb_1_0_la-linux_usbfs.lo' libtool=yes @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o libusb_1_0_la-linux_usbfs.lo `test -f 'os/linux_usbfs.c' || echo '$(srcdir)/'`os/linux_usbfs.c
405
406mostlyclean-libtool:
407	-rm -f *.lo
408
409clean-libtool:
410	-rm -rf .libs _libs
411install-hdrHEADERS: $(hdr_HEADERS)
412	@$(NORMAL_INSTALL)
413	test -z "$(hdrdir)" || $(MKDIR_P) "$(DESTDIR)$(hdrdir)"
414	@list='$(hdr_HEADERS)'; test -n "$(hdrdir)" || list=; \
415	for p in $$list; do \
416	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
417	  echo "$$d$$p"; \
418	done | $(am__base_list) | \
419	while read files; do \
420	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(hdrdir)'"; \
421	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(hdrdir)" || exit $$?; \
422	done
423
424uninstall-hdrHEADERS:
425	@$(NORMAL_UNINSTALL)
426	@list='$(hdr_HEADERS)'; test -n "$(hdrdir)" || list=; \
427	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
428	test -n "$$files" || exit 0; \
429	echo " ( cd '$(DESTDIR)$(hdrdir)' && rm -f" $$files ")"; \
430	cd "$(DESTDIR)$(hdrdir)" && rm -f $$files
431
432ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434	unique=`for i in $$list; do \
435	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436	  done | \
437	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438	      END { if (nonempty) { for (i in files) print i; }; }'`; \
439	mkid -fID $$unique
440tags: TAGS
441
442TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443		$(TAGS_FILES) $(LISP)
444	set x; \
445	here=`pwd`; \
446	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447	unique=`for i in $$list; do \
448	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449	  done | \
450	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451	      END { if (nonempty) { for (i in files) print i; }; }'`; \
452	shift; \
453	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454	  test -n "$$unique" || unique=$$empty_fix; \
455	  if test $$# -gt 0; then \
456	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457	      "$$@" $$unique; \
458	  else \
459	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460	      $$unique; \
461	  fi; \
462	fi
463ctags: CTAGS
464CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465		$(TAGS_FILES) $(LISP)
466	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467	unique=`for i in $$list; do \
468	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469	  done | \
470	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471	      END { if (nonempty) { for (i in files) print i; }; }'`; \
472	test -z "$(CTAGS_ARGS)$$unique" \
473	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474	     $$unique
475
476GTAGS:
477	here=`$(am__cd) $(top_builddir) && pwd` \
478	  && $(am__cd) $(top_srcdir) \
479	  && gtags -i $(GTAGS_ARGS) "$$here"
480
481distclean-tags:
482	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484distdir: $(DISTFILES)
485	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	list='$(DISTFILES)'; \
488	  dist_files=`for file in $$list; do echo $$file; done | \
489	  sed -e "s|^$$srcdirstrip/||;t" \
490	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491	case $$dist_files in \
492	  */*) $(MKDIR_P) `echo "$$dist_files" | \
493			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494			   sort -u` ;; \
495	esac; \
496	for file in $$dist_files; do \
497	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498	  if test -d $$d/$$file; then \
499	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500	    if test -d "$(distdir)/$$file"; then \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506	    fi; \
507	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508	  else \
509	    test -f "$(distdir)/$$file" \
510	    || cp -p $$d/$$file "$(distdir)/$$file" \
511	    || exit 1; \
512	  fi; \
513	done
514check-am: all-am
515check: check-am
516all-am: Makefile $(LTLIBRARIES) $(HEADERS)
517installdirs:
518	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(hdrdir)"; do \
519	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
520	done
521install: install-am
522install-exec: install-exec-am
523install-data: install-data-am
524uninstall: uninstall-am
525
526install-am: all-am
527	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528
529installcheck: installcheck-am
530install-strip:
531	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533	  `test -z '$(STRIP)' || \
534	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
535mostlyclean-generic:
536
537clean-generic:
538
539distclean-generic:
540	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
541	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
542
543maintainer-clean-generic:
544	@echo "This command is intended for maintainers to use"
545	@echo "it deletes files that may require special tools to rebuild."
546clean: clean-am
547
548clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
549	mostlyclean-am
550
551distclean: distclean-am
552	-rm -rf ./$(DEPDIR)
553	-rm -f Makefile
554distclean-am: clean-am distclean-compile distclean-generic \
555	distclean-tags
556
557dvi: dvi-am
558
559dvi-am:
560
561html: html-am
562
563html-am:
564
565info: info-am
566
567info-am:
568
569install-data-am: install-hdrHEADERS
570
571install-dvi: install-dvi-am
572
573install-dvi-am:
574
575install-exec-am: install-libLTLIBRARIES
576
577install-html: install-html-am
578
579install-html-am:
580
581install-info: install-info-am
582
583install-info-am:
584
585install-man:
586
587install-pdf: install-pdf-am
588
589install-pdf-am:
590
591install-ps: install-ps-am
592
593install-ps-am:
594
595installcheck-am:
596
597maintainer-clean: maintainer-clean-am
598	-rm -rf ./$(DEPDIR)
599	-rm -f Makefile
600maintainer-clean-am: distclean-am maintainer-clean-generic
601
602mostlyclean: mostlyclean-am
603
604mostlyclean-am: mostlyclean-compile mostlyclean-generic \
605	mostlyclean-libtool
606
607pdf: pdf-am
608
609pdf-am:
610
611ps: ps-am
612
613ps-am:
614
615uninstall-am: uninstall-hdrHEADERS uninstall-libLTLIBRARIES
616
617.MAKE: install-am install-strip
618
619.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
620	clean-libLTLIBRARIES clean-libtool ctags distclean \
621	distclean-compile distclean-generic distclean-libtool \
622	distclean-tags distdir dvi dvi-am html html-am info info-am \
623	install install-am install-data install-data-am install-dvi \
624	install-dvi-am install-exec install-exec-am install-hdrHEADERS \
625	install-html install-html-am install-info install-info-am \
626	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
627	install-ps install-ps-am install-strip installcheck \
628	installcheck-am installdirs maintainer-clean \
629	maintainer-clean-generic mostlyclean mostlyclean-compile \
630	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
631	tags uninstall uninstall-am uninstall-hdrHEADERS \
632	uninstall-libLTLIBRARIES
633
634
635# Tell versions [3.59,3.63) of GNU make to not export all variables.
636# Otherwise a system limit (for SysV at least) may be exceeded.
637.NOEXPORT:
638