NetBSD/x11/tools/makekeys/Makefile.makekeys
lukem 98ad6e84d6 Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.x
(from /usr/xsrc) using bsd-style Makefiles.
Why?
    -	sane cross building
    -	easy builds from read only source
    -	non-root building
    -	imake is evil
nuff said.
2003-09-11 18:37:05 +00:00

15 lines
433 B
Makefile

# $NetBSD: Makefile.makekeys,v 1.1.1.1 2003/09/11 18:38:50 lukem Exp $
MAKEKEYSDIR!= cd ${NETBSDSRCDIR}/x11/tools/makekeys && ${PRINTOBJDIR}
MAKEKEYS= ${MAKEKEYSDIR}/makekeys
${MAKEKEYS}:
(cd ${NETBSDSRCDIR}/x11/tools/makekeys && ${MAKE})
DPSRCS+= ks_tables.h
CLEANFILES+= ks_tables.h
ks_tables.h: ${MAKEKEYS} ${X11SRCDIR.xc}/include/keysymdef.h
rm -f ${.TARGET}
${MAKEKEYS} < ${X11SRCDIR.xc}/include/keysymdef.h > ${.TARGET}