1 # $NetBSD: Makefile.common,v 1.26 2013/06/12 21:35:29 mrg Exp $
3 # These define parts of the Xserver tree that are to be
4 # conditionally compiled for different platforms. See
5 # below for descriptions of each variable.
10 # XFree86 servers all need XFONT as well.
11 .if ${MKXORG_SERVER} != "no"
12 XSERVER_NEEDS_XFONT= yes
16 .if ${MACHINE} == "acorn32"
17 XSERVER_XARM32VIDC= yes
20 .if ${MACHINE} == "alpha"
21 XSERVER_XALPHANETBSD= yes
22 XSERVER_XDECNETBSD= yes
25 .if ${MACHINE} == "amiga"
29 .if ${MACHINE} == "atari"
33 .if ${MACHINE} == "mac68k"
37 .if ${MACHINE} == "macppc"
41 .if ${MACHINE} == "pmax"
42 XSERVER_XDECNETBSD= yes
43 XSERVER_XPMAX= no # XXX should be yes but may be obsoleted
46 .if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
52 .if ${MACHINE} == "sun3"
57 .if ${MACHINE} == "x68k"
62 # Does this server need Xfont/fontbase libraries?
63 XSERVER_NEEDS_XFONT?= no
65 # Does this platform build XFree86 X server?
68 # Does this platform build the XalphaNetBSD server?
69 XSERVER_XALPHANETBSD?= no
70 # Does this platform build the Xamiga server?
72 # Does this platform build the Xarm32VIDC server?
73 XSERVER_XARM32VIDC?= no
74 # Does this platform build the XdecNetBSD server?
75 XSERVER_XDECNETBSD?= no
76 # Does this platform build the Xfree68 servers?
78 # Does this platform build the Xmac68k X server?
80 # Does this platform build Xmacppc X server?
82 # Does this platform build the Xnewsmips server?
83 XSERVER_XNEWSMIPS?= no
84 # Does this platform build Xpmax X servers?
86 # Does this platform build Xsun* X servers?
90 # Does this platform build X68k X servers?
92 # Does this platform build Xvfb X server?