Home | History | Annotate | Line # | Download | only in libusb
Makefile revision 1.4.6.2
      1  1.4.6.2  uebayasi #	$NetBSD: Makefile,v 1.4.6.2 2010/04/30 14:44:25 uebayasi Exp $
      2  1.4.6.2  uebayasi #
      3  1.4.6.2  uebayasi 
      4  1.4.6.2  uebayasi .PATH:	${.CURDIR}/../../../../dev/usb
      5  1.4.6.2  uebayasi 
      6  1.4.6.2  uebayasi LIB=	rumpdev_usb
      7  1.4.6.2  uebayasi 
      8  1.4.6.2  uebayasi .if ${MACHINE} == "i386"
      9  1.4.6.2  uebayasi IOCONF= USB.ioconf
     10  1.4.6.2  uebayasi 
     11  1.4.6.2  uebayasi SRCS=	usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c	\
     12  1.4.6.2  uebayasi 	uhub.c usbroothub_subr.c
     13  1.4.6.2  uebayasi SRCS+=	usb_at_ugenhc.c
     14  1.4.6.2  uebayasi .else
     15  1.4.6.2  uebayasi SRCS=	dummy.c
     16  1.4.6.2  uebayasi .endif
     17  1.4.6.2  uebayasi 
     18  1.4.6.2  uebayasi #CPPFLAGS+= -DUHUB_DEBUG
     19  1.4.6.2  uebayasi 
     20  1.4.6.2  uebayasi CPPFLAGS+=	-I${.CURDIR}/opt
     21  1.4.6.2  uebayasi 
     22  1.4.6.2  uebayasi .include <bsd.lib.mk>
     23  1.4.6.2  uebayasi .include <bsd.klinks.mk>
     24