Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / xorg-server / Makefile.common
blob8be5389dc4aba73af86a7ccc386eb9bcce910829
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.
7 .include <bsd.own.mk>
10 # XFree86 servers all need XFONT as well.
11 .if ${MKXORG_SERVER} != "no"
12 XSERVER_NEEDS_XFONT=    yes
13 XSERVER_XFREE86=        yes
14 .endif
16 .if ${MACHINE} == "acorn32"
17 XSERVER_XARM32VIDC=     yes
18 .endif
20 .if ${MACHINE} == "alpha"
21 XSERVER_XALPHANETBSD=   yes
22 XSERVER_XDECNETBSD=     yes
23 .endif
25 .if ${MACHINE} == "amiga"
26 XSERVER_XAMIGA=         yes
27 .endif
29 .if ${MACHINE} == "atari"
30 #XSERVER_XFREE68=       yes
31 .endif
33 .if ${MACHINE} == "mac68k"
34 XSERVER_XMAC68K=        yes
35 .endif
37 .if ${MACHINE} == "macppc"
38 XSERVER_XMACPPC=        yes
39 .endif
41 .if ${MACHINE} == "pmax"
42 XSERVER_XDECNETBSD=     yes
43 XSERVER_XPMAX=          no # XXX should be yes but may be obsoleted
44 .endif
46 .if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
47 XSERVER_XSUN=           yes
48 XSERVER_XSUNMONO=       yes
49 XSERVER_XSUN24=         yes
50 .endif
52 .if ${MACHINE} == "sun3"
53 XSERVER_XSUN=           yes
54 XSERVER_XSUNMONO=       yes
55 .endif
57 .if ${MACHINE} == "x68k"
58 XSERVER_X68K=           yes
59 .endif
62 # Does this server need Xfont/fontbase libraries?
63 XSERVER_NEEDS_XFONT?=   no
65 # Does this platform build XFree86 X server?
66 XSERVER_XFREE86?=       no
68 # Does this platform build the XalphaNetBSD server?
69 XSERVER_XALPHANETBSD?=  no
70 # Does this platform build the Xamiga server?
71 XSERVER_XAMIGA?=        no
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?
77 XSERVER_XFREE68?=       no
78 # Does this platform build the Xmac68k X server?
79 XSERVER_XMAC68K?=       no
80 # Does this platform build Xmacppc X server?
81 XSERVER_XMACPPC?=       no
82 # Does this platform build the Xnewsmips server?
83 XSERVER_XNEWSMIPS?=     no
84 # Does this platform build Xpmax X servers?
85 XSERVER_XPMAX?=         no
86 # Does this platform build Xsun* X servers?
87 XSERVER_XSUN?=          no
88 XSERVER_XSUNMONO?=      no
89 XSERVER_XSUN24?=        no
90 # Does this platform build X68k X servers?
91 XSERVER_X68K?=          no
92 # Does this platform build Xvfb X server?
93 XSERVER_XVFB?=          yes