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 19 VPATH = @srcdir@ 20 pkgdatadir = $(datadir)/@PACKAGE@ 21 pkgincludedir = $(includedir)/@PACKAGE@ 22 pkglibdir = $(libdir)/@PACKAGE@ 23 pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ 37 host_triplet = @host@ 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 @OS_DARWIN_FALSE@@OS_LINUX_TRUE@am__objects_3 = $(am__objects_2) 79 @OS_DARWIN_TRUE@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.@am__isrc@ -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 = @ACLOCAL@ 123 AMTAR = @AMTAR@ 124 AM_CFLAGS = @AM_CFLAGS@ 125 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 126 AM_LDFLAGS = @AM_LDFLAGS@ 127 AR = @AR@ 128 AUTOCONF = @AUTOCONF@ 129 AUTOHEADER = @AUTOHEADER@ 130 AUTOMAKE = @AUTOMAKE@ 131 AWK = @AWK@ 132 CC = @CC@ 133 CCDEPMODE = @CCDEPMODE@ 134 CFLAGS = @CFLAGS@ 135 CPP = @CPP@ 136 CPPFLAGS = @CPPFLAGS@ 137 CYGPATH_W = @CYGPATH_W@ 138 DEFS = @DEFS@ 139 DEPDIR = @DEPDIR@ 140 DSYMUTIL = @DSYMUTIL@ 141 DUMPBIN = @DUMPBIN@ 142 ECHO_C = @ECHO_C@ 143 ECHO_N = @ECHO_N@ 144 ECHO_T = @ECHO_T@ 145 EGREP = @EGREP@ 146 EXEEXT = @EXEEXT@ 147 FGREP = @FGREP@ 148 GREP = @GREP@ 149 INSTALL = @INSTALL@ 150 INSTALL_DATA = @INSTALL_DATA@ 151 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 152 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 154 LD = @LD@ 155 LDFLAGS = @LDFLAGS@ 156 LIBOBJS = @LIBOBJS@ 157 LIBS = @LIBS@ 158 LIBTOOL = @LIBTOOL@ 159 LIPO = @LIPO@ 160 LN_S = @LN_S@ 161 LTLIBOBJS = @LTLIBOBJS@ 162 MAKEINFO = @MAKEINFO@ 163 MKDIR_P = @MKDIR_P@ 164 NM = @NM@ 165 NMEDIT = @NMEDIT@ 166 OBJDUMP = @OBJDUMP@ 167 OBJEXT = @OBJEXT@ 168 OS_DARWIN = @OS_DARWIN@ 169 OS_LINUX = @OS_LINUX@ 170 OTOOL = @OTOOL@ 171 OTOOL64 = @OTOOL64@ 172 PACKAGE = @PACKAGE@ 173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 174 PACKAGE_NAME = @PACKAGE_NAME@ 175 PACKAGE_STRING = @PACKAGE_STRING@ 176 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 177 PACKAGE_URL = @PACKAGE_URL@ 178 PACKAGE_VERSION = @PACKAGE_VERSION@ 179 PATH_SEPARATOR = @PATH_SEPARATOR@ 180 RANLIB = @RANLIB@ 181 SED = @SED@ 182 SET_MAKE = @SET_MAKE@ 183 SHELL = @SHELL@ 184 STRIP = @STRIP@ 185 VERSION = @VERSION@ 186 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@ 187 abs_builddir = @abs_builddir@ 188 abs_srcdir = @abs_srcdir@ 189 abs_top_builddir = @abs_top_builddir@ 190 abs_top_srcdir = @abs_top_srcdir@ 191 ac_ct_CC = @ac_ct_CC@ 192 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 193 am__include = @am__include@ 194 am__leading_dot = @am__leading_dot@ 195 am__quote = @am__quote@ 196 am__tar = @am__tar@ 197 am__untar = @am__untar@ 198 bindir = @bindir@ 199 build = @build@ 200 build_alias = @build_alias@ 201 build_cpu = @build_cpu@ 202 build_os = @build_os@ 203 build_vendor = @build_vendor@ 204 builddir = @builddir@ 205 datadir = @datadir@ 206 datarootdir = @datarootdir@ 207 docdir = @docdir@ 208 dvidir = @dvidir@ 209 exec_prefix = @exec_prefix@ 210 host = @host@ 211 host_alias = @host_alias@ 212 host_cpu = @host_cpu@ 213 host_os = @host_os@ 214 host_vendor = @host_vendor@ 215 htmldir = @htmldir@ 216 includedir = @includedir@ 217 infodir = @infodir@ 218 install_sh = @install_sh@ 219 libdir = @libdir@ 220 libexecdir = @libexecdir@ 221 localedir = @localedir@ 222 localstatedir = @localstatedir@ 223 lt_ECHO = @lt_ECHO@ 224 lt_age = @lt_age@ 225 lt_major = @lt_major@ 226 lt_revision = @lt_revision@ 227 mandir = @mandir@ 228 mkdir_p = @mkdir_p@ 229 oldincludedir = @oldincludedir@ 230 pdfdir = @pdfdir@ 231 prefix = @prefix@ 232 program_transform_name = @program_transform_name@ 233 psdir = @psdir@ 234 sbindir = @sbindir@ 235 sharedstatedir = @sharedstatedir@ 236 srcdir = @srcdir@ 237 sysconfdir = @sysconfdir@ 238 target_alias = @target_alias@ 239 top_build_prefix = @top_build_prefix@ 240 top_builddir = @top_builddir@ 241 top_srcdir = @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_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 249 libusb_1_0_la_CFLAGS = $(VISIBILITY_CFLAGS) $(AM_CFLAGS) -pthread 250 libusb_1_0_la_SOURCES = libusbi.h core.c descriptor.c io.c sync.c $(OS_SRC) 251 hdrdir = $(includedir)/libusb-1.0 252 hdr_HEADERS = libusb.h 253 all: 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 270 Makefile: $(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): 287 install-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 301 uninstall-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 310 clean-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 318 libusb-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 321 mostlyclean-compile: 322 -rm -f *.$(OBJEXT) 323 324 distclean-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 358 libusb_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 366 libusb_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 374 libusb_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 382 libusb_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 390 libusb_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 398 libusb_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 406 mostlyclean-libtool: 407 -rm -f *.lo 408 409 clean-libtool: 410 -rm -rf .libs _libs 411 install-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 424 uninstall-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 432 ID: $(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 440 tags: TAGS 441 442 TAGS: $(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 463 ctags: CTAGS 464 CTAGS: $(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 476 GTAGS: 477 here=`$(am__cd) $(top_builddir) && pwd` \ 478 && $(am__cd) $(top_srcdir) \ 479 && gtags -i $(GTAGS_ARGS) "$$here" 480 481 distclean-tags: 482 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 483 484 distdir: $(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 514 check-am: all-am 515 check: check-am 516 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 517 installdirs: 518 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(hdrdir)"; do \ 519 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 520 done 521 install: install-am 522 install-exec: install-exec-am 523 install-data: install-data-am 524 uninstall: uninstall-am 525 526 install-am: all-am 527 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 528 529 installcheck: installcheck-am 530 install-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 535 mostlyclean-generic: 536 537 clean-generic: 538 539 distclean-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 543 maintainer-clean-generic: 544 @echo "This command is intended for maintainers to use" 545 @echo "it deletes files that may require special tools to rebuild." 546 clean: clean-am 547 548 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 549 mostlyclean-am 550 551 distclean: distclean-am 552 -rm -rf ./$(DEPDIR) 553 -rm -f Makefile 554 distclean-am: clean-am distclean-compile distclean-generic \ 555 distclean-tags 556 557 dvi: dvi-am 558 559 dvi-am: 560 561 html: html-am 562 563 html-am: 564 565 info: info-am 566 567 info-am: 568 569 install-data-am: install-hdrHEADERS 570 571 install-dvi: install-dvi-am 572 573 install-dvi-am: 574 575 install-exec-am: install-libLTLIBRARIES 576 577 install-html: install-html-am 578 579 install-html-am: 580 581 install-info: install-info-am 582 583 install-info-am: 584 585 install-man: 586 587 install-pdf: install-pdf-am 588 589 install-pdf-am: 590 591 install-ps: install-ps-am 592 593 install-ps-am: 594 595 installcheck-am: 596 597 maintainer-clean: maintainer-clean-am 598 -rm -rf ./$(DEPDIR) 599 -rm -f Makefile 600 maintainer-clean-am: distclean-am maintainer-clean-generic 601 602 mostlyclean: mostlyclean-am 603 604 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 605 mostlyclean-libtool 606 607 pdf: pdf-am 608 609 pdf-am: 610 611 ps: ps-am 612 613 ps-am: 614 615 uninstall-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