libusb 0.4.1 → 0.5.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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +2 -0
- data.tar.gz.sig +0 -0
- data/.travis.yml +3 -3
- data/History.md +8 -0
- data/README.md +1 -0
- data/Rakefile +14 -14
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/AUTHORS +6 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/COPYING +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/ChangeLog +9 -2
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/INSTALL +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Makefile.am +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Makefile.in +188 -156
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/NEWS +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/PORTING +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/README +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/TODO +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/common.xcconfig +10 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/config.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/debug.xcconfig +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/libusb.xcconfig +1 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/libusb.xcodeproj/project.pbxproj +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/libusb_debug.xcconfig +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/libusb_release.xcconfig +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/Xcode/release.xcconfig +1 -0
- data/ext/libusb-1.0.19/aclocal.m4 +1190 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/README +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/config.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/jni/Android.mk +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/jni/Application.mk +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/jni/examples.mk +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/jni/libusb.mk +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/android/jni/tests.mk +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/compile +7 -3
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/config.guess +116 -78
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/config.h.in +0 -3
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/config.sub +66 -46
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/configure +265 -208
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/configure.ac +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/depcomp +269 -186
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/doc/Makefile.am +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/doc/Makefile.in +72 -35
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/doc/doxygen.cfg.in +1 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/Makefile.am +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/Makefile.in +134 -70
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/dpfp.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/dpfp_threaded.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/ezusb.c +9 -5
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/ezusb.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/fxload.c +1 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/getopt/getopt.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/getopt/getopt.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/getopt/getopt1.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/hotplugtest.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/listdevs.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/sam3u_benchmark.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/examples/xusb.c +22 -2
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/install-sh +7 -7
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb-1.0.pc.in +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/Makefile.am +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/Makefile.in +133 -93
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/core.c +86 -15
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/descriptor.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/hotplug.c +6 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/hotplug.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/io.c +54 -17
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/libusb-1.0.def +8 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/libusb-1.0.rc +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/libusb.h +42 -2
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/libusbi.h +10 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/darwin_usb.c +156 -53
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/darwin_usb.h +1 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/linux_netlink.c +26 -2
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/linux_udev.c +2 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/linux_usbfs.c +93 -6
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/linux_usbfs.h +12 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/netbsd_usb.c +6 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/openbsd_usb.c +6 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/poll_posix.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/poll_posix.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/poll_windows.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/poll_windows.h +12 -6
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/threads_posix.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/threads_posix.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/threads_windows.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/threads_windows.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/wince_usb.c +8 -1
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/wince_usb.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/windows_common.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/windows_usb.c +175 -42
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/os/windows_usb.h +35 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/strerror.c +17 -2
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/sync.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/libusb/version.h +1 -1
- data/ext/libusb-1.0.19/libusb/version_nano.h +1 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/ltmain.sh +3 -3
- data/ext/{libusb-1.0.18/aclocal.m4 → libusb-1.0.19/m4/libtool.m4} +36 -1734
- data/ext/libusb-1.0.19/m4/ltoptions.m4 +384 -0
- data/ext/libusb-1.0.19/m4/ltsugar.m4 +123 -0
- data/ext/libusb-1.0.19/m4/ltversion.m4 +23 -0
- data/ext/libusb-1.0.19/m4/lt~obsolete.m4 +98 -0
- data/ext/libusb-1.0.19/missing +215 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/tests/Makefile.am +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/tests/Makefile.in +128 -70
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/tests/libusb_testlib.h +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/tests/stress.c +0 -0
- data/ext/{libusb-1.0.18 → libusb-1.0.19}/tests/testlib.c +0 -0
- data/lib/libusb.rb +3 -1
- data/lib/libusb/bos.rb +306 -0
- data/lib/libusb/call.rb +84 -0
- data/lib/libusb/constants.rb +4 -0
- data/lib/libusb/dev_handle.rb +77 -0
- data/lib/libusb/endpoint.rb +20 -0
- data/lib/libusb/ss_companion.rb +69 -0
- data/lib/libusb/transfer.rb +34 -0
- data/lib/libusb/version_gem.rb +1 -1
- data/libusb.gemspec +1 -0
- data/test/test_libusb_bos.rb +118 -0
- data/test/test_libusb_bulk_stream_transfer.rb +50 -0
- data/test/test_libusb_descriptors.rb +29 -0
- data/test/test_libusb_hotplug.rb +1 -1
- data/test/test_libusb_threads.rb +1 -1
- metadata +146 -124
- metadata.gz.sig +0 -0
- data/ext/libusb-1.0.18/libusb/version_nano.h +0 -1
- data/ext/libusb-1.0.18/missing +0 -331
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 2a323911f22d29001f0bdaed5089d90534b903af
|
|
4
|
+
data.tar.gz: 624b66bef86b1b8e24ecd758b342d7b46ad07833
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 62d1be44bfc72a157ed62e5bc8dc8cf3f7cfbff46452e9b226d0ef20ec131956457e401d6559d74af24887cbaea4816d5ec7f26e19524c89f58ecdf35b8fd450
|
|
7
|
+
data.tar.gz: 602b8d7783e54b93e09aa99ea17416e4b27247aec33d4875311b4be5a6b053d623f25e66de8426fde949934c62c4b17dc83cdfef7f9a80abc952f27f659ef363
|
checksums.yaml.gz.sig
ADDED
data.tar.gz.sig
ADDED
|
Binary file
|
data/.travis.yml
CHANGED
data/History.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
0.5.0 / 2015-01-08
|
|
2
|
+
------------------
|
|
3
|
+
* Add support for BOS describtors of libusb-1.0.16
|
|
4
|
+
* Add support for superspeed endpoint companion descriptors of libusb-1.0.16
|
|
5
|
+
* Add support for USB-3.0 bulk streams of libusb-1.0.19
|
|
6
|
+
* Update bundled libusb version to 1.0.19.
|
|
7
|
+
* Update windows cross build to gcc-4.8 and recent rubygems
|
|
8
|
+
|
|
1
9
|
0.4.1 / 2014-05-17
|
|
2
10
|
------------------
|
|
3
11
|
* Update bundled libusb version to 1.0.18.
|
data/README.md
CHANGED
|
@@ -18,6 +18,7 @@ Features
|
|
|
18
18
|
|
|
19
19
|
* Access to descriptors of devices, configurations, interfaces, settings and endpoints
|
|
20
20
|
* Synchronous and asynchronous communication for bulk, control, interrupt and isochronous transfers
|
|
21
|
+
* Support for USB-3.0 descriptors and bulk streams
|
|
21
22
|
* Compatibility layer for [ruby-usb](http://www.a-k-r.org/ruby-usb/) (API based on libusb-0.1). See {::USB} for description.
|
|
22
23
|
|
|
23
24
|
Synopsis
|
data/Rakefile
CHANGED
|
@@ -25,7 +25,7 @@ COMPILE_HOME = Pathname( "./tmp" ).expand_path
|
|
|
25
25
|
STATIC_SOURCESDIR = COMPILE_HOME + 'sources'
|
|
26
26
|
|
|
27
27
|
# Fetch tarball from sourceforge
|
|
28
|
-
LIBUSB_VERSION = ENV['LIBUSB_VERSION'] || '1.0.
|
|
28
|
+
LIBUSB_VERSION = ENV['LIBUSB_VERSION'] || '1.0.19'
|
|
29
29
|
LIBUSB_SOURCE_URI = URI( "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-#{LIBUSB_VERSION}/libusb-#{LIBUSB_VERSION}.tar.bz2" )
|
|
30
30
|
LIBUSB_TARBALL = STATIC_SOURCESDIR + File.basename( LIBUSB_SOURCE_URI.path )
|
|
31
31
|
|
|
@@ -98,6 +98,8 @@ class CrossLibrary < OpenStruct
|
|
|
98
98
|
|
|
99
99
|
libusb_env = [
|
|
100
100
|
"CFLAGS='-fno-omit-frame-pointer'",
|
|
101
|
+
"LDFLAGS='-static-libgcc'",
|
|
102
|
+
"CC='#{host_platform}-gcc -static-libgcc'", # hack libtool, since it doesn't support -static-libgcc yet.
|
|
101
103
|
]
|
|
102
104
|
|
|
103
105
|
# generate the makefile in a clean build location
|
|
@@ -123,17 +125,14 @@ class CrossLibrary < OpenStruct
|
|
|
123
125
|
|
|
124
126
|
task "libusb_dll:#{ruby_platform}" => libusb_dll
|
|
125
127
|
|
|
126
|
-
desc "compile static libusb libraries"
|
|
127
|
-
task :libusb_dll => "libusb_dll:#{ruby_platform}"
|
|
128
|
-
|
|
129
128
|
desc 'Cross compile libusb for win32'
|
|
130
129
|
task :cross => [ "libusb_dll:#{ruby_platform}" ] do |t|
|
|
131
|
-
spec = Gem::Specification::load("libusb.gemspec")
|
|
132
|
-
spec.instance_variable_set(:"@cache_file", nil) if spec.respond_to?(:cache_file)
|
|
130
|
+
spec = Gem::Specification::load("libusb.gemspec").dup
|
|
133
131
|
spec.platform = Gem::Platform.new(ruby_platform)
|
|
134
|
-
spec.files << "lib/#{File.basename(libusb_dll)}"
|
|
135
|
-
spec.files -= `git ls-files ext`.split("\n")
|
|
136
132
|
spec.extensions = []
|
|
133
|
+
spec.files -= `git ls-files ext`.split("\n")
|
|
134
|
+
spec_text_files = spec.files.dup
|
|
135
|
+
spec.files << "lib/#{File.basename(libusb_dll)}"
|
|
137
136
|
|
|
138
137
|
# Generate a package for this gem
|
|
139
138
|
pkg = Gem::PackageTask.new(spec) do |pkg|
|
|
@@ -145,22 +144,23 @@ class CrossLibrary < OpenStruct
|
|
|
145
144
|
end
|
|
146
145
|
|
|
147
146
|
# copy files of the gem to pkg directory
|
|
148
|
-
file pkg.package_dir_path =>
|
|
149
|
-
|
|
150
|
-
next if fn == "lib/#{File.basename(libusb_dll)}"
|
|
147
|
+
file pkg.package_dir_path => spec_text_files do
|
|
148
|
+
spec_text_files.each do |fn|
|
|
151
149
|
f = File.join(pkg.package_dir_path, fn)
|
|
152
150
|
fdir = File.dirname(f)
|
|
153
151
|
mkdir_p(fdir) if !File.exist?(fdir)
|
|
154
152
|
rm_f f
|
|
155
153
|
safe_ln(fn, f)
|
|
156
154
|
end
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
file pkg.package_dir_path => [libusb_dll] do
|
|
155
|
+
|
|
156
|
+
# copy libusb.dll to pkg directory
|
|
160
157
|
f = "#{pkg.package_dir_path}/lib/#{File.basename(libusb_dll)}"
|
|
158
|
+
mkdir_p File.dirname(f)
|
|
161
159
|
rm_f f
|
|
162
160
|
safe_ln libusb_dll, f
|
|
163
161
|
end
|
|
162
|
+
|
|
163
|
+
file "lib/#{File.basename(libusb_dll)}" => [libusb_dll]
|
|
164
164
|
end
|
|
165
165
|
end
|
|
166
166
|
end
|
|
@@ -20,6 +20,7 @@ Aurelien Jarno
|
|
|
20
20
|
Bastien Nocera
|
|
21
21
|
Bei Zhang
|
|
22
22
|
Benjamin Dobell
|
|
23
|
+
Carl Karsten
|
|
23
24
|
Chris Dickens
|
|
24
25
|
Colin Walters
|
|
25
26
|
Dave Camarillo
|
|
@@ -38,17 +39,22 @@ Hector Martin
|
|
|
38
39
|
Hoi-Ho Chan
|
|
39
40
|
Ilya Konstantinov
|
|
40
41
|
James Hanko
|
|
42
|
+
John Sheu
|
|
41
43
|
Joshua Blake
|
|
44
|
+
Justin Bischoff
|
|
42
45
|
Karsten Koenig
|
|
43
46
|
Konrad Rzepecki
|
|
44
47
|
Kuangye Guo
|
|
48
|
+
Lars Kanis
|
|
45
49
|
Lars Wirzenius
|
|
46
50
|
Luca Longinotti
|
|
51
|
+
Markus Heidelberg
|
|
47
52
|
Martin Koegler
|
|
48
53
|
Matthias Bolte
|
|
49
54
|
Mike Frysinger
|
|
50
55
|
Mikhail Gusarov
|
|
51
56
|
Moritz Fischer
|
|
57
|
+
Ларионов Даниил
|
|
52
58
|
Nicholas Corgan
|
|
53
59
|
Omri Iluz
|
|
54
60
|
Orin Eman
|
|
File without changes
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
For detailed information about the changes below, please see the git log or
|
|
2
2
|
visit: http://log.libusb.info
|
|
3
3
|
|
|
4
|
+
2014-05-30: v1.0.19
|
|
5
|
+
* Add support for USB bulk streams on Linux and Mac OS X (#11)
|
|
6
|
+
* Windows: Add AMD and Intel USB-3.0 root hub support
|
|
7
|
+
* Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10)
|
|
8
|
+
* Added Russian translation for libusb_strerror strings
|
|
9
|
+
* All: Various small fixes and cleanups
|
|
10
|
+
The (#xx) numbers are libusb issue numbers, see ie:
|
|
11
|
+
https://github.com/libusb/libusb/issues/11
|
|
12
|
+
|
|
4
13
|
2014-01-25: v1.0.18
|
|
5
14
|
* Fix multiple memory leaks
|
|
6
15
|
* Fix a crash when HID transfers return no data on Windows
|
|
@@ -28,8 +37,6 @@ visit: http://log.libusb.info
|
|
|
28
37
|
to stay with the libusb shipped with OpenBSD (mpi)
|
|
29
38
|
* Windows: fix libusb_dll_2010.vcxproj link errors (#129)
|
|
30
39
|
* Various other bug fixes and improvements
|
|
31
|
-
The (#xx) numbers are libusbx issue numbers, see ie:
|
|
32
|
-
https://github.com/libusbx/libusbx/issues/121
|
|
33
40
|
|
|
34
41
|
2013-07-11: v1.0.16
|
|
35
42
|
* Add hotplug support for Darwin and Linux (#9)
|
|
File without changes
|
|
File without changes
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.
|
|
1
|
+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
|
-
# Copyright (C) 1994
|
|
5
|
-
|
|
6
|
-
# Foundation, Inc.
|
|
4
|
+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
5
|
+
|
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
|
@@ -16,23 +15,51 @@
|
|
|
16
15
|
@SET_MAKE@
|
|
17
16
|
|
|
18
17
|
VPATH = @srcdir@
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
19
|
+
am__make_running_with_option = \
|
|
20
|
+
case $${target_option-} in \
|
|
21
|
+
?) ;; \
|
|
22
|
+
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
23
|
+
"target option '$${target_option-}' specified" >&2; \
|
|
24
|
+
exit 1;; \
|
|
25
|
+
esac; \
|
|
26
|
+
has_opt=no; \
|
|
27
|
+
sane_makeflags=$$MAKEFLAGS; \
|
|
28
|
+
if $(am__is_gnu_make); then \
|
|
29
|
+
sane_makeflags=$$MFLAGS; \
|
|
30
|
+
else \
|
|
22
31
|
case $$MAKEFLAGS in \
|
|
23
32
|
*\\[\ \ ]*) \
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
for am__flg in $$MAKEFLAGS; do \
|
|
28
|
-
case $$am__flg in \
|
|
29
|
-
*=*|--*) ;; \
|
|
30
|
-
*n*) am__dry=yes; break;; \
|
|
31
|
-
esac; \
|
|
32
|
-
done;; \
|
|
33
|
+
bs=\\; \
|
|
34
|
+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
35
|
+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
33
36
|
esac; \
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
fi; \
|
|
38
|
+
skip_next=no; \
|
|
39
|
+
strip_trailopt () \
|
|
40
|
+
{ \
|
|
41
|
+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
42
|
+
}; \
|
|
43
|
+
for flg in $$sane_makeflags; do \
|
|
44
|
+
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
45
|
+
case $$flg in \
|
|
46
|
+
*=*|--*) continue;; \
|
|
47
|
+
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
48
|
+
-*I?*) strip_trailopt 'I';; \
|
|
49
|
+
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
50
|
+
-*O?*) strip_trailopt 'O';; \
|
|
51
|
+
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
52
|
+
-*l?*) strip_trailopt 'l';; \
|
|
53
|
+
-[dEDm]) skip_next=yes;; \
|
|
54
|
+
-[JT]) skip_next=yes;; \
|
|
55
|
+
esac; \
|
|
56
|
+
case $$flg in \
|
|
57
|
+
*$$target_option*) has_opt=yes; break;; \
|
|
58
|
+
esac; \
|
|
59
|
+
done; \
|
|
60
|
+
test $$has_opt = yes
|
|
61
|
+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
62
|
+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
36
63
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
37
64
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
38
65
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
@@ -54,14 +81,17 @@ host_triplet = @host@
|
|
|
54
81
|
@BUILD_EXAMPLES_TRUE@am__append_1 = examples
|
|
55
82
|
@BUILD_TESTS_TRUE@am__append_2 = tests
|
|
56
83
|
subdir = .
|
|
57
|
-
DIST_COMMON = README
|
|
58
|
-
$(srcdir)/Makefile.in $(srcdir)/
|
|
59
|
-
$(
|
|
60
|
-
|
|
61
|
-
config.sub depcomp install-sh
|
|
84
|
+
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
|
|
85
|
+
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
86
|
+
$(top_srcdir)/configure $(am__configure_deps) \
|
|
87
|
+
$(srcdir)/config.h.in $(srcdir)/libusb-1.0.pc.in COPYING TODO \
|
|
88
|
+
compile config.guess config.sub depcomp install-sh missing \
|
|
89
|
+
ltmain.sh
|
|
62
90
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
63
|
-
am__aclocal_m4_deps = $(top_srcdir)/
|
|
64
|
-
$(top_srcdir)/
|
|
91
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
|
92
|
+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
93
|
+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
94
|
+
$(top_srcdir)/libusb/version.h $(top_srcdir)/configure.ac
|
|
65
95
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
66
96
|
$(ACLOCAL_M4)
|
|
67
97
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
@@ -70,21 +100,28 @@ mkinstalldirs = $(install_sh) -d
|
|
|
70
100
|
CONFIG_HEADER = config.h
|
|
71
101
|
CONFIG_CLEAN_FILES = libusb-1.0.pc
|
|
72
102
|
CONFIG_CLEAN_VPATH_FILES =
|
|
103
|
+
AM_V_P = $(am__v_P_@AM_V@)
|
|
104
|
+
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
105
|
+
am__v_P_0 = false
|
|
106
|
+
am__v_P_1 = :
|
|
73
107
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
74
108
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
75
|
-
am__v_GEN_0 = @echo " GEN
|
|
109
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
|
110
|
+
am__v_GEN_1 =
|
|
76
111
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
77
112
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
78
113
|
am__v_at_0 = @
|
|
114
|
+
am__v_at_1 =
|
|
79
115
|
SOURCES =
|
|
80
116
|
DIST_SOURCES =
|
|
81
|
-
RECURSIVE_TARGETS = all-recursive check-recursive
|
|
82
|
-
|
|
83
|
-
install-
|
|
84
|
-
install-
|
|
85
|
-
install-
|
|
86
|
-
|
|
87
|
-
|
|
117
|
+
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
|
118
|
+
ctags-recursive dvi-recursive html-recursive info-recursive \
|
|
119
|
+
install-data-recursive install-dvi-recursive \
|
|
120
|
+
install-exec-recursive install-html-recursive \
|
|
121
|
+
install-info-recursive install-pdf-recursive \
|
|
122
|
+
install-ps-recursive install-recursive installcheck-recursive \
|
|
123
|
+
installdirs-recursive pdf-recursive ps-recursive \
|
|
124
|
+
tags-recursive uninstall-recursive
|
|
88
125
|
am__can_run_installinfo = \
|
|
89
126
|
case $$AM_UPDATE_INFO_DIR in \
|
|
90
127
|
n|no|NO) false;; \
|
|
@@ -121,11 +158,33 @@ am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
|
|
|
121
158
|
DATA = $(pkgconfig_DATA)
|
|
122
159
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
123
160
|
distclean-recursive maintainer-clean-recursive
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
161
|
+
am__recursive_targets = \
|
|
162
|
+
$(RECURSIVE_TARGETS) \
|
|
163
|
+
$(RECURSIVE_CLEAN_TARGETS) \
|
|
164
|
+
$(am__extra_recursive_targets)
|
|
165
|
+
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
|
166
|
+
cscope distdir dist dist-all distcheck
|
|
167
|
+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
|
168
|
+
$(LISP)config.h.in
|
|
169
|
+
# Read a list of newline-separated strings from the standard input,
|
|
170
|
+
# and print each of them once, without duplicates. Input order is
|
|
171
|
+
# *not* preserved.
|
|
172
|
+
am__uniquify_input = $(AWK) '\
|
|
173
|
+
BEGIN { nonempty = 0; } \
|
|
174
|
+
{ items[$$0] = 1; nonempty = 1; } \
|
|
175
|
+
END { if (nonempty) { for (i in items) print i; }; } \
|
|
176
|
+
'
|
|
177
|
+
# Make sure the list of sources is unique. This is necessary because,
|
|
178
|
+
# e.g., the same source file might be shared among _SOURCES variables
|
|
179
|
+
# for different programs/libraries.
|
|
180
|
+
am__define_uniq_tagged_files = \
|
|
181
|
+
list='$(am__tagged_files)'; \
|
|
182
|
+
unique=`for i in $$list; do \
|
|
183
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
184
|
+
done | $(am__uniquify_input)`
|
|
127
185
|
ETAGS = etags
|
|
128
186
|
CTAGS = ctags
|
|
187
|
+
CSCOPE = cscope
|
|
129
188
|
DIST_SUBDIRS = libusb doc examples tests
|
|
130
189
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
131
190
|
distdir = $(PACKAGE)-$(VERSION)
|
|
@@ -136,6 +195,7 @@ am__remove_distdir = \
|
|
|
136
195
|
&& rm -rf "$(distdir)" \
|
|
137
196
|
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
138
197
|
else :; fi
|
|
198
|
+
am__post_remove_distdir = $(am__remove_distdir)
|
|
139
199
|
am__relativize = \
|
|
140
200
|
dir0=`pwd`; \
|
|
141
201
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
|
@@ -163,6 +223,7 @@ am__relativize = \
|
|
|
163
223
|
reldir="$$dir2"
|
|
164
224
|
GZIP_ENV = --best
|
|
165
225
|
DIST_ARCHIVES = $(distdir).tar.bz2
|
|
226
|
+
DIST_TARGETS = dist-bzip2
|
|
166
227
|
distuninstallcheck_listfiles = find . -type f -print
|
|
167
228
|
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|
168
229
|
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
|
@@ -342,8 +403,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
342
403
|
$(am__aclocal_m4_deps):
|
|
343
404
|
|
|
344
405
|
config.h: stamp-h1
|
|
345
|
-
@
|
|
346
|
-
@
|
|
406
|
+
@test -f $@ || rm -f stamp-h1
|
|
407
|
+
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
|
347
408
|
|
|
348
409
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
349
410
|
@rm -f stamp-h1
|
|
@@ -389,22 +450,25 @@ uninstall-pkgconfigDATA:
|
|
|
389
450
|
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
390
451
|
|
|
391
452
|
# This directory's subdirectories are mostly independent; you can cd
|
|
392
|
-
# into them and run
|
|
393
|
-
# To change the values of
|
|
394
|
-
# (1) if the variable is set in
|
|
395
|
-
# (which will cause the Makefiles to be regenerated when you run
|
|
396
|
-
# (2) otherwise, pass the desired values on the
|
|
397
|
-
$(
|
|
398
|
-
@fail
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
done; \
|
|
453
|
+
# into them and run 'make' without going through this Makefile.
|
|
454
|
+
# To change the values of 'make' variables: instead of editing Makefiles,
|
|
455
|
+
# (1) if the variable is set in 'config.status', edit 'config.status'
|
|
456
|
+
# (which will cause the Makefiles to be regenerated when you run 'make');
|
|
457
|
+
# (2) otherwise, pass the desired values on the 'make' command line.
|
|
458
|
+
$(am__recursive_targets):
|
|
459
|
+
@fail=; \
|
|
460
|
+
if $(am__make_keepgoing); then \
|
|
461
|
+
failcom='fail=yes'; \
|
|
462
|
+
else \
|
|
463
|
+
failcom='exit 1'; \
|
|
464
|
+
fi; \
|
|
405
465
|
dot_seen=no; \
|
|
406
466
|
target=`echo $@ | sed s/-recursive//`; \
|
|
407
|
-
|
|
467
|
+
case "$@" in \
|
|
468
|
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
469
|
+
*) list='$(SUBDIRS)' ;; \
|
|
470
|
+
esac; \
|
|
471
|
+
for subdir in $$list; do \
|
|
408
472
|
echo "Making $$target in $$subdir"; \
|
|
409
473
|
if test "$$subdir" = "."; then \
|
|
410
474
|
dot_seen=yes; \
|
|
@@ -419,57 +483,12 @@ $(RECURSIVE_TARGETS):
|
|
|
419
483
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
420
484
|
fi; test -z "$$fail"
|
|
421
485
|
|
|
422
|
-
$(
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
*=* | --[!k]*);; \
|
|
427
|
-
*k*) failcom='fail=yes';; \
|
|
428
|
-
esac; \
|
|
429
|
-
done; \
|
|
430
|
-
dot_seen=no; \
|
|
431
|
-
case "$@" in \
|
|
432
|
-
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
433
|
-
*) list='$(SUBDIRS)' ;; \
|
|
434
|
-
esac; \
|
|
435
|
-
rev=''; for subdir in $$list; do \
|
|
436
|
-
if test "$$subdir" = "."; then :; else \
|
|
437
|
-
rev="$$subdir $$rev"; \
|
|
438
|
-
fi; \
|
|
439
|
-
done; \
|
|
440
|
-
rev="$$rev ."; \
|
|
441
|
-
target=`echo $@ | sed s/-recursive//`; \
|
|
442
|
-
for subdir in $$rev; do \
|
|
443
|
-
echo "Making $$target in $$subdir"; \
|
|
444
|
-
if test "$$subdir" = "."; then \
|
|
445
|
-
local_target="$$target-am"; \
|
|
446
|
-
else \
|
|
447
|
-
local_target="$$target"; \
|
|
448
|
-
fi; \
|
|
449
|
-
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
450
|
-
|| eval $$failcom; \
|
|
451
|
-
done && test -z "$$fail"
|
|
452
|
-
tags-recursive:
|
|
453
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
454
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
455
|
-
done
|
|
456
|
-
ctags-recursive:
|
|
457
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
458
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
459
|
-
done
|
|
486
|
+
ID: $(am__tagged_files)
|
|
487
|
+
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
488
|
+
tags: tags-recursive
|
|
489
|
+
TAGS: tags
|
|
460
490
|
|
|
461
|
-
|
|
462
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
463
|
-
unique=`for i in $$list; do \
|
|
464
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
465
|
-
done | \
|
|
466
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
467
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
468
|
-
mkid -fID $$unique
|
|
469
|
-
tags: TAGS
|
|
470
|
-
|
|
471
|
-
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
472
|
-
$(TAGS_FILES) $(LISP)
|
|
491
|
+
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
473
492
|
set x; \
|
|
474
493
|
here=`pwd`; \
|
|
475
494
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
@@ -485,12 +504,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
485
504
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
|
486
505
|
fi; \
|
|
487
506
|
done; \
|
|
488
|
-
|
|
489
|
-
unique=`for i in $$list; do \
|
|
490
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
491
|
-
done | \
|
|
492
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
493
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
507
|
+
$(am__define_uniq_tagged_files); \
|
|
494
508
|
shift; \
|
|
495
509
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
496
510
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
@@ -502,15 +516,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
502
516
|
$$unique; \
|
|
503
517
|
fi; \
|
|
504
518
|
fi
|
|
505
|
-
ctags:
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
511
|
-
done | \
|
|
512
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
513
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
519
|
+
ctags: ctags-recursive
|
|
520
|
+
|
|
521
|
+
CTAGS: ctags
|
|
522
|
+
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
523
|
+
$(am__define_uniq_tagged_files); \
|
|
514
524
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
515
525
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
516
526
|
$$unique
|
|
@@ -519,9 +529,31 @@ GTAGS:
|
|
|
519
529
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
520
530
|
&& $(am__cd) $(top_srcdir) \
|
|
521
531
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
532
|
+
cscope: cscope.files
|
|
533
|
+
test ! -s cscope.files \
|
|
534
|
+
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
|
535
|
+
clean-cscope:
|
|
536
|
+
-rm -f cscope.files
|
|
537
|
+
cscope.files: clean-cscope cscopelist
|
|
538
|
+
cscopelist: cscopelist-recursive
|
|
539
|
+
|
|
540
|
+
cscopelist-am: $(am__tagged_files)
|
|
541
|
+
list='$(am__tagged_files)'; \
|
|
542
|
+
case "$(srcdir)" in \
|
|
543
|
+
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
544
|
+
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
545
|
+
esac; \
|
|
546
|
+
for i in $$list; do \
|
|
547
|
+
if test -f "$$i"; then \
|
|
548
|
+
echo "$(subdir)/$$i"; \
|
|
549
|
+
else \
|
|
550
|
+
echo "$$sdir/$$i"; \
|
|
551
|
+
fi; \
|
|
552
|
+
done >> $(top_builddir)/cscope.files
|
|
522
553
|
|
|
523
554
|
distclean-tags:
|
|
524
555
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
556
|
+
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|
525
557
|
|
|
526
558
|
distdir: $(DISTFILES)
|
|
527
559
|
$(am__remove_distdir)
|
|
@@ -589,39 +621,41 @@ distdir: $(DISTFILES)
|
|
|
589
621
|
|| chmod -R a+r "$(distdir)"
|
|
590
622
|
dist-gzip: distdir
|
|
591
623
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
592
|
-
$(
|
|
624
|
+
$(am__post_remove_distdir)
|
|
593
625
|
dist-bzip2: distdir
|
|
594
626
|
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
595
|
-
$(
|
|
627
|
+
$(am__post_remove_distdir)
|
|
596
628
|
|
|
597
629
|
dist-lzip: distdir
|
|
598
630
|
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
|
599
|
-
$(
|
|
600
|
-
|
|
601
|
-
dist-lzma: distdir
|
|
602
|
-
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
|
603
|
-
$(am__remove_distdir)
|
|
631
|
+
$(am__post_remove_distdir)
|
|
604
632
|
|
|
605
633
|
dist-xz: distdir
|
|
606
634
|
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
|
607
|
-
$(
|
|
635
|
+
$(am__post_remove_distdir)
|
|
608
636
|
|
|
609
637
|
dist-tarZ: distdir
|
|
638
|
+
@echo WARNING: "Support for shar distribution archives is" \
|
|
639
|
+
"deprecated." >&2
|
|
640
|
+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
610
641
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
611
|
-
$(
|
|
642
|
+
$(am__post_remove_distdir)
|
|
612
643
|
|
|
613
644
|
dist-shar: distdir
|
|
645
|
+
@echo WARNING: "Support for distribution archives compressed with" \
|
|
646
|
+
"legacy program 'compress' is deprecated." >&2
|
|
647
|
+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
614
648
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
615
|
-
$(
|
|
649
|
+
$(am__post_remove_distdir)
|
|
616
650
|
|
|
617
651
|
dist-zip: distdir
|
|
618
652
|
-rm -f $(distdir).zip
|
|
619
653
|
zip -rq $(distdir).zip $(distdir)
|
|
620
|
-
$(
|
|
654
|
+
$(am__post_remove_distdir)
|
|
621
655
|
|
|
622
|
-
dist dist-all:
|
|
623
|
-
|
|
624
|
-
$(
|
|
656
|
+
dist dist-all:
|
|
657
|
+
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
|
658
|
+
$(am__post_remove_distdir)
|
|
625
659
|
|
|
626
660
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
627
661
|
# it guarantees that the distribution is self-contained by making another
|
|
@@ -632,8 +666,6 @@ distcheck: dist
|
|
|
632
666
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
633
667
|
*.tar.bz2*) \
|
|
634
668
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
635
|
-
*.tar.lzma*) \
|
|
636
|
-
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
|
637
669
|
*.tar.lz*) \
|
|
638
670
|
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
|
639
671
|
*.tar.xz*) \
|
|
@@ -645,18 +677,19 @@ distcheck: dist
|
|
|
645
677
|
*.zip*) \
|
|
646
678
|
unzip $(distdir).zip ;;\
|
|
647
679
|
esac
|
|
648
|
-
chmod -R a-w $(distdir)
|
|
649
|
-
|
|
650
|
-
mkdir $(distdir)/_inst
|
|
680
|
+
chmod -R a-w $(distdir)
|
|
681
|
+
chmod u+w $(distdir)
|
|
682
|
+
mkdir $(distdir)/_build $(distdir)/_inst
|
|
651
683
|
chmod a-w $(distdir)
|
|
652
684
|
test -d $(distdir)/_build || exit 0; \
|
|
653
685
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
654
686
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
655
687
|
&& am__cwd=`pwd` \
|
|
656
688
|
&& $(am__cd) $(distdir)/_build \
|
|
657
|
-
&& ../configure
|
|
689
|
+
&& ../configure \
|
|
658
690
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
659
691
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
692
|
+
--srcdir=.. --prefix="$$dc_install_base" \
|
|
660
693
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
661
694
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
662
695
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
@@ -679,7 +712,7 @@ distcheck: dist
|
|
|
679
712
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
|
680
713
|
&& cd "$$am__cwd" \
|
|
681
714
|
|| exit 1
|
|
682
|
-
$(
|
|
715
|
+
$(am__post_remove_distdir)
|
|
683
716
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
684
717
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
685
718
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
@@ -818,25 +851,24 @@ ps-am:
|
|
|
818
851
|
|
|
819
852
|
uninstall-am: uninstall-pkgconfigDATA
|
|
820
853
|
|
|
821
|
-
.MAKE: $(
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
dist-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
install install-am install-
|
|
832
|
-
install-
|
|
833
|
-
install-
|
|
834
|
-
install-
|
|
835
|
-
|
|
836
|
-
installdirs installdirs-am maintainer-clean \
|
|
854
|
+
.MAKE: $(am__recursive_targets) all install-am install-strip
|
|
855
|
+
|
|
856
|
+
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
|
857
|
+
am--refresh check check-am clean clean-cscope clean-generic \
|
|
858
|
+
clean-libtool cscope cscopelist-am ctags ctags-am dist \
|
|
859
|
+
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
|
|
860
|
+
dist-xz dist-zip distcheck distclean distclean-generic \
|
|
861
|
+
distclean-hdr distclean-libtool distclean-tags distcleancheck \
|
|
862
|
+
distdir distuninstallcheck dvi dvi-am html html-am info \
|
|
863
|
+
info-am install install-am install-data install-data-am \
|
|
864
|
+
install-dvi install-dvi-am install-exec install-exec-am \
|
|
865
|
+
install-html install-html-am install-info install-info-am \
|
|
866
|
+
install-man install-pdf install-pdf-am install-pkgconfigDATA \
|
|
867
|
+
install-ps install-ps-am install-strip installcheck \
|
|
868
|
+
installcheck-am installdirs installdirs-am maintainer-clean \
|
|
837
869
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
|
838
|
-
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-
|
|
839
|
-
uninstall
|
|
870
|
+
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
|
871
|
+
uninstall-am uninstall-pkgconfigDATA
|
|
840
872
|
|
|
841
873
|
|
|
842
874
|
.PHONY: dist-up
|