971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/11/06 22:28:26 veego Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= xkbfile
|
|
.PATH: ${X11SRCDIR.${LIB}}/src
|
|
.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
|
|
|
|
SRCS= cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c \
|
|
xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c \
|
|
xkmread.c
|
|
|
|
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/extensions
|
|
|
|
INCSDIR=${X11INCDIR}/X11/extensions
|
|
|
|
INCS= XKBbells.h XKBconfig.h XKBfile.h XKBrules.h XKM.h XKMformat.h
|
|
INCSDIR=${X11INCDIR}/X11/extensions
|
|
|
|
LIBDPLIBS= X11 ${.CURDIR}/../libX11/dynamic
|
|
|
|
PKGCONFIG= xkbfile
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|