libusb 0.5.1 → 0.6.0

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 (155) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +8 -2
  3. data/Gemfile +2 -0
  4. data/History.md +12 -0
  5. data/README.md +25 -14
  6. data/Rakefile +64 -109
  7. data/appveyor.yml +23 -0
  8. data/ext/extconf.rb +10 -12
  9. data/ext/libusb_recipe.rb +29 -0
  10. data/lib/libusb/call.rb +14 -11
  11. data/lib/libusb/compat.rb +9 -9
  12. data/lib/libusb/context.rb +16 -1
  13. data/lib/libusb/dependencies.rb +7 -0
  14. data/lib/libusb/dev_handle.rb +13 -3
  15. data/lib/libusb/eventmachine.rb +4 -4
  16. data/lib/libusb/transfer.rb +71 -10
  17. data/lib/libusb/version_gem.rb +1 -1
  18. data/libusb.gemspec +7 -5
  19. data/ports/archives/libusb-1.0.21.tar.bz2 +0 -0
  20. data/test/test_libusb_bulk_stream_transfer.rb +1 -1
  21. data/test/test_libusb_descriptors.rb +4 -4
  22. data/test/test_libusb_event_machine.rb +7 -7
  23. data/test/test_libusb_hotplug.rb +15 -3
  24. data/test/test_libusb_iso_transfer.rb +1 -1
  25. data/test/test_libusb_mass_storage.rb +19 -19
  26. data/test/test_libusb_mass_storage2.rb +1 -1
  27. data/test/test_libusb_structs.rb +13 -0
  28. data/test/test_libusb_threads.rb +2 -2
  29. data/wireshark-usb-sniffer.png +0 -0
  30. metadata +32 -156
  31. checksums.yaml.gz.sig +0 -0
  32. data.tar.gz.sig +0 -0
  33. data/ext/libusb-1.0.20/AUTHORS +0 -89
  34. data/ext/libusb-1.0.20/COPYING +0 -504
  35. data/ext/libusb-1.0.20/ChangeLog +0 -227
  36. data/ext/libusb-1.0.20/INSTALL +0 -234
  37. data/ext/libusb-1.0.20/Makefile.am +0 -28
  38. data/ext/libusb-1.0.20/Makefile.in +0 -897
  39. data/ext/libusb-1.0.20/NEWS +0 -2
  40. data/ext/libusb-1.0.20/PORTING +0 -94
  41. data/ext/libusb-1.0.20/README +0 -29
  42. data/ext/libusb-1.0.20/TODO +0 -2
  43. data/ext/libusb-1.0.20/Xcode/common.xcconfig +0 -49
  44. data/ext/libusb-1.0.20/Xcode/config.h +0 -28
  45. data/ext/libusb-1.0.20/Xcode/debug.xcconfig +0 -29
  46. data/ext/libusb-1.0.20/Xcode/libusb.xcconfig +0 -21
  47. data/ext/libusb-1.0.20/Xcode/libusb.xcodeproj/project.pbxproj +0 -865
  48. data/ext/libusb-1.0.20/Xcode/libusb_debug.xcconfig +0 -21
  49. data/ext/libusb-1.0.20/Xcode/libusb_release.xcconfig +0 -21
  50. data/ext/libusb-1.0.20/Xcode/release.xcconfig +0 -30
  51. data/ext/libusb-1.0.20/aclocal.m4 +0 -1193
  52. data/ext/libusb-1.0.20/android/README +0 -114
  53. data/ext/libusb-1.0.20/android/config.h +0 -81
  54. data/ext/libusb-1.0.20/android/jni/Android.mk +0 -23
  55. data/ext/libusb-1.0.20/android/jni/Application.mk +0 -24
  56. data/ext/libusb-1.0.20/android/jni/examples.mk +0 -134
  57. data/ext/libusb-1.0.20/android/jni/libusb.mk +0 -54
  58. data/ext/libusb-1.0.20/android/jni/tests.mk +0 -56
  59. data/ext/libusb-1.0.20/compile +0 -347
  60. data/ext/libusb-1.0.20/config.guess +0 -1421
  61. data/ext/libusb-1.0.20/config.h.in +0 -155
  62. data/ext/libusb-1.0.20/config.sub +0 -1807
  63. data/ext/libusb-1.0.20/configure +0 -15466
  64. data/ext/libusb-1.0.20/configure.ac +0 -326
  65. data/ext/libusb-1.0.20/depcomp +0 -791
  66. data/ext/libusb-1.0.20/doc/Makefile.am +0 -9
  67. data/ext/libusb-1.0.20/doc/Makefile.in +0 -456
  68. data/ext/libusb-1.0.20/doc/doxygen.cfg.in +0 -2334
  69. data/ext/libusb-1.0.20/examples/Makefile.am +0 -19
  70. data/ext/libusb-1.0.20/examples/Makefile.in +0 -713
  71. data/ext/libusb-1.0.20/examples/dpfp.c +0 -506
  72. data/ext/libusb-1.0.20/examples/dpfp_threaded.c +0 -549
  73. data/ext/libusb-1.0.20/examples/ezusb.c +0 -831
  74. data/ext/libusb-1.0.20/examples/ezusb.h +0 -120
  75. data/ext/libusb-1.0.20/examples/fxload.c +0 -308
  76. data/ext/libusb-1.0.20/examples/getopt/getopt.c +0 -1060
  77. data/ext/libusb-1.0.20/examples/getopt/getopt.h +0 -180
  78. data/ext/libusb-1.0.20/examples/getopt/getopt1.c +0 -188
  79. data/ext/libusb-1.0.20/examples/hotplugtest.c +0 -122
  80. data/ext/libusb-1.0.20/examples/listdevs.c +0 -71
  81. data/ext/libusb-1.0.20/examples/sam3u_benchmark.c +0 -193
  82. data/ext/libusb-1.0.20/examples/xusb.c +0 -1130
  83. data/ext/libusb-1.0.20/install-sh +0 -501
  84. data/ext/libusb-1.0.20/libusb-1.0.pc.in +0 -11
  85. data/ext/libusb-1.0.20/libusb/Makefile.am +0 -90
  86. data/ext/libusb-1.0.20/libusb/Makefile.in +0 -1053
  87. data/ext/libusb-1.0.20/libusb/core.c +0 -2452
  88. data/ext/libusb-1.0.20/libusb/descriptor.c +0 -1201
  89. data/ext/libusb-1.0.20/libusb/hotplug.c +0 -344
  90. data/ext/libusb-1.0.20/libusb/hotplug.h +0 -90
  91. data/ext/libusb-1.0.20/libusb/io.c +0 -2760
  92. data/ext/libusb-1.0.20/libusb/libusb-1.0.def +0 -168
  93. data/ext/libusb-1.0.20/libusb/libusb-1.0.rc +0 -61
  94. data/ext/libusb-1.0.20/libusb/libusb.h +0 -1999
  95. data/ext/libusb-1.0.20/libusb/libusbi.h +0 -1102
  96. data/ext/libusb-1.0.20/libusb/os/darwin_usb.c +0 -1969
  97. data/ext/libusb-1.0.20/libusb/os/darwin_usb.h +0 -158
  98. data/ext/libusb-1.0.20/libusb/os/haiku/Makefile.am +0 -5
  99. data/ext/libusb-1.0.20/libusb/os/haiku/Makefile.in +0 -810
  100. data/ext/libusb-1.0.20/libusb/os/haiku/aclocal.m4 +0 -1193
  101. data/ext/libusb-1.0.20/libusb/os/haiku/compile +0 -347
  102. data/ext/libusb-1.0.20/libusb/os/haiku/config.guess +0 -1421
  103. data/ext/libusb-1.0.20/libusb/os/haiku/config.sub +0 -1807
  104. data/ext/libusb-1.0.20/libusb/os/haiku/configure +0 -17579
  105. data/ext/libusb-1.0.20/libusb/os/haiku/configure.ac +0 -8
  106. data/ext/libusb-1.0.20/libusb/os/haiku/depcomp +0 -791
  107. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_pollfs.cpp +0 -378
  108. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb.h +0 -112
  109. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_backend.cpp +0 -550
  110. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_raw.cpp +0 -255
  111. data/ext/libusb-1.0.20/libusb/os/haiku/haiku_usb_raw.h +0 -180
  112. data/ext/libusb-1.0.20/libusb/os/haiku/install-sh +0 -501
  113. data/ext/libusb-1.0.20/libusb/os/haiku/ltmain.sh +0 -9655
  114. data/ext/libusb-1.0.20/libusb/os/haiku/m4/libtool.m4 +0 -7992
  115. data/ext/libusb-1.0.20/libusb/os/haiku/m4/ltoptions.m4 +0 -384
  116. data/ext/libusb-1.0.20/libusb/os/haiku/m4/ltsugar.m4 +0 -123
  117. data/ext/libusb-1.0.20/libusb/os/haiku/m4/ltversion.m4 +0 -23
  118. data/ext/libusb-1.0.20/libusb/os/haiku/m4/lt~obsolete.m4 +0 -98
  119. data/ext/libusb-1.0.20/libusb/os/haiku/missing +0 -215
  120. data/ext/libusb-1.0.20/libusb/os/linux_netlink.c +0 -369
  121. data/ext/libusb-1.0.20/libusb/os/linux_udev.c +0 -306
  122. data/ext/libusb-1.0.20/libusb/os/linux_usbfs.c +0 -2692
  123. data/ext/libusb-1.0.20/libusb/os/linux_usbfs.h +0 -192
  124. data/ext/libusb-1.0.20/libusb/os/netbsd_usb.c +0 -674
  125. data/ext/libusb-1.0.20/libusb/os/openbsd_usb.c +0 -768
  126. data/ext/libusb-1.0.20/libusb/os/poll_posix.c +0 -53
  127. data/ext/libusb-1.0.20/libusb/os/poll_posix.h +0 -11
  128. data/ext/libusb-1.0.20/libusb/os/poll_windows.c +0 -728
  129. data/ext/libusb-1.0.20/libusb/os/poll_windows.h +0 -131
  130. data/ext/libusb-1.0.20/libusb/os/threads_posix.c +0 -82
  131. data/ext/libusb-1.0.20/libusb/os/threads_posix.h +0 -50
  132. data/ext/libusb-1.0.20/libusb/os/threads_windows.c +0 -214
  133. data/ext/libusb-1.0.20/libusb/os/threads_windows.h +0 -87
  134. data/ext/libusb-1.0.20/libusb/os/wince_usb.c +0 -869
  135. data/ext/libusb-1.0.20/libusb/os/wince_usb.h +0 -131
  136. data/ext/libusb-1.0.20/libusb/os/windows_common.h +0 -108
  137. data/ext/libusb-1.0.20/libusb/os/windows_usb.c +0 -4643
  138. data/ext/libusb-1.0.20/libusb/os/windows_usb.h +0 -973
  139. data/ext/libusb-1.0.20/libusb/strerror.c +0 -202
  140. data/ext/libusb-1.0.20/libusb/sync.c +0 -308
  141. data/ext/libusb-1.0.20/libusb/version.h +0 -18
  142. data/ext/libusb-1.0.20/libusb/version_nano.h +0 -1
  143. data/ext/libusb-1.0.20/ltmain.sh +0 -9655
  144. data/ext/libusb-1.0.20/m4/libtool.m4 +0 -7992
  145. data/ext/libusb-1.0.20/m4/ltoptions.m4 +0 -384
  146. data/ext/libusb-1.0.20/m4/ltsugar.m4 +0 -123
  147. data/ext/libusb-1.0.20/m4/ltversion.m4 +0 -23
  148. data/ext/libusb-1.0.20/m4/lt~obsolete.m4 +0 -98
  149. data/ext/libusb-1.0.20/missing +0 -215
  150. data/ext/libusb-1.0.20/tests/Makefile.am +0 -6
  151. data/ext/libusb-1.0.20/tests/Makefile.in +0 -596
  152. data/ext/libusb-1.0.20/tests/libusb_testlib.h +0 -107
  153. data/ext/libusb-1.0.20/tests/stress.c +0 -160
  154. data/ext/libusb-1.0.20/tests/testlib.c +0 -277
  155. metadata.gz.sig +0 -0
