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