]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libusb/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libusb / Makefile
1 #
2 # $FreeBSD$
3 #
4 # Makefile for the FreeBSD specific LibUSB 2.0
5 #
6
7 LIB=            usb
8 SHLIB_MAJOR=    2
9 SHLIB_MINOR=    0
10 SRCS=           libusb20.c
11 SRCS+=          libusb20_desc.c
12 SRCS+=          libusb20_ugen20.c
13 INCS+=          libusb20.h
14 INCS+=          libusb20_desc.h
15 MAN=            libusb.3 libusb20.3
16 MKLINT=         no
17 NOGCCERROR=
18
19 MLINKS+=        libusb.3 usb.3
20
21 # libusb 0.1 compat
22 INCS+=          usb.h
23 SRCS+=          libusb20_compat01.c
24
25 # libusb 1.0 compat
26 INCS+=          libusb.h
27 SRCS+=          libusb10.c
28 SRCS+=          libusb10_desc.c
29 SRCS+=          libusb10_io.c
30
31 .include <bsd.lib.mk>
32