Home | History | Annotate | Line # | Download | only in libxkbui
      1 #	$NetBSD: Makefile,v 1.3 2008/11/06 22:28:26 veego Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIB=	xkbui
      6 .PATH:	${X11SRCDIR.${LIB}}/src
      7 .PATH:	${X11SRCDIR.${LIB}}/include/X11/extensions
      8 
      9 SRCS=	XKBui.c
     10 
     11 INCS=	XKBui.h
     12 INCSDIR=${X11INCDIR}/X11/extensions
     13 
     14 CPPFLAGS+=-I${DESTDIR}${X11INCDIR}/X11/extensions
     15 
     16 LIBDPLIBS=	X11	${.CURDIR}/../libX11/dynamic \
     17 		xkbfile	${.CURDIR}/../libxkbfile \
     18 		m	${.CURDIR}/../../../../../lib/libm
     19 
     20 PKGCONFIG=	xkbui
     21 
     22 .include <bsd.x11.mk>
     23 .include <bsd.lib.mk>
     24