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