No empty .Rs/.Re
[netbsd-mini2440.git] / external / mit / xorg / lib / libxkbfile / Makefile
blobfeb80f44f0e1ad95717405582c2fcab3061001c0
1 # $NetBSD: Makefile,v 1.2 2008/09/13 04:32:31 cube Exp $
3 .include <bsd.own.mk>
5 LIB= xkbfile
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
9 SRCS= cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c \
10 xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c \
11 xkmread.c
13 CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/extensions
15 INCSDIR=${X11INCDIR}/X11/extensions
17 INCS= XKBbells.h XKBconfig.h XKBfile.h XKBrules.h XKM.h XKMformat.h
18 INCSDIR=${X11INCDIR}/X11/extensions
20 LIBDPLIBS= X11 ${.CURDIR}/../libX11/dynamic
22 PKGCONFIG= xkbfile
24 .include <bsd.x11.mk>
25 .include <bsd.lib.mk>