@@ -1,158 +0,0 @@
1
- /*
2
- * darwin backend for libusb 1.0
3
- * Copyright © 2008-2013 Nathan Hjelm <hjelmn@users.sourceforge.net>
4
- *
5
- * This library is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU Lesser General Public
7
- * License as published by the Free Software Foundation; either
8
- * version 2.1 of the License, or (at your option) any later version.
9
- *
10
- * This library is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- * Lesser General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU Lesser General Public
16
- * License along with this library; if not, write to the Free Software
17
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
- */
19
-
20
- #if !defined(LIBUSB_DARWIN_H)
21
- #define LIBUSB_DARWIN_H
22
-
23
- #include "libusbi.h"
24
-
25
- #include <IOKit/IOTypes.h>
26
- #include <IOKit/IOCFBundle.h>
27
- #include <IOKit/usb/IOUSBLib.h>
28
- #include <IOKit/IOCFPlugIn.h>
29
-
30
- /* IOUSBInterfaceInferface */
31
- #if defined (kIOUSBInterfaceInterfaceID550) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
32
-
33
- #define usb_interface_t IOUSBInterfaceInterface550
34
- #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID550
35
- #define InterfaceVersion 550
36
-
37
- #elif defined (kIOUSBInterfaceInterfaceID500)
38
-
39
- #define usb_interface_t IOUSBInterfaceInterface500
40
- #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID500
41
- #define InterfaceVersion 500
42
-
43
- #elif defined (kIOUSBInterfaceInterfaceID300)
44
-
45
- #define usb_interface_t IOUSBInterfaceInterface300
46
- #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID300
47
- #define InterfaceVersion 300
48
-
49
- #elif defined (kIOUSBInterfaceInterfaceID245)
50
-
51
- #define usb_interface_t IOUSBInterfaceInterface245
52
- #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID245
53
- #define InterfaceVersion 245
54
-
55
- #elif defined (kIOUSBInterfaceInterfaceID220)
56
-
57
- #define usb_interface_t IOUSBInterfaceInterface220
58
- #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID220
59
- #define InterfaceVersion 220
60
-
61
- #else
62
-
63
- #error "IOUSBFamily is too old. Please upgrade your OS"
64
-
65
- #endif
66
-
67
- /* IOUSBDeviceInterface */
68
- #if defined (kIOUSBDeviceInterfaceID500) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
69
-
70
- #define usb_device_t IOUSBDeviceInterface500
71
- #define DeviceInterfaceID kIOUSBDeviceInterfaceID500
72
- #define DeviceVersion 500
73
-
74
- #elif defined (kIOUSBDeviceInterfaceID320)
75
-
76
- #define usb_device_t IOUSBDeviceInterface320
77
- #define DeviceInterfaceID kIOUSBDeviceInterfaceID320
78
- #define DeviceVersion 320
79
-
80
- #elif defined (kIOUSBDeviceInterfaceID300)
81
-
82
- #define usb_device_t IOUSBDeviceInterface300
83
- #define DeviceInterfaceID kIOUSBDeviceInterfaceID300
84
- #define DeviceVersion 300
85
-
86
- #elif defined (kIOUSBDeviceInterfaceID245)
87
-
88
- #define usb_device_t IOUSBDeviceInterface245
89
- #define DeviceInterfaceID kIOUSBDeviceInterfaceID245
90
- #define DeviceVersion 245
91
-
92
- #elif defined (kIOUSBDeviceInterfaceID220)
93
- #define usb_device_t IOUSBDeviceInterface197
94
- #define DeviceInterfaceID kIOUSBDeviceInterfaceID197
95
- #define DeviceVersion 197
96
-
97
- #else
98
-
99
- #error "IOUSBFamily is too old. Please upgrade your OS"
100
-
101
- #endif
102
-
103
- #if !defined(IO_OBJECT_NULL)
104
- #define IO_OBJECT_NULL ((io_object_t) 0)
105
- #endif
106
-
107
- typedef IOCFPlugInInterface *io_cf_plugin_ref_t;
108
- typedef IONotificationPortRef io_notification_port_t;
109
-
110
- /* private structures */
111
- struct darwin_cached_device {
112
- struct list_head list;
113
- IOUSBDeviceDescriptor dev_descriptor;
114
- UInt32 location;
115
- UInt64 parent_session;
116
- UInt64 session;
117
- UInt16 address;
118
- char sys_path[21];
119
- usb_device_t **device;
120
- int open_count;
121
- UInt8 first_config, active_config, port;
122
- int can_enumerate;
123
- int refcount;
124
- };
125
-
126
- struct darwin_device_priv {
127
- struct darwin_cached_device *dev;
128
- };
129
-
130
- struct darwin_device_handle_priv {
131
- int is_open;
132
- CFRunLoopSourceRef cfSource;
133
-
134
- struct darwin_interface {
135
- usb_interface_t **interface;
136
- uint8_t num_endpoints;
137
- CFRunLoopSourceRef cfSource;
138
- uint64_t frames[256];
139
- uint8_t endpoint_addrs[USB_MAXENDPOINTS];
140
- } interfaces[USB_MAXINTERFACES];
141
- };
142
-
143
- struct darwin_transfer_priv {
144
- /* Isoc */
145
- IOUSBIsocFrame *isoc_framelist;
146
- int num_iso_packets;
147
-
148
- /* Control */
149
- IOUSBDevRequestTO req;
150
-
151
- /* Bulk */
152
-
153
- /* Completion status */
154
- IOReturn result;
155
- UInt32 size;
156
- };
157
-
158
- #endif
@@ -1,5 +0,0 @@
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
@@ -1,810 +0,0 @@
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: