automake: Add extra Makefile to handle unknown automake targets
authorChris Dickens <christopher.a.dickens@gmail.com>
Thu, 2 Apr 2020 03:54:09 +0000 (20:54 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Thu, 2 Apr 2020 03:54:09 +0000 (20:54 -0700)
commit17143e307b11075e9fd6f77eebb7483a6f635b86
tree0cefd80451acf81861248cb7251e7b521604c682
parent24deb4904246953fc8f231d8371fac82bf856e5d
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/Makefile.am
libusb/Makefile.am.extra [new file with mode: 0644]
libusb/strerror.c [changed mode: 0755->0644]
libusb/version_nano.h