# $NetBSD: Makefile,v 1.12 2004/03/28 14:24:38 jdc 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 .if ${XSERVER_HAS_AFB} != "no" SUBDIR.afb=afb .else SUBDIR.afb= .endif .if ${XSERVER_HAS_IPLAN} == "no" SUBDIR.iplan= .else SUBDIR.iplan=iplan2p4 iplan2p8 .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+= .WAIT Xserver XTODO= afb miext/shadow miext/layer .PATH: ${X11SRCDIR.xc}/programs/Xserver MAN= Xserver.1 .include .include .include