No empty .Rs/.Re
[netbsd-mini2440.git] / x11 / tools / xkbcomp / Makefile
blob80cef7cbf1871a097a7c9efb35f17dbca99e7635
1 # $NetBSD: Makefile,v 1.4 2003/09/30 06:41:31 lukem Exp $
3 NOMAN= 1
5 .include <bsd.own.mk>
7 HOSTPROG= xkbcomp
8 .PATH: ${X11SRCDIR.xc}/programs/${HOSTPROG}
10 SRCS= xkbcomp.c xkbscan.c expr.c vmod.c indicators.c misc.c \
11 keymap.c keycodes.c keytypes.c compat.c action.c alias.c \
12 symbols.c geometry.c xkbpath.c listing.c \
13 xkbparse.y parseutils.c utils.c
15 SRCS+= xkbcomp-stubs.c xkbcomp-KeyBind.c
17 .PATH: ${X11SRCDIR.xc}/lib/xkbfile
18 SRCS+= xkbatom.c xkberrs.c xkbout.c xkmread.c xkbtext.c \
19 cout.c xkmout.c
21 SRCS+= xkbfile-xkbmisc.c
23 .PATH: ${X11SRCDIR.xc}/lib/X11
24 SRCS+= KeysymStr.c StrKeysym.c Quarks.c Xrm.c
25 SRCS+= XKB.c XKBAlloc.c XKBGAlloc.c XKBMAlloc.c XKBMisc.c \
26 XKBGeom.c XKBRdBuf.c
28 HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR} \
29 -I. \
30 -I${X11SRCDIR.xc}/lib/X11 \
31 -I${X11SRCDIR.xc}/programs/${HOSTPROG} \
32 -DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" -DXKB
35 .include "${NETBSDSRCDIR}/x11/tools/makekeys/Makefile.makekeys"
37 .include <bsd.x11.mk>
38 .include <bsd.hostprog.mk>