blob: 24415a90ed981db392c891c5d6e0feedc89e6ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
XCOMM $TOG: Imakefile /main/85 1998/02/26 17:14:44 kaleb $
XCOMM
XCOMM
XCOMM
XCOMM $XFree86: xc/programs/Imakefile,v 3.23 1999/05/04 09:35:24 dawes Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
#if BuildServer
RGBSRCDIR = rgb
XSSRCDIR = Xserver
#endif
#ifndef Win32Architecture
#if HasXServer
XINITSRCDIR = xinit
#endif
#if BuildFontServer
XFSSRCDIR = xfs
#endif
#if BuildXKBlib
XKBSRCDIRS = xkbcomp xkbevd xkbprint xkbutils
#endif
#if BuildScreenSaverExt
SCREENSAVESRCDIR = beforelight
#endif
#if BuildXF86VidModeExt
XVIDTUNESRCDIR = xvidtune
#endif
#if BuildXF86DGA
XF86DGASRCDIR = xf86dga
#endif
#if BuildXAServer
XASSRCDIR = Xaserver
#endif
#if BuildLBX
LBXPROXYSRCDIR = lbxproxy
#endif
PROXYMGRSRCDIR = proxymngr
RSTARTSRCDIR = rstart
SMPROXYSRCDIR = smproxy
TWMSRCDIR = twm
XCONSOLESRCDIR = xconsole
XDMSRCDIR = xdm
XFINDPROXYSRCDIR = xfindproxy
XFWPSRCDIR = xfwp
XGAMMASRCDIR = xgamma
XHOSTSRCDIR = xhost
#if BuildPlugin
XRXSRCDIR = xrx
#endif
XSMSRCDIR = xsm
XTERMSRCDIR = xterm
SCRIPTSDIR = scripts
#endif
#if BuildCID
MKCFMSRCDIR = mkcfm
#endif
XPMCLIENTDIRS = cxpm sxpm
#if BuildServersOnly
SUBDIRS = $(XSSRCDIR)
#else
SUBDIRS = \
appres bdftopcf bitmap \
$(SCREENSAVESRCDIR) editres fsinfo fslsfonts fstobdf iceauth \
$(MKCFMSRCDIR) \
mkfontdir oclock $(PROXYMGRSRCDIR) $(RGBSRCDIR) $(RSTARTSRCDIR) \
setxkbmap \
$(SMPROXYSRCDIR) $(TWMSRCDIR) x11perf xauth xclipboard xclock \
xcmsdb $(XCONSOLESRCDIR) $(XDMSRCDIR) xdpyinfo \
$(XF86DGASRCDIR) xedit xfd $(XFSSRCDIR) \
$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) $(XHOSTSRCDIR) \
xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xlogo xlsatoms xlsclients \
xlsfonts xmag xmodmap xprop xrdb xrefresh $(XRXSRCDIR) xset \
xsetroot $(XSMSRCDIR) xstdcmap xsetmode xsetpointer \
$(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
$(XPMCLIENTDIRS) \
$(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR)
#endif
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|