NetBSD/x11/Xserver/Makefile

56 lines
979 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/10/07 13:47:13 rtr Exp $
.include <bsd.own.mk>
.include "Makefile.common"
.if ${XSERVER_NEEDS_XFONT} != "no"
SUBDIR.xfont=fontbase Xfont
.else
SUBDIR.xfont=
.endif
.if ${XSERVER_NEEDS_MIEXT} != "no"
SUBDIR.miext=miext
.else
SUBDIR.miext=
.endif
.if ${XSERVER_HAS_CFB} != "no"
SUBDIR.cfb=cfb cfb16 cfb24 cfb32
.else
SUBDIR.cfb=
.endif
.if ${XSERVER_HAS_FB} != "no"
SUBDIR.fb=fb
.else
SUBDIR.fb=
.endif
.if ${XSERVER_HAS_AFB} != "no"
SUBDIR.afb=afb
.else
SUBDIR.afb=
.endif
.if ${XSERVER_HAS_IPLAN} != "no"
SUBDIR.iplan=iplan2p4 iplan2p8
.else
SUBDIR.iplan=
.endif
SUBDIR= include
SUBDIR+= .WAIT dix os mi printer Xext xkb xinput GL lbx dbe record
SUBDIR+= mfb randr render xtrap
SUBDIR+= ${SUBDIR.cfb} ${SUBDIR.fb} ${SUBDIR.iplan} hw
SUBDIR+= ${SUBDIR.xfont} ${SUBDIR.afb} ${SUBDIR.miext}
SUBDIR+= .WAIT Xserver
.PATH: ${X11SRCDIR.xc}/programs/Xserver
MAN= Xserver.1
.include <bsd.x11.mk>
.include <bsd.man.mk>
.include <bsd.subdir.mk>