]> git.sesse.net Git - rdpsrv/blob - Xserver/programs/Imakefile
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / programs / Imakefile
1 XCOMM $XConsortium: Imakefile /main/83 1996/12/18 16:29:30 lehors $
2 XCOMM $XFree86: xc/programs/Imakefile,v 3.15.2.2 1998/02/15 16:08:40 hohndel Exp $
3 #define IHaveSubdirs
4 #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
5
6 #if BuildServer
7        RGBSRCDIR = rgb
8         XSSRCDIR = Xserver
9 #endif
10 #ifndef Win32Architecture
11 #if HasXServer
12      XINITSRCDIR = xinit
13 #endif
14 #if BuildFontServer
15        XFSSRCDIR = xfs
16 #endif
17 #if BuildXKBlib
18       XKBSRCDIRS = setxkbmap xkbcomp xkbevd xkbprint xkbutils
19 #endif
20 #if BuildScreenSaverExt
21 SCREENSAVESRCDIR = beforelight
22 #endif
23 #if BuildXF86VidModeExt
24   XVIDTUNESRCDIR = xvidtune
25 #endif
26 #if BuildXF86DGA
27    XF86DGASRCDIR = xf86dga
28 #endif
29 #if BuildXAServer
30        XASSRCDIR = Xaserver
31 #endif
32 #if BuildLBX
33   LBXPROXYSRCDIR = lbxproxy
34 #endif
35   PROXYMGRSRCDIR = proxymngr
36     RSTARTSRCDIR = rstart
37    SMPROXYSRCDIR = smproxy
38        TWMSRCDIR = twm
39   XCONSOLESRCDIR = xconsole
40        XDMSRCDIR = xdm
41 XFINDPROXYSRCDIR = xfindproxy
42       XFWPSRCDIR = xfwp
43      XHOSTSRCDIR = xhost
44        XMHSRCDIR = xmh
45        XRXSRCDIR = xrx
46        XSMSRCDIR = xsm
47      XTERMSRCDIR = xterm
48       SCRIPTSDIR = scripts
49 #endif
50
51 #if BuildServersOnly
52 SUBDIRS = $(XSSRCDIR)
53 #else
54 SUBDIRS = \
55         appres bdftopcf bitmap $(SCREENSAVESRCDIR) editres fsinfo \
56         fslsfonts fstobdf \
57         iceauth mkfontdir oclock $(PROXYMGRSRCDIR) \
58         $(RGBSRCDIR) $(RSTARTSRCDIR) $(SMPROXYSRCDIR) $(TWMSRCDIR) x11perf \
59         xauth xclipboard xclock xcmsdb $(XCONSOLESRCDIR) $(XDMSRCDIR) \
60         xdpyinfo $(XF86DGASRCDIR) xfd $(XFSSRCDIR) $(XFINDPROXYSRCDIR) \
61         $(XFWPSRCDIR) \
62         $(XHOSTSRCDIR) xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xlogo \
63         xlsatoms xlsclients xlsfonts xmag $(XMHSRCDIR) xmodmap xprop \
64         xrdb xrefresh $(XRXSRCDIR) xset xsetroot $(XSMSRCDIR) xstdcmap \
65         xsetmode xsetpointer \
66         $(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
67         $(XSSRCDIR) $(XASSRCDIR) \
68         $(LBXPROXYSRCDIR) $(SCRIPTSDIR)
69 #endif
70
71 MakeSubdirs($(SUBDIRS))
72 DependSubdirs($(SUBDIRS))