libusb 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/.travis.yml +1 -0
  5. data/History.md +8 -0
  6. data/README.md +5 -15
  7. data/Rakefile +8 -1
  8. data/ext/extconf.rb +49 -12
  9. data/ext/{libusb-1.0.19 → libusb-1.0.20}/AUTHORS +12 -1
  10. data/ext/{libusb-1.0.19 → libusb-1.0.20}/COPYING +0 -0
  11. data/ext/{libusb-1.0.19 → libusb-1.0.20}/ChangeLog +18 -2
  12. data/ext/{libusb-1.0.19 → libusb-1.0.20}/INSTALL +0 -0
  13. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Makefile.am +0 -0
  14. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Makefile.in +31 -18
  15. data/ext/{libusb-1.0.19 → libusb-1.0.20}/NEWS +0 -0
  16. data/ext/{libusb-1.0.19 → libusb-1.0.20}/PORTING +0 -0
  17. data/ext/{libusb-1.0.19 → libusb-1.0.20}/README +5 -3
  18. data/ext/{libusb-1.0.19 → libusb-1.0.20}/TODO +0 -0
  19. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/common.xcconfig +0 -0
  20. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/config.h +0 -0
  21. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/debug.xcconfig +0 -0
  22. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/libusb.xcconfig +0 -0
  23. data/ext/libusb-1.0.20/Xcode/libusb.xcodeproj/project.pbxproj +865 -0
  24. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/libusb_debug.xcconfig +0 -0
  25. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/libusb_release.xcconfig +0 -0
  26. data/ext/{libusb-1.0.19 → libusb-1.0.20}/Xcode/release.xcconfig +0 -0
  27. data/ext/{libusb-1.0.19 → libusb-1.0.20}/aclocal.m4 +35 -32
  28. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/README +0 -0
  29. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/config.h +0 -0
  30. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/jni/Android.mk +0 -0
  31. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/jni/Application.mk +0 -0
  32. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/jni/examples.mk +0 -0
  33. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/jni/libusb.mk +0 -0
  34. data/ext/{libusb-1.0.19 → libusb-1.0.20}/android/jni/tests.mk +0 -0
  35. data/ext/{libusb-1.0.19 → libusb-1.0.20}/compile +1 -1
  36. data/ext/{libusb-1.0.19 → libusb-1.0.20}/config.guess +13 -160
  37. data/ext/{libusb-1.0.19 → libusb-1.0.20}/config.h.in +6 -0
  38. data/ext/{libusb-1.0.19 → libusb-1.0.20}/config.sub +26 -12
  39. data/ext/{libusb-1.0.19 → libusb-1.0.20}/configure +244 -20
  40. data/ext/{libusb-1.0.19 → libusb-1.0.20}/configure.ac +27 -4
  41. data/ext/{libusb-1.0.19 → libusb-1.0.20}/depcomp +1 -1
  42. data/ext/{libusb-1.0.19 → libusb-1.0.20}/doc/Makefile.am +0 -0
  43. data/ext/{libusb-1.0.19 → libusb-1.0.20}/doc/Makefile.in +19 -6
  44. data/ext/libusb-1.0.20/doc/doxygen.cfg.in +2334 -0
  45. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/Makefile.am +0 -0
  46. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/Makefile.in +19 -6
  47. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/dpfp.c +0 -0
  48. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/dpfp_threaded.c +15 -10
  49. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/ezusb.c +0 -0
  50. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/ezusb.h +0 -0
  51. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/fxload.c +28 -7
  52. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/getopt/getopt.c +0 -0
  53. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/getopt/getopt.h +0 -0
  54. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/getopt/getopt1.c +0 -0
  55. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/hotplugtest.c +21 -3
  56. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/listdevs.c +0 -0
  57. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/sam3u_benchmark.c +0 -0
  58. data/ext/{libusb-1.0.19 → libusb-1.0.20}/examples/xusb.c +2 -1
  59. data/ext/{libusb-1.0.19 → libusb-1.0.20}/install-sh +170 -196
  60. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb-1.0.pc.in +0 -0
  61. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/Makefile.am +15 -0
  62. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/Makefile.in +192 -53
  63. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/core.c +218 -100
  64. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/descriptor.c +3 -1
  65. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/hotplug.c +26 -9
  66. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/hotplug.h +8 -0
  67. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/io.c +432 -290
  68. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/libusb-1.0.def +2 -0
  69. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/libusb-1.0.rc +0 -0
  70. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/libusb.h +11 -10
  71. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/libusbi.h +106 -29
  72. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/darwin_usb.c +27 -67
  73. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/darwin_usb.h +3 -7
  74. data/ext/libusb-1.0.20/libusb/os/haiku/Makefile.am +5 -0
  75. data/ext/libusb-1.0.20/libusb/os/haiku/Makefile.in +810 -0
  76. data/ext/libusb-1.0.20/libusb/os/haiku/aclocal.m4 +1193 -0
  77. data/ext/libusb-1.0.20/libusb/os/haiku/compile +347 -0
  78. data/ext/libusb-1.0.20/libusb/os/haiku/config.guess +1421 -0
  79. data/ext/libusb-1.0.20/libusb/os/haiku/config.sub +1807 -0
  80. data/ext/libusb-1.0.20/libusb/os/haiku/configure +17579 -0
  81. data/ext/libusb-1.0.20/libusb/os/haiku/configure.ac +8 -0
  82. data/ext/libusb-1.0.20/libusb/os/haiku/depcomp +791 -0
  83. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_pollfs.cpp +378 -0
  84. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb.h +112 -0
  85. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_backend.cpp +550 -0
  86. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_raw.cpp +255 -0
  87. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_raw.h +180 -0
  88. data/ext/libusb-1.0.20/libusb/os/haiku/install-sh +501 -0
  89. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/ltmain.sh +0 -0
  90. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/m4/libtool.m4 +0 -0
  91. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/m4/ltoptions.m4 +0 -0
  92. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/m4/ltsugar.m4 +0 -0
  93. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/m4/ltversion.m4 +0 -0
  94. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/m4/lt~obsolete.m4 +0 -0
  95. data/ext/{libusb-1.0.19 → libusb-1.0.20/libusb/os/haiku}/missing +1 -1
  96. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/linux_netlink.c +4 -4
  97. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/linux_udev.c +1 -2
  98. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/linux_usbfs.c +46 -49
  99. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/linux_usbfs.h +1 -1
  100. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/netbsd_usb.c +9 -73
  101. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/openbsd_usb.c +9 -73
  102. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/poll_posix.c +2 -0
  103. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/poll_posix.h +0 -0
  104. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/poll_windows.c +3 -1
  105. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/poll_windows.h +0 -0
  106. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/threads_posix.c +3 -3
  107. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/threads_posix.h +0 -0
  108. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/threads_windows.c +3 -1
  109. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/threads_windows.h +0 -0
  110. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/wince_usb.c +87 -250
  111. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/wince_usb.h +0 -0
  112. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/windows_common.h +1 -1
  113. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/windows_usb.c +267 -181
  114. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/os/windows_usb.h +22 -7
  115. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/strerror.c +5 -2
  116. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/sync.c +2 -1
  117. data/ext/{libusb-1.0.19 → libusb-1.0.20}/libusb/version.h +1 -1
  118. data/ext/libusb-1.0.20/libusb/version_nano.h +1 -0
  119. data/ext/libusb-1.0.20/ltmain.sh +9655 -0
  120. data/ext/libusb-1.0.20/m4/libtool.m4 +7992 -0
  121. data/ext/libusb-1.0.20/m4/ltoptions.m4 +384 -0
  122. data/ext/libusb-1.0.20/m4/ltsugar.m4 +123 -0
  123. data/ext/libusb-1.0.20/m4/ltversion.m4 +23 -0
  124. data/ext/libusb-1.0.20/m4/lt~obsolete.m4 +98 -0
  125. data/ext/libusb-1.0.20/missing +215 -0
  126. data/ext/{libusb-1.0.19 → libusb-1.0.20}/tests/Makefile.am +0 -0
  127. data/ext/{libusb-1.0.19 → libusb-1.0.20}/tests/Makefile.in +19 -6
  128. data/ext/{libusb-1.0.19 → libusb-1.0.20}/tests/libusb_testlib.h +0 -0
  129. data/ext/{libusb-1.0.19 → libusb-1.0.20}/tests/stress.c +0 -0
  130. data/ext/{libusb-1.0.19 → libusb-1.0.20}/tests/testlib.c +0 -0
  131. data/lib/libusb.rb +1 -0
  132. data/lib/libusb/call.rb +1 -0
  133. data/lib/libusb/context.rb +5 -2
  134. data/lib/libusb/stdio.rb +25 -0
  135. data/lib/libusb/version_gem.rb +1 -1
  136. data/libusb.gemspec +2 -1
  137. metadata +152 -115
  138. metadata.gz.sig +0 -0
  139. data/ext/libusb-1.0.19/Xcode/libusb.xcodeproj/project.pbxproj +0 -1
  140. data/ext/libusb-1.0.19/doc/doxygen.cfg.in +0 -1288
  141. data/ext/libusb-1.0.19/libusb/version_nano.h +0 -1
