xref: /freebsd/lib/libusb/Makefile (revision 4eaae44dbf630fc0e18c03dbd5c0e71f3780f03a)
1df4b8c2aSAndrew Thompson#
2df4b8c2aSAndrew Thompson# $FreeBSD$
3df4b8c2aSAndrew Thompson#
4df4b8c2aSAndrew Thompson# Makefile for the FreeBSD specific LibUSB 2.0
5df4b8c2aSAndrew Thompson#
6df4b8c2aSAndrew Thompson
7df4b8c2aSAndrew ThompsonLIB=		usb
8df4b8c2aSAndrew ThompsonSHLIB_MAJOR=	1
9df4b8c2aSAndrew ThompsonSHLIB_MINOR=	0
10df4b8c2aSAndrew ThompsonSRCS=		libusb20.c
11df4b8c2aSAndrew ThompsonSRCS+=		libusb20_desc.c
12df4b8c2aSAndrew ThompsonSRCS+=		libusb20_ugen20.c
13df4b8c2aSAndrew ThompsonSRCS+=		libusb20_compat01.c
14df4b8c2aSAndrew ThompsonSRCS+=		libusb20_compat10.c
15df4b8c2aSAndrew ThompsonINCS+=		libusb20.h
16df4b8c2aSAndrew ThompsonINCS+=		libusb20_desc.h
174eaae44dSAndrew ThompsonMAN=		libusb.3
18df4b8c2aSAndrew ThompsonMKLINT=		no
19df4b8c2aSAndrew ThompsonNOGCCERROR=
20df4b8c2aSAndrew Thompson
214eaae44dSAndrew ThompsonMLINKS+=	libusb.3 usb.3 \
224eaae44dSAndrew Thompson		libusb.3 libusb20.3
234eaae44dSAndrew Thompson
24df4b8c2aSAndrew Thompson# libusb 0.1 compat
25df4b8c2aSAndrew ThompsonINCS+=		usb.h
26df4b8c2aSAndrew Thompson
27df4b8c2aSAndrew Thompson.include <bsd.lib.mk>
28df4b8c2aSAndrew Thompson
29