File: Imakefile

package info (click to toggle)
vnc4 4.1.1%2BX4.3.0-31
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 171,548 kB
  • ctags: 288,231
  • sloc: ansic: 2,205,256; cpp: 56,016; sh: 38,092; pascal: 13,773; asm: 12,656; tcl: 9,182; lisp: 7,831; perl: 3,338; makefile: 2,957; yacc: 2,902; objc: 2,698; xml: 2,614; python: 2,383; lex: 1,477; awk: 901; csh: 58; sed: 50
file content (139 lines) | stat: -rw-r--r-- 3,284 bytes parent folder | download | duplicates (6)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
XCOMM $Xorg: Imakefile,v 1.4 2000/08/17 19:47:01 cpqbld Exp $



XCOMM $XFree86: xc/programs/Imakefile,v 3.53 2002/11/20 04:43:50 dawes Exp $

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if BuildServer || UseRgbTxt
       RGBSRCDIR = rgb
#endif
#if BuildServer
        XSSRCDIR = Xserver
#endif
#ifndef Win32Architecture
#if HasXServer
     XINITSRCDIR = xinit
#endif
#if BuildFontServer
       XFSSRCDIR = xfs
#endif
#if BuildXKBlib
      XKBSRCDIRS = setxkbmap xkbcomp xkbevd xkbprint xkbutils
#endif
#if BuildScreenSaverLibrary
SCREENSAVESRCDIR = beforelight
#endif
#if BuildXF86VidModeLibrary
  XVIDTUNESRCDIR = xvidtune
#endif
#if BuildXF86DGALibrary
   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
#if BuildXF86VidModeLibrary
    XGAMMASRCDIR = xgamma
#endif
#if BuildXvLibrary
    XVINFOSRCDIR = xvinfo
#endif
     XHOSTSRCDIR = xhost
#if BuildPlugin
       XRXSRCDIR = xrx
#endif
       XSMSRCDIR = xsm
     XTERMSRCDIR = xterm
      SCRIPTSDIR = scripts
#endif
#if BuildCID
     MKCFMSRCDIR = mkcfm
#endif

#if (HasFreetype2 || BuildFreetype2Library) && BuildFontEncLib
  MKFONTSCALEDIR = mkfontscale
#endif

#if BuildXIElib
   XIECLIENTDIRS = xieperf
#endif

#if BuildXInputLib
XINPUTCLIENTDIRS = xsetmode xsetpointer
#endif

#if BuildXTrapLibrary
XTRAPCLIENTDIRS = xtrap
#endif

/* makepsres should be considered as part of the DPS libraries */
#if BuildDPSLibraries
    MAKEPSRESDIR = makepsres
#endif

/* on the other hand, the following are independent clients */
#if BuildDPSClients
     DPSCLIENTDIRS = dpsinfo dpsexec texteroids
#endif

   XPMCLIENTDIRS = cxpm sxpm

#if BuildGLXLibrary
      GLXCLIENTDIRS = glxinfo glxgears
#endif

#ifndef cygwinArchitecture
        XLOADDIR = xload
#endif

#if BuildRandRLibrary
       XRANDRDIR = xrandr
#endif

#if BuildXcursorgen
   XCURSORGENDIR = xcursorgen
#endif

#if BuildServersOnly || !BuildClients
SUBDIRS = $(XSSRCDIR)
#else
SUBDIRS = \
	appres bdftopcf bitmap \
	$(SCREENSAVESRCDIR) editres fslsfonts fstobdf iceauth \
	ico listres luit \
	$(MAKEPSRESDIR) $(DPSCLIENTDIRS) \
	$(MKCFMSRCDIR) \
	mkfontdir $(MKFONTSCALEDIR) oclock $(PROXYMGRSRCDIR) \
	$(RGBSRCDIR) $(RSTARTSRCDIR) showfont \
	$(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \
	xclipboard xclock \
	xcmsdb $(XCONSOLESRCDIR) xditview $(XDMSRCDIR) xdpyinfo \
	$(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel $(XFSSRCDIR) xfsinfo \
	$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \
	$(XIECLIENTDIRS) $(XINITSRCDIR) $(XKBSRCDIRS) xkill $(XLOADDIR) xlogo \
	xlsatoms \
	xlsclients xlsfonts xmag xman xmessage xmh xmodmap xprop xrdb \
	xrefresh $(XRXSRCDIR) xset \
	xsetroot $(XSMSRCDIR) xstdcmap $(XINPUTCLIENTDIRS) \
	$(XTERMSRCDIR) $(XTRAPCLIENTDIRS) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
	$(XPMCLIENTDIRS) $(XVINFOSRCDIR) \
	$(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR) \
	$(GLXCLIENTDIRS) $(XRANDRDIR) $(XCURSORGENDIR)
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))