summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefiles: Remove target-specific variablesChris Dickens2020-04-091-2/+2
| | | | | | Improve portability with non-GNU make by using standard variables. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* autotools: Fix a number of issuesChris Dickens2020-03-251-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the name of the project to be what it actually is called everywhere: libusb-1.0. This allows the public libusb.h header file to be tracked by automake through pkginclude_HEADERS. Decouple the doc directory from automake. There aren't any targets that automake understands, so the build uselessly recurses into the directory. Update the makefile targets with the correct dependencies so that the docs aren't regenerated unnecessarily. Update the doxygen config file to include the version, exclude irrelevant source files and create the output into 'api-1.0' instead of 'html'. Also fix a deprecation tag for the libusb_get_port_path() function and add Solaris to the list of supported platforms. Fix the 'dist' target. Clean up the README file to remote the GitHub Markdown and remove the .gitattributes file from the msvc directory. Add doc/libusb.png to EXTRA_DIST. Enhance the {dist,doc}-upload targets to look at the SF_USER environment variable to get the SourceForge username. This allows maintainers (like me!) to have a local username that is different from their SourceForge username. Switch the docs-upload recipe to use rsync with --delete to clean up obsolete files. Fix the Windows shared library (DLL) targets. The dependencies for the RC file were incorrect, leading to cases of missed recompilation. The 'all' rule should not be overridden, so define an 'all-local' rule when necessary. Fix the rule for running dlltool on the just generated DLL so that it only fires when the correct dependencies change and do not bother to run the rule when not building a DLL. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Makefile.am: Add Xcode dir to EXTRA_DISTHans de Goede2013-08-301-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Android: Add android build files to source tarballToby Gray2013-08-301-1/+2
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Tests: Add libusbx stress testToby Gray2012-11-251-0/+4
| | | | | See https://github.com/tobygray/libusbx/tree/testing as well as http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Crashes-tt433.html#a438
* Misc: Fix missing files from dist packagePete Batard2012-09-161-2/+2
|
* Autotools: add libusb-1.0.def and libusb_nano.h as dependenciesPete Batard2012-06-111-1/+1
| | | | | * Also add version_nano.h to EXTRA_DIST as it is not added to the dist archive by default
* Autotools: Fix missing DLL .def file from make distPete Batard2012-03-311-1/+1
|
* Autotools: Fix msvc dir not being included in make distPete Batard2012-03-311-1/+1
|
* Autotools: Fix make distcheck and add ChangeLogPete Batard2012-03-301-6/+1
|
* Remove username from SF FRS rsync upload commandPeter Stuge2011-10-171-1/+1
|
* Makefile.am: Do not remove ChangeLog on make distclean, fixes #116Peter Stuge2011-10-171-1/+2
| | | | [pbatard: Remove it on make maintainer-clean instead]
* v1.0.3 releasev1.0.3Daniel Drake2009-08-271-2/+7
|
* move bug info to bug trackerDaniel Drake2009-08-011-1/+1
| | | | | Protection needed: http://www.libusb.org/ticket/4 Losing data: fixed in previous commit
* v1.0.2 releasev1.0.2Daniel Drake2009-06-131-0/+1
|
* Add BUGS fileDaniel Drake2009-05-121-1/+1
| | | | Probably missed a couple of outstanding issues
* v0.9.0 releasev0.9.0Daniel Drake2008-05-251-2/+2
| | | | First libusb-1.0 beta release
* distcheck fix for docsDaniel Drake2008-03-231-1/+1
|
* Rename to libusb-1.0Daniel Drake2008-01-041-3/+3
| | | | | I've taken over the libusb project, and what was previously known as fpusb will eventually be released as libusb-1.0.
* Initial commitDaniel Drake2007-12-021-0/+21
Basic library structure which supports enumerating detected USB devices