Home | History | Annotate | Line # | Download | only in xf86-input-mouse
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2013/06/05 07:26:36 mrg Exp $
      2 
      3 WARNS?=		2
      4 
      5 DRIVER=		xf86-input-mouse
      6 DRIVER_NAME=	mouse_drv
      7 
      8 SRCS=		mouse.c pnp.c bsd_mouse.c
      9 MAN=		mousedrv.4
     10 
     11 CPPFLAGS+=	-DHAVE_CONFIG_H \
     12 		-I${X11SRCDIR.${DRIVER}}/include \
     13 		-I${X11SRCDIR.${DRIVER}}/../include
     14 
     15 INCSDIR=	${X11INCDIR}/xorg
     16 INCS=		xf86-mouse-properties.h
     17 
     18 PKGCONFIG=	xorg-mouse
     19 PKGDIST.xorg-mouse=	${X11SRCDIR.${DRIVER}}
     20 
     21 .include "../Makefile.xf86-driver"
     22 
     23 .PATH:  ${X11SRCDIR.${DRIVER}}/include
     24 .PATH:  ${X11SRCDIR.${DRIVER}}
     25