Makefile revision 189628
1#
2# $FreeBSD: head/lib/libusb/Makefile 189628 2009-03-10 15:49:43Z thompsa $
3#
4# Makefile for the FreeBSD specific LibUSB 2.0
5#
6
7LIB=		usb
8SHLIB_MAJOR=	1
9SHLIB_MINOR=	0
10SRCS=		libusb20.c
11SRCS+=		libusb20_desc.c
12SRCS+=		libusb20_ugen20.c
13SRCS+=		libusb20_compat01.c
14SRCS+=		libusb20_compat10.c
15INCS+=		libusb20.h
16INCS+=		libusb20_desc.h
17MAN=		libusb.3
18MKLINT=		no
19NOGCCERROR=
20
21MLINKS+=	libusb.3 usb.3 \
22		libusb.3 libusb20.3
23
24# libusb 0.1 compat
25INCS+=		usb.h
26
27.include <bsd.lib.mk>
28
29