NetBSD/x11/bin/rstart/Makefile.rstart
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

19 lines
378 B
Makefile

# $NetBSD: Makefile.rstart,v 1.1.1.1 2003/09/11 18:37:06 lukem Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/programs/rstart/${CFDIR}
FILESDIR= ${X11LIBDIR}/rstart/${CFDIR}
.for _F in ${CFFILES}
${_F}.sed: ${_F}
rm -f ${.TARGET}
sed ${CFSED} < ${.ALLSRC} > ${.TARGET}
FILES+= ${_F}.sed
CLEANFILES+= ${_F}.sed
FILESNAME_${_F}.sed= ${_F}
.endfor
realall: ${FILES}