summaryrefslogtreecommitdiff
path: root/external/mit/xorg/bin/xinput/Makefile
blob: d308d65daeb87595c69f7d3d7e0cb6e3346b8c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.5 2011/05/23 17:44:41 dsl Exp $

.include <bsd.own.mk>

PROG=	xinput
SRCS=	buttonmap.c feedback.c list.c property.c setint.c setmode.c \
	setptr.c state.c test.c xinput.c

CPPFLAGS+=	-DVERSION='"1.4.0"'

LDADD+=	-lXi -lX11 -lm
DPADD+=	${LIBXI} ${LIBM}
.PATH:	${X11SRCDIR.${PROG}}/src
.PATH:	${X11SRCDIR.${PROG}}/man

.include <bsd.x11.mk>
.include <bsd.prog.mk>