Home | History | Annotate | Line # | Download | only in libXinerama
      1 #	$NetBSD: Makefile,v 1.6 2015/07/22 02:23:20 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIB=	Xinerama
      6 .PATH:	${X11SRCDIR.${LIB}}/src
      7 .PATH:	${X11SRCDIR.${LIB}}/man
      8 .PATH:	${X11SRCDIR.${LIB}}/include/X11/extensions
      9 
     10 SRCS=	Xinerama.c
     11 
     12 CPPFLAGS+=	${X11FLAGS.THREADLIB}
     13 CPPFLAGS+=	-DHAVE__XEATDATAWORDS
     14 
     15 MAN=	Xinerama.3
     16 MLINKS=	Xinerama.3 XineramaQueryExtension.3 \
     17 	Xinerama.3 XineramaQueryVersion.3 \
     18 	Xinerama.3 XineramaIsActive.3 \
     19 	Xinerama.3 XineramaQueryScreens.3
     20 
     21 LIBDPLIBS=	Xext	${.CURDIR}/../libXext \
     22 		X11	${.CURDIR}/../libX11/dynamic
     23 
     24 PKGDIST=	${LIB}
     25 
     26 INCS=	Xinerama.h panoramiXext.h
     27 INCSDIR=${X11INCDIR}/X11/extensions
     28 
     29 NOOBJ=	# defined
     30 
     31 .include <bsd.x11.mk>
     32 .include <bsd.lib.mk>
     33