2003-09-12 12:08:09 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/09/12 08:08:17 lukem Exp $
|
2003-09-12 06:49:56 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= Xrandr
|
|
|
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
|
|
|
|
|
|
|
SRCS= Xrandr.c
|
|
|
|
|
|
|
|
INCS= Xrandr.h
|
|
|
|
INCSDIR=${X11INCDIR}/X11/extensions
|
|
|
|
|
|
|
|
CPPFLAGS+= ${X11FLAGS.THREADLIB}
|
|
|
|
CPPFLAGS+= -I${DESTDIR}/${X11INCDIR}/X11/extensions
|
|
|
|
|
|
|
|
MAN= Xrandr.3
|
|
|
|
|
2003-09-12 12:08:09 +04:00
|
|
|
LDADD+= -lXrender -lXext -lX11
|
|
|
|
DPADD+= ${LIBXRENDER} ${LIBXEXT} ${LIBX11}
|
2003-09-12 06:49:56 +04:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.include <bsd.x11.mk>
|