No empty .Rs/.Re
[netbsd-mini2440.git] / external / mit / xorg / lib / libXinerama / Makefile
blobeab71a970ea669c280962a41b70554285ae553df
1 # $NetBSD: Makefile,v 1.4 2008/11/06 22:28:26 veego Exp $
3 .include <bsd.own.mk>
5 LIB= Xinerama
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/man
8 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
10 SRCS= Xinerama.c
12 CPPFLAGS+= ${X11FLAGS.THREADLIB}
14 MAN= Xinerama.3
15 MLINKS= Xinerama.3 XineramaQueryExtension.3 \
16 Xinerama.3 XineramaQueryVersion.3 \
17 Xinerama.3 XineramaIsActive.3 \
18 Xinerama.3 XineramaQueryScreens.3
20 LIBDPLIBS= Xext ${.CURDIR}/../libXext \
21 X11 ${.CURDIR}/../libX11/dynamic
23 PKGDIST= ${LIB}
25 INCS= Xinerama.h panoramiXext.h
26 INCSDIR=${X11INCDIR}/X11/extensions
28 NOOBJ= # defined
30 .include <bsd.x11.mk>
31 .include <bsd.lib.mk>