mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Revert libusb Makefile changes from going to libusbx.
This commit is contained in:
parent
5b27981341
commit
6cbd29169b
@ -1,23 +1,18 @@
|
|||||||
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
|
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
DISTCLEANFILES = libusb-1.0.pc
|
DISTCLEANFILES = libusb-1.0.pc
|
||||||
EXTRA_DIST = TODO PORTING msvc libusb/libusb-1.0.def libusb/version_nano.h \
|
MAINTAINERCLEANFILES = ChangeLog
|
||||||
examples/getopt/getopt.c examples/getopt/getopt1.c examples/getopt/getopt.h \
|
EXTRA_DIST = TODO PORTING
|
||||||
android Xcode
|
SUBDIRS = libusb
|
||||||
SUBDIRS = libusb doc
|
|
||||||
|
|
||||||
if BUILD_EXAMPLES
|
|
||||||
SUBDIRS += examples
|
|
||||||
endif
|
|
||||||
|
|
||||||
if BUILD_TESTS
|
|
||||||
SUBDIRS += tests
|
|
||||||
endif
|
|
||||||
|
|
||||||
pkgconfigdir=$(libdir)/pkgconfig
|
pkgconfigdir=$(libdir)/pkgconfig
|
||||||
pkgconfig_DATA=libusb-1.0.pc
|
pkgconfig_DATA=libusb-1.0.pc
|
||||||
|
|
||||||
.PHONY: dist-up
|
.PHONY: ChangeLog dist-up
|
||||||
|
ChangeLog:
|
||||||
|
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
||||||
|
|
||||||
|
dist-hook: ChangeLog
|
||||||
|
|
||||||
reldir = .release/$(distdir)
|
reldir = .release/$(distdir)
|
||||||
dist-up: dist
|
dist-up: dist
|
||||||
@ -26,3 +21,4 @@ dist-up: dist
|
|||||||
cp $(distdir).tar.bz2 $(reldir)
|
cp $(distdir).tar.bz2 $(reldir)
|
||||||
rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0/
|
rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0/
|
||||||
rm -rf $(reldir)
|
rm -rf $(reldir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user