Deleted Added
full compact
Makefile (184610) Makefile (189585)
1#
1#
2# $FreeBSD: head/lib/libusb20/Makefile 184610 2008-11-04 02:31:03Z alfred $
2# $FreeBSD: head/lib/libusb20/Makefile 189585 2009-03-09 17:05:31Z thompsa $
3#
4# Makefile for the FreeBSD specific LibUSB 2.0
5#
6
3#
4# Makefile for the FreeBSD specific LibUSB 2.0
5#
6
7LIB= usb20
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
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
17INCS+= libusb20_compat01.h
18INCS+= libusb20_compat10.h
19MAN= libusb20.3
20MKLINT= no
21NOGCCERROR=
22
17MAN= libusb20.3
18MKLINT= no
19NOGCCERROR=
20
21# libusb 0.1 compat
22INCS+= usb.h
23
23.include <bsd.lib.mk>
24
24.include <bsd.lib.mk>
25