# $NetBSD: Makefile,v 1.10 2004/01/10 23:35:55 lukem Exp $ .include .include "Makefile.common" .if ${XSERVER_NEEDS_XFONT} != "no" SUBDIR.xfont=fontbase Xfont .endif .if ${XSERVER_HAS_CFB} == "no" SUBDIR.cfb= .else SUBDIR.cfb=cfb cfb16 cfb24 cfb32 .endif .if ${XSERVER_HAS_FB} == "no" SUBDIR.fb= .else SUBDIR.fb=fb .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} hw ${SUBDIR.xfont} .WAIT Xserver XTODO= afb miext/shadow miext/layer .PATH: ${X11SRCDIR.xc}/programs/Xserver MAN= Xserver.1 .include .include .include