@@ -28,7 +28,7 @@
28
28
  #include <IOKit/IOCFPlugIn.h>
29
29
 
30
30
  /* IOUSBInterfaceInferface */
31
- #if defined (kIOUSBInterfaceInterfaceID550)
31
+ #if defined (kIOUSBInterfaceInterfaceID550) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
32
32
 
33
33
  #define usb_interface_t IOUSBInterfaceInterface550
34
34
  #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID550
@@ -65,7 +65,7 @@
65
65
  #endif
66
66
 
67
67
  /* IOUSBDeviceInterface */
68
- #if defined (kIOUSBDeviceInterfaceID500)
68
+ #if defined (kIOUSBDeviceInterfaceID500) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
69
69
 
70
70
  #define usb_device_t IOUSBDeviceInterface500
71
71
  #define DeviceInterfaceID kIOUSBDeviceInterfaceID500
@@ -130,7 +130,6 @@ struct darwin_device_priv {
130
130
  struct darwin_device_handle_priv {
131
131
  int is_open;
132
132
  CFRunLoopSourceRef cfSource;
133
- int fds[2];
134
133
 
135
134
  struct darwin_interface {
136
135
  usb_interface_t **interface;
@@ -150,11 +149,8 @@ struct darwin_transfer_priv {
150
149
  IOUSBDevRequestTO req;
151
150
 
152
151
  /* Bulk */
153
- };
154
152
 
155
- /* structure for signaling io completion */
156
- struct darwin_msg_async_io_complete {
157
- struct usbi_transfer *itransfer;
153
+ /* Completion status */
158
154
  IOReturn result;
159
155
  UInt32 size;
160
156
  };
@@ -0,0 +1,5 @@
1
+ ACLOCAL_AMFLAGS = -I m4
2
+ AUTOMAKE_OPTIONS = subdir-objects
3
+ noinst_LTLIBRARIES = libhaikuusb.la
4
+ libhaikuusb_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/.. -I$(srcdir)/../.. -I$(srcdir)/../../.. -I$(srcdir)/../../../..
5
+ libhaikuusb_la_SOURCES = haiku_usb_raw.cpp haiku_usb_backend.cpp haiku_pollfs.cpp haiku_usb_raw.h haiku_usb.h
@@ -0,0 +1,810 @@
1
+ # Makefile.in generated by automake 1.15 from Makefile.am.
2
+ # @configure_input@
3
+
4
+ # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
+
6
+ # This Makefile.in is free software; the Free Software Foundation
7
+ # gives unlimited permission to copy and/or distribute it,
8
+ # with or without modifications, as long as this notice is preserved.
9
+
10
+ # This program is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
+ # PARTICULAR PURPOSE.
14
+
15
+ @SET_MAKE@
16
+
17
+ VPATH = @srcdir@
18
+ am__is_gnu_make = { \
19
+ if test -z '$(MAKELEVEL)'; then \
20
+ false; \
21
+ elif test -n '$(MAKE_HOST)'; then \
22
+ true; \
23
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24
+ true; \
25
+ else \
26
+ false; \
27
+ fi; \
28
+ }
29
+ am__make_running_with_option = \
30
+ case $${target_option-} in \
31
+ ?) ;; \
32
+ *) echo "am__make_running_with_option: internal error: invalid" \
33
+ "target option '$${target_option-}' specified" >&2; \
34
+ exit 1;; \
35
+ esac; \
36
+ has_opt=no; \
37
+ sane_makeflags=$$MAKEFLAGS; \
38
+ if $(am__is_gnu_make); then \
39
+ sane_makeflags=$$MFLAGS; \
40
+ else \
41
+ case $$MAKEFLAGS in \
42
+ *\\[\ \ ]*) \
43
+ bs=\\; \
44
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46
+ esac; \
47
+ fi; \
48
+ skip_next=no; \
49
+ strip_trailopt () \
50
+ { \
51
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52
+ }; \
53
+ for flg in $$sane_makeflags; do \
54
+ test $$skip_next = yes && { skip_next=no; continue; }; \
55
+ case $$flg in \
56
+ *=*|--*) continue;; \
57
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
58
+ -*I?*) strip_trailopt 'I';; \
59
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
60
+ -*O?*) strip_trailopt 'O';; \
61
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
62
+ -*l?*) strip_trailopt 'l';; \
63
+ -[dEDm]) skip_next=yes;; \
64
+ -[JT]) skip_next=yes;; \
65
+ esac; \
66
+ case $$flg in \
67
+ *$$target_option*) has_opt=yes; break;; \
68
+ esac; \
69
+ done; \
70
+ test $$has_opt = yes
71
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73
+ pkgdatadir = $(datadir)/@PACKAGE@
74
+ pkgincludedir = $(includedir)/@PACKAGE@
75
+ pkglibdir = $(libdir)/@PACKAGE@
76
+ pkglibexecdir = $(libexecdir)/@PACKAGE@
77
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78
+ install_sh_DATA = $(install_sh) -c -m 644
79
+ install_sh_PROGRAM = $(install_sh) -c
80
+ install_sh_SCRIPT = $(install_sh) -c
81
+ INSTALL_HEADER = $(INSTALL_DATA)
82
+ transform = $(program_transform_name)
83
+ NORMAL_INSTALL = :
84
+ PRE_INSTALL = :
85
+ POST_INSTALL = :
86
+ NORMAL_UNINSTALL = :
87
+ PRE_UNINSTALL = :
88
+ POST_UNINSTALL = :
89
+ build_triplet = @build@
90
+ host_triplet = @host@
91
+ subdir = .
92
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
+ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96
+ $(top_srcdir)/configure.ac
97
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98
+ $(ACLOCAL_M4)
99
+ DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100
+ $(am__configure_deps) $(am__DIST_COMMON)
101
+ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102
+ configure.lineno config.status.lineno
103
+ mkinstalldirs = $(install_sh) -d
104
+ CONFIG_CLEAN_FILES =
105
+ CONFIG_CLEAN_VPATH_FILES =
106
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
107
+ libhaikuusb_la_LIBADD =
108
+ am_libhaikuusb_la_OBJECTS = libhaikuusb_la-haiku_usb_raw.lo \
109
+ libhaikuusb_la-haiku_usb_backend.lo \
110
+ libhaikuusb_la-haiku_pollfs.lo
111
+ libhaikuusb_la_OBJECTS = $(am_libhaikuusb_la_OBJECTS)
112
+ AM_V_lt = $(am__v_lt_@AM_V@)
113
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114
+ am__v_lt_0 = --silent
115
+ am__v_lt_1 =
116
+ AM_V_P = $(am__v_P_@AM_V@)
117
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118
+ am__v_P_0 = false
119
+ am__v_P_1 = :
120
+ AM_V_GEN = $(am__v_GEN_@AM_V@)
121
+ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122
+ am__v_GEN_0 = @echo " GEN " $@;
123
+ am__v_GEN_1 =
124
+ AM_V_at = $(am__v_at_@AM_V@)
125
+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126
+ am__v_at_0 = @
127
+ am__v_at_1 =
128
+ DEFAULT_INCLUDES = -I.@am__isrc@
129
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
130
+ am__depfiles_maybe = depfiles
131
+ am__mv = mv -f
132
+ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134
+ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
135
+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
136
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137
+ $(AM_CXXFLAGS) $(CXXFLAGS)
138
+ AM_V_CXX = $(am__v_CXX_@AM_V@)
139
+ am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
140
+ am__v_CXX_0 = @echo " CXX " $@;
141
+ am__v_CXX_1 =
142
+ CXXLD = $(CXX)
143
+ CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
144
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
145
+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146
+ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
147
+ am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
148
+ am__v_CXXLD_0 = @echo " CXXLD " $@;
149
+ am__v_CXXLD_1 =
150
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152
+ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155
+ $(AM_CFLAGS) $(CFLAGS)
156
+ AM_V_CC = $(am__v_CC_@AM_V@)
157
+ am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158
+ am__v_CC_0 = @echo " CC " $@;
159
+ am__v_CC_1 =
160
+ CCLD = $(CC)
161
+ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
164
+ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166
+ am__v_CCLD_0 = @echo " CCLD " $@;
167
+ am__v_CCLD_1 =
168
+ SOURCES = $(libhaikuusb_la_SOURCES)
169
+ DIST_SOURCES = $(libhaikuusb_la_SOURCES)
170
+ am__can_run_installinfo = \
171
+ case $$AM_UPDATE_INFO_DIR in \
172
+ n|no|NO) false;; \
173
+ *) (install-info --version) >/dev/null 2>&1;; \
174
+ esac
175
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176
+ # Read a list of newline-separated strings from the standard input,
177
+ # and print each of them once, without duplicates. Input order is
178
+ # *not* preserved.
179
+ am__uniquify_input = $(AWK) '\
180
+ BEGIN { nonempty = 0; } \
181
+ { items[$$0] = 1; nonempty = 1; } \
182
+ END { if (nonempty) { for (i in items) print i; }; } \
183
+ '
184
+ # Make sure the list of sources is unique. This is necessary because,
185
+ # e.g., the same source file might be shared among _SOURCES variables
186
+ # for different programs/libraries.
187
+ am__define_uniq_tagged_files = \
188
+ list='$(am__tagged_files)'; \
189
+ unique=`for i in $$list; do \
190
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191
+ done | $(am__uniquify_input)`
192
+ ETAGS = etags
193
+ CTAGS = ctags
194
+ CSCOPE = cscope
195
+ AM_RECURSIVE_TARGETS = cscope
196
+ am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
197
+ config.sub depcomp install-sh ltmain.sh missing
198
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199
+ distdir = $(PACKAGE)-$(VERSION)
200
+ top_distdir = $(distdir)
201
+ am__remove_distdir = \
202
+ if test -d "$(distdir)"; then \
203
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
204
+ && rm -rf "$(distdir)" \
205
+ || { sleep 5 && rm -rf "$(distdir)"; }; \
206
+ else :; fi
207
+ am__post_remove_distdir = $(am__remove_distdir)
208
+ DIST_ARCHIVES = $(distdir).tar.gz
209
+ GZIP_ENV = --best
210
+ DIST_TARGETS = dist-gzip
211
+ distuninstallcheck_listfiles = find . -type f -print
212
+ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
213
+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
214
+ distcleancheck_listfiles = find . -type f -print
215
+ ACLOCAL = @ACLOCAL@
216
+ AMTAR = @AMTAR@
217
+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218
+ AR = @AR@
219
+ AUTOCONF = @AUTOCONF@
220
+ AUTOHEADER = @AUTOHEADER@
221
+ AUTOMAKE = @AUTOMAKE@
222
+ AWK = @AWK@
223
+ CC = @CC@
224
+ CCDEPMODE = @CCDEPMODE@
225
+ CFLAGS = @CFLAGS@
226
+ CPP = @CPP@
227
+ CPPFLAGS = @CPPFLAGS@
228
+ CXX = @CXX@
229
+ CXXCPP = @CXXCPP@
230
+ CXXDEPMODE = @CXXDEPMODE@
231
+ CXXFLAGS = @CXXFLAGS@
232
+ CYGPATH_W = @CYGPATH_W@
233
+ DEFS = @DEFS@
234
+ DEPDIR = @DEPDIR@
235
+ DLLTOOL = @DLLTOOL@
236
+ DSYMUTIL = @DSYMUTIL@
237
+ DUMPBIN = @DUMPBIN@
238
+ ECHO_C = @ECHO_C@
239
+ ECHO_N = @ECHO_N@
240
+ ECHO_T = @ECHO_T@
241
+ EGREP = @EGREP@
242
+ EXEEXT = @EXEEXT@
243
+ FGREP = @FGREP@
244
+ GREP = @GREP@
245
+ INSTALL = @INSTALL@
246
+ INSTALL_DATA = @INSTALL_DATA@
247
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
248
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
249
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
250
+ LD = @LD@
251
+ LDFLAGS = @LDFLAGS@
252
+ LIBOBJS = @LIBOBJS@
253
+ LIBS = @LIBS@
254
+ LIBTOOL = @LIBTOOL@
255
+ LIPO = @LIPO@
256
+ LN_S = @LN_S@
257
+ LTLIBOBJS = @LTLIBOBJS@
258
+ MAINT = @MAINT@
259
+ MAKEINFO = @MAKEINFO@
260
+ MANIFEST_TOOL = @MANIFEST_TOOL@
261
+ MKDIR_P = @MKDIR_P@
262
+ NM = @NM@
263
+ NMEDIT = @NMEDIT@
264
+ OBJDUMP = @OBJDUMP@
265
+ OBJEXT = @OBJEXT@
266
+ OTOOL = @OTOOL@
267
+ OTOOL64 = @OTOOL64@
268
+ PACKAGE = @PACKAGE@
269
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270
+ PACKAGE_NAME = @PACKAGE_NAME@
271
+ PACKAGE_STRING = @PACKAGE_STRING@
272
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
273
+ PACKAGE_URL = @PACKAGE_URL@
274
+ PACKAGE_VERSION = @PACKAGE_VERSION@
275
+ PATH_SEPARATOR = @PATH_SEPARATOR@
276
+ RANLIB = @RANLIB@
277
+ SED = @SED@
278
+ SET_MAKE = @SET_MAKE@
279
+ SHELL = @SHELL@
280
+ STRIP = @STRIP@
281
+ VERSION = @VERSION@
282
+ abs_builddir = @abs_builddir@
283
+ abs_srcdir = @abs_srcdir@
284
+ abs_top_builddir = @abs_top_builddir@
285
+ abs_top_srcdir = @abs_top_srcdir@
286
+ ac_ct_AR = @ac_ct_AR@
287
+ ac_ct_CC = @ac_ct_CC@
288
+ ac_ct_CXX = @ac_ct_CXX@
289
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290
+ am__include = @am__include@
291
+ am__leading_dot = @am__leading_dot@
292
+ am__quote = @am__quote@
293
+ am__tar = @am__tar@
294
+ am__untar = @am__untar@
295
+ bindir = @bindir@
296
+ build = @build@
297
+ build_alias = @build_alias@
298
+ build_cpu = @build_cpu@
299
+ build_os = @build_os@
300
+ build_vendor = @build_vendor@
301
+ builddir = @builddir@
302
+ datadir = @datadir@
303
+ datarootdir = @datarootdir@
304
+ docdir = @docdir@
305
+ dvidir = @dvidir@
306
+ exec_prefix = @exec_prefix@
307
+ host = @host@
308
+ host_alias = @host_alias@
309
+ host_cpu = @host_cpu@
310
+ host_os = @host_os@
311
+ host_vendor = @host_vendor@
312
+ htmldir = @htmldir@
313
+ includedir = @includedir@
314
+ infodir = @infodir@
315
+ install_sh = @install_sh@
316
+ libdir = @libdir@
317
+ libexecdir = @libexecdir@
318
+ localedir = @localedir@
319
+ localstatedir = @localstatedir@
320
+ mandir = @mandir@
321
+ mkdir_p = @mkdir_p@
322
+ oldincludedir = @oldincludedir@
323
+ pdfdir = @pdfdir@
324
+ prefix = @prefix@
325
+ program_transform_name = @program_transform_name@
326
+ psdir = @psdir@
327
+ sbindir = @sbindir@
328
+ sharedstatedir = @sharedstatedir@
329
+ srcdir = @srcdir@
330
+ sysconfdir = @sysconfdir@
331
+ target_alias = @target_alias@
332
+ top_build_prefix = @top_build_prefix@
333
+ top_builddir = @top_builddir@
334
+ top_srcdir = @top_srcdir@
335
+ ACLOCAL_AMFLAGS = -I m4
336
+ AUTOMAKE_OPTIONS = subdir-objects
337
+ noinst_LTLIBRARIES = libhaikuusb.la
338
+ libhaikuusb_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/.. -I$(srcdir)/../.. -I$(srcdir)/../../.. -I$(srcdir)/../../../..
339
+ libhaikuusb_la_SOURCES = haiku_usb_raw.cpp haiku_usb_backend.cpp haiku_pollfs.cpp haiku_usb_raw.h haiku_usb.h
340
+ all: all-am
341
+
342
+ .SUFFIXES:
343
+ .SUFFIXES: .cpp .lo .o .obj
344
+ am--refresh: Makefile
345
+ @:
346
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
347
+ @for dep in $?; do \
348
+ case '$(am__configure_deps)' in \
349
+ *$$dep*) \
350
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
351
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
352
+ && exit 0; \
353
+ exit 1;; \
354
+ esac; \
355
+ done; \
356
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
357
+ $(am__cd) $(top_srcdir) && \
358
+ $(AUTOMAKE) --foreign Makefile
359
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360
+ @case '$?' in \
361
+ *config.status*) \
362
+ echo ' $(SHELL) ./config.status'; \
363
+ $(SHELL) ./config.status;; \
364
+ *) \
365
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
366
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
367
+ esac;
368
+
369
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
370
+ $(SHELL) ./config.status --recheck
371
+
372
+ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
373
+ $(am__cd) $(srcdir) && $(AUTOCONF)
374
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
375
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
376
+ $(am__aclocal_m4_deps):
377
+
378
+ clean-noinstLTLIBRARIES:
379
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
380
+ @list='$(noinst_LTLIBRARIES)'; \
381
+ locs=`for p in $$list; do echo $$p; done | \
382
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
383
+ sort -u`; \
384
+ test -z "$$locs" || { \
385
+ echo rm -f $${locs}; \
386
+ rm -f $${locs}; \
387
+ }
388
+
389
+ libhaikuusb.la: $(libhaikuusb_la_OBJECTS) $(libhaikuusb_la_DEPENDENCIES) $(EXTRA_libhaikuusb_la_DEPENDENCIES)
390
+ $(AM_V_CXXLD)$(CXXLINK) $(libhaikuusb_la_OBJECTS) $(libhaikuusb_la_LIBADD) $(LIBS)
391
+
392
+ mostlyclean-compile:
393
+ -rm -f *.$(OBJEXT)
394
+
395
+ distclean-compile:
396
+ -rm -f *.tab.c
397
+
398
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhaikuusb_la-haiku_pollfs.Plo@am__quote@
399
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhaikuusb_la-haiku_usb_backend.Plo@am__quote@
400
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhaikuusb_la-haiku_usb_raw.Plo@am__quote@
401
+
402
+ .cpp.o:
403
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
404
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
405
+ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
406
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
409
+
410
+ .cpp.obj:
411
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
412
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
413
+ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
414
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
+
418
+ .cpp.lo:
419
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
420
+ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
421
+ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
422
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
425
+
426
+ libhaikuusb_la-haiku_usb_raw.lo: haiku_usb_raw.cpp
427
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhaikuusb_la-haiku_usb_raw.lo -MD -MP -MF $(DEPDIR)/libhaikuusb_la-haiku_usb_raw.Tpo -c -o libhaikuusb_la-haiku_usb_raw.lo `test -f 'haiku_usb_raw.cpp' || echo '$(srcdir)/'`haiku_usb_raw.cpp
428
+ @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhaikuusb_la-haiku_usb_raw.Tpo $(DEPDIR)/libhaikuusb_la-haiku_usb_raw.Plo
429
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='haiku_usb_raw.cpp' object='libhaikuusb_la-haiku_usb_raw.lo' libtool=yes @AMDEPBACKSLASH@
430
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhaikuusb_la-haiku_usb_raw.lo `test -f 'haiku_usb_raw.cpp' || echo '$(srcdir)/'`haiku_usb_raw.cpp
432
+
433
+ libhaikuusb_la-haiku_usb_backend.lo: haiku_usb_backend.cpp
434
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhaikuusb_la-haiku_usb_backend.lo -MD -MP -MF $(DEPDIR)/libhaikuusb_la-haiku_usb_backend.Tpo -c -o libhaikuusb_la-haiku_usb_backend.lo `test -f 'haiku_usb_backend.cpp' || echo '$(srcdir)/'`haiku_usb_backend.cpp
435
+ @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhaikuusb_la-haiku_usb_backend.Tpo $(DEPDIR)/libhaikuusb_la-haiku_usb_backend.Plo
436
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='haiku_usb_backend.cpp' object='libhaikuusb_la-haiku_usb_backend.lo' libtool=yes @AMDEPBACKSLASH@
437
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhaikuusb_la-haiku_usb_backend.lo `test -f 'haiku_usb_backend.cpp' || echo '$(srcdir)/'`haiku_usb_backend.cpp
439
+
440
+ libhaikuusb_la-haiku_pollfs.lo: haiku_pollfs.cpp
441
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhaikuusb_la-haiku_pollfs.lo -MD -MP -MF $(DEPDIR)/libhaikuusb_la-haiku_pollfs.Tpo -c -o libhaikuusb_la-haiku_pollfs.lo `test -f 'haiku_pollfs.cpp' || echo '$(srcdir)/'`haiku_pollfs.cpp
442
+ @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhaikuusb_la-haiku_pollfs.Tpo $(DEPDIR)/libhaikuusb_la-haiku_pollfs.Plo
443
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='haiku_pollfs.cpp' object='libhaikuusb_la-haiku_pollfs.lo' libtool=yes @AMDEPBACKSLASH@
444
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445
+ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhaikuusb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhaikuusb_la-haiku_pollfs.lo `test -f 'haiku_pollfs.cpp' || echo '$(srcdir)/'`haiku_pollfs.cpp
446
+
447
+ mostlyclean-libtool:
448
+ -rm -f *.lo
449
+
450
+ clean-libtool:
451
+ -rm -rf .libs _libs
452
+
453
+ distclean-libtool:
454
+ -rm -f libtool config.lt
455
+
456
+ ID: $(am__tagged_files)
457
+ $(am__define_uniq_tagged_files); mkid -fID $$unique
458
+ tags: tags-am
459
+ TAGS: tags
460
+
461
+ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462
+ set x; \
463
+ here=`pwd`; \
464
+ $(am__define_uniq_tagged_files); \
465
+ shift; \
466
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467
+ test -n "$$unique" || unique=$$empty_fix; \
468
+ if test $$# -gt 0; then \
469
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470
+ "$$@" $$unique; \
471
+ else \
472
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473
+ $$unique; \
474
+ fi; \
475
+ fi
476
+ ctags: ctags-am
477
+
478
+ CTAGS: ctags
479
+ ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480
+ $(am__define_uniq_tagged_files); \
481
+ test -z "$(CTAGS_ARGS)$$unique" \
482
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483
+ $$unique
484
+
485
+ GTAGS:
486
+ here=`$(am__cd) $(top_builddir) && pwd` \
487
+ && $(am__cd) $(top_srcdir) \
488
+ && gtags -i $(GTAGS_ARGS) "$$here"
489
+ cscope: cscope.files
490
+ test ! -s cscope.files \
491
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
492
+ clean-cscope:
493
+ -rm -f cscope.files
494
+ cscope.files: clean-cscope cscopelist
495
+ cscopelist: cscopelist-am
496
+
497
+ cscopelist-am: $(am__tagged_files)
498
+ list='$(am__tagged_files)'; \
499
+ case "$(srcdir)" in \
500
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
501
+ *) sdir=$(subdir)/$(srcdir) ;; \
502
+ esac; \
503
+ for i in $$list; do \
504
+ if test -f "$$i"; then \
505
+ echo "$(subdir)/$$i"; \
506
+ else \
507
+ echo "$$sdir/$$i"; \
508
+ fi; \
509
+ done >> $(top_builddir)/cscope.files
510
+
511
+ distclean-tags:
512
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
514
+
515
+ distdir: $(DISTFILES)
516
+ $(am__remove_distdir)
517
+ test -d "$(distdir)" || mkdir "$(distdir)"
518
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520
+ list='$(DISTFILES)'; \
521
+ dist_files=`for file in $$list; do echo $$file; done | \
522
+ sed -e "s|^$$srcdirstrip/||;t" \
523
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524
+ case $$dist_files in \
525
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
526
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527
+ sort -u` ;; \
528
+ esac; \
529
+ for file in $$dist_files; do \
530
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531
+ if test -d $$d/$$file; then \
532
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533
+ if test -d "$(distdir)/$$file"; then \
534
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535
+ fi; \
536
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539
+ fi; \
540
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541
+ else \
542
+ test -f "$(distdir)/$$file" \
543
+ || cp -p $$d/$$file "$(distdir)/$$file" \
544
+ || exit 1; \
545
+ fi; \
546
+ done
547
+ -test -n "$(am__skip_mode_fix)" \
548
+ || find "$(distdir)" -type d ! -perm -755 \
549
+ -exec chmod u+rwx,go+rx {} \; -o \
550
+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
551
+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
552
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
553
+ || chmod -R a+r "$(distdir)"
554
+ dist-gzip: distdir
555
+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
556
+ $(am__post_remove_distdir)
557
+
558
+ dist-bzip2: distdir
559
+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
560
+ $(am__post_remove_distdir)
561
+
562
+ dist-lzip: distdir
563
+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
564
+ $(am__post_remove_distdir)
565
+
566
+ dist-xz: distdir
567
+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
568
+ $(am__post_remove_distdir)
569
+
570
+ dist-tarZ: distdir
571
+ @echo WARNING: "Support for distribution archives compressed with" \
572
+ "legacy program 'compress' is deprecated." >&2
573
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
574
+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
575
+ $(am__post_remove_distdir)
576
+
577
+ dist-shar: distdir
578
+ @echo WARNING: "Support for shar distribution archives is" \
579
+ "deprecated." >&2
580
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
581
+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
582
+ $(am__post_remove_distdir)
583
+
584
+ dist-zip: distdir
585
+ -rm -f $(distdir).zip
586
+ zip -rq $(distdir).zip $(distdir)
587
+ $(am__post_remove_distdir)
588
+
589
+ dist dist-all:
590
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
591
+ $(am__post_remove_distdir)
592
+
593
+ # This target untars the dist file and tries a VPATH configuration. Then
594
+ # it guarantees that the distribution is self-contained by making another
595
+ # tarfile.
596
+ distcheck: dist
597
+ case '$(DIST_ARCHIVES)' in \
598
+ *.tar.gz*) \
599
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
600
+ *.tar.bz2*) \
601
+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
602
+ *.tar.lz*) \
603
+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
604
+ *.tar.xz*) \
605
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
606
+ *.tar.Z*) \
607
+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
608
+ *.shar.gz*) \
609
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
610
+ *.zip*) \
611
+ unzip $(distdir).zip ;;\
612
+ esac
613
+ chmod -R a-w $(distdir)
614
+ chmod u+w $(distdir)
615
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
616
+ chmod a-w $(distdir)
617
+ test -d $(distdir)/_build || exit 0; \
618
+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
619
+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
620
+ && am__cwd=`pwd` \
621
+ && $(am__cd) $(distdir)/_build/sub \
622
+ && ../../configure \
623
+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \
624
+ $(DISTCHECK_CONFIGURE_FLAGS) \
625
+ --srcdir=../.. --prefix="$$dc_install_base" \
626
+ && $(MAKE) $(AM_MAKEFLAGS) \
627
+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
628
+ && $(MAKE) $(AM_MAKEFLAGS) check \
629
+ && $(MAKE) $(AM_MAKEFLAGS) install \
630
+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
631
+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
632
+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
633
+ distuninstallcheck \
634
+ && chmod -R a-w "$$dc_install_base" \
635
+ && ({ \
636
+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
637
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
638
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
639
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
640
+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
641
+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
642
+ && rm -rf "$$dc_destdir" \
643
+ && $(MAKE) $(AM_MAKEFLAGS) dist \
644
+ && rm -rf $(DIST_ARCHIVES) \
645
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
646
+ && cd "$$am__cwd" \
647
+ || exit 1
648
+ $(am__post_remove_distdir)
649
+ @(echo "$(distdir) archives ready for distribution: "; \
650
+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
651
+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
652
+ distuninstallcheck:
653
+ @test -n '$(distuninstallcheck_dir)' || { \
654
+ echo 'ERROR: trying to run $@ with an empty' \
655
+ '$$(distuninstallcheck_dir)' >&2; \
656
+ exit 1; \
657
+ }; \
658
+ $(am__cd) '$(distuninstallcheck_dir)' || { \
659
+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
660
+ exit 1; \
661
+ }; \
662
+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
663
+ || { echo "ERROR: files left after uninstall:" ; \
664
+ if test -n "$(DESTDIR)"; then \
665
+ echo " (check DESTDIR support)"; \
666
+ fi ; \
667
+ $(distuninstallcheck_listfiles) ; \
668
+ exit 1; } >&2
669
+ distcleancheck: distclean
670
+ @if test '$(srcdir)' = . ; then \
671
+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
672
+ exit 1 ; \
673
+ fi
674
+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
675
+ || { echo "ERROR: files left in build directory after distclean:" ; \
676
+ $(distcleancheck_listfiles) ; \
677
+ exit 1; } >&2
678
+ check-am: all-am
679
+ check: check-am
680
+ all-am: Makefile $(LTLIBRARIES)
681
+ installdirs:
682
+ install: install-am
683
+ install-exec: install-exec-am
684
+ install-data: install-data-am
685
+ uninstall: uninstall-am
686
+
687
+ install-am: all-am
688
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
689
+
690
+ installcheck: installcheck-am
691
+ install-strip:
692
+ if test -z '$(STRIP)'; then \
693
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695
+ install; \
696
+ else \
697
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
700
+ fi
701
+ mostlyclean-generic:
702
+
703
+ clean-generic:
704
+
705
+ distclean-generic:
706
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708
+
709
+ maintainer-clean-generic:
710
+ @echo "This command is intended for maintainers to use"
711
+ @echo "it deletes files that may require special tools to rebuild."
712
+ clean: clean-am
713
+
714
+ clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
715
+ mostlyclean-am
716
+
717
+ distclean: distclean-am
718
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719
+ -rm -rf ./$(DEPDIR)
720
+ -rm -f Makefile
721
+ distclean-am: clean-am distclean-compile distclean-generic \
722
+ distclean-libtool distclean-tags
723
+
724
+ dvi: dvi-am
725
+
726
+ dvi-am:
727
+
728
+ html: html-am
729
+
730
+ html-am:
731
+
732
+ info: info-am
733
+
734
+ info-am:
735
+
736
+ install-data-am:
737
+
738
+ install-dvi: install-dvi-am
739
+
740
+ install-dvi-am:
741
+
742
+ install-exec-am:
743
+
744
+ install-html: install-html-am
745
+
746
+ install-html-am:
747
+
748
+ install-info: install-info-am
749
+
750
+ install-info-am:
751
+
752
+ install-man:
753
+
754
+ install-pdf: install-pdf-am
755
+
756
+ install-pdf-am:
757
+
758
+ install-ps: install-ps-am
759
+
760
+ install-ps-am:
761
+
762
+ installcheck-am:
763
+
764
+ maintainer-clean: maintainer-clean-am
765
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
766
+ -rm -rf $(top_srcdir)/autom4te.cache
767
+ -rm -rf ./$(DEPDIR)
768
+ -rm -f Makefile
769
+ maintainer-clean-am: distclean-am maintainer-clean-generic
770
+
771
+ mostlyclean: mostlyclean-am
772
+
773
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
774
+ mostlyclean-libtool
775
+
776
+ pdf: pdf-am
777
+
778
+ pdf-am:
779
+
780
+ ps: ps-am
781
+
782
+ ps-am:
783
+
784
+ uninstall-am:
785
+
786
+ .MAKE: install-am install-strip
787
+
788
+ .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
789
+ clean-cscope clean-generic clean-libtool \
790
+ clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
791
+ dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
792
+ dist-tarZ dist-xz dist-zip distcheck distclean \
793
+ distclean-compile distclean-generic distclean-libtool \
794
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
795
+ dvi-am html html-am info info-am install install-am \
796
+ install-data install-data-am install-dvi install-dvi-am \
797
+ install-exec install-exec-am install-html install-html-am \
798
+ install-info install-info-am install-man install-pdf \
799
+ install-pdf-am install-ps install-ps-am install-strip \
800
+ installcheck installcheck-am installdirs maintainer-clean \
801
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
802
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
803
+ tags tags-am uninstall uninstall-am
804
+
805
+ .PRECIOUS: Makefile
806
+
807
+
808
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
809
+ # Otherwise a system limit (for SysV at least) may be exceeded.
810
+ .NOEXPORT: