etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / share / nls / Makefile.nls
blobb37943108021e741298395bbe2fadfa76d7c8308
1 #       $NetBSD: Makefile.nls,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
3 # install Compose XI18N_OBJS XLC_LOCALE for this subdir
5 .include <bsd.own.mk>
7 FILES=          XI18N_OBJS
8 FILESDIR=       ${X11LIBDIR}/locale/${NLS_SUBDIR}
10 CTFILES=        Compose XLC_LOCALE
12 .PATH:  ${X11SRCDIR.X11}/nls/${NLS_SUBDIR}
14 .for _F in ${CTFILES}
15 ${_F}.ct: ${_F}.pre
16         ${_MKTARGET_CREATE}
17         rm -f ${.TARGET}
18         ${CPP} -undef -traditional \
19             < ${.ALLSRC} | ${X11TOOL_UNXCOMM} > ${.TARGET}
21 FILES+=                 ${_F}.ct
22 FILESDIR_${_F}.ct=      ${X11LIBDIR}/locale/${NLS_SUBDIR}
23 FILESNAME_${_F}.ct=     ${_F:S/.pre$//}
24 CLEANFILES+=            ${_F}.ct
25 .endfor
27 realall: ${FILES}
29 .include <bsd.x11.mk>
30 .include <bsd.prog.mk>