File: Imakefile

package info (click to toggle)
xfree86 3.3.2.3-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 168,984 kB
  • ctags: 121,965
  • sloc: ansic: 1,157,712; sh: 14,822; asm: 14,676; tcl: 8,247; cpp: 4,317; yacc: 2,705; perl: 711; awk: 393; lex: 383; makefile: 353; sed: 57; csh: 5
file content (72 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download | duplicates (20)
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
XCOMM $XConsortium: Imakefile /main/83 1996/12/18 16:29:30 lehors $
XCOMM $XFree86: xc/programs/Imakefile,v 3.15.2.2 1998/02/15 16:08:40 hohndel 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 = setxkbmap 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
     XHOSTSRCDIR = xhost
       XMHSRCDIR = xmh
       XRXSRCDIR = xrx
       XSMSRCDIR = xsm
     XTERMSRCDIR = xterm
      SCRIPTSDIR = scripts
#endif

#if BuildServersOnly
SUBDIRS = $(XSSRCDIR)
#else
SUBDIRS = \
	appres bdftopcf bitmap $(SCREENSAVESRCDIR) editres fsinfo \
	fslsfonts fstobdf \
	iceauth mkfontdir oclock $(PROXYMGRSRCDIR) \
	$(RGBSRCDIR) $(RSTARTSRCDIR) $(SMPROXYSRCDIR) $(TWMSRCDIR) x11perf \
	xauth xclipboard xclock xcmsdb $(XCONSOLESRCDIR) $(XDMSRCDIR) \
	xdpyinfo $(XF86DGASRCDIR) xfd $(XFSSRCDIR) $(XFINDPROXYSRCDIR) \
	$(XFWPSRCDIR) \
	$(XHOSTSRCDIR) xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xlogo \
	xlsatoms xlsclients xlsfonts xmag $(XMHSRCDIR) xmodmap xprop \
	xrdb xrefresh $(XRXSRCDIR) xset xsetroot $(XSMSRCDIR) xstdcmap \
	xsetmode xsetpointer \
	$(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
	$(XSSRCDIR) $(XASSRCDIR) \
	$(LBXPROXYSRCDIR) $(SCRIPTSDIR)
#endif

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