Home | History | Annotate | Line # | Download | only in wsconsctl
Makefile revision 1.11
      1  1.11   xtraeme #	$NetBSD: Makefile,v 1.11 2005/01/19 20:37:52 xtraeme Exp $
      2   1.1   hannken 
      3  1.11   xtraeme WARNS=	2
      4   1.1   hannken PROG=	wsconsctl
      5   1.1   hannken SRCS=	display.c keyboard.c keysym.c map_parse.y map_scan.l \
      6   1.1   hannken 		mouse.c util.c wsconsctl.c
      7   1.1   hannken MAN=	wsconsctl.8
      8   1.1   hannken 
      9   1.1   hannken YHEADER=	1
     10   1.3      matt CPPFLAGS+=	-I. -I${.CURDIR}
     11   1.7     lukem DPSRCS+=	keysym.h
     12   1.1   hannken CLEANFILES+=	keysym.h
     13   1.1   hannken 
     14   1.6     lukem .include <bsd.prog.mk>
     15   1.4        tv 
     16   1.2  augustss keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h
     17  1.10     lukem 	${_MKTARGET_CREATE}
     18   1.8     lukem 	${HOST_SH} ${.CURDIR}/mkkeysym.sh \
     19   1.1   hannken 	  ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h > keysym.h
     20