Cross Reference: Makefile
xref: /src/usr.sbin/wsmoused/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/wsmoused/
Makefile revision 1.6
1# $NetBSD: Makefile,v 1.6 2003/08/06 22:11:48 jmmv Exp $
2#
3
4PROG=	wsmoused
5SRCS=	wsmoused.c config.c config_yacc.y config_lex.l
6
7MAN=	wsmoused.conf.5 wsmoused.8
8
9WSMOUSED_ACTION_MODE?=		yes
10WSMOUSED_SELECTION_MODE?=	yes
11
12.if !empty(WSMOUSED_ACTION_MODE:M[Yy][Ee][Ss])
13CPPFLAGS+=	-DWSMOUSED_ACTION_MODE
14SRCS+=		action.c
15.endif
16
17.if !empty(WSMOUSED_SELECTION_MODE:M[Yy][Ee][Ss])
18CPPFLAGS+=	-DWSMOUSED_SELECTION_MODE
19SRCS+=		selection.c
20.endif
21
22CPPFLAGS+=	-I${.CURDIR} -I.
23LDADD+=		-lutil
24
25YHEADER=	yes
26
27.include <bsd.prog.mk>
28

Indexes created Sun Dec 21 11:09:39 GMT 2025