commit | 17143e307b11075e9fd6f77eebb7483a6f635b86 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Apr 01 20:54:09 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Apr 01 20:54:09 2020 -0700 |
tree | 0cefd80451acf81861248cb7251e7b521604c682 | |
parent | 24deb4904246953fc8f231d8371fac82bf856e5d [diff] |
automake: Add extra Makefile to handle unknown automake targets Automake does not know how to compile Windows Resource files, so we have manually told automake how to do this. One particular short-coming is that dependencies are not automatically generated and tracked as they are with other known automake targets. Address this by creating an extra makefile that contains the automake rules needed for building source for Windows targets. This also includes outputting more accurate tags during compilation instead of using the generic "GEN" tag. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)