summaryrefslogtreecommitdiff
path: root/xc/programs/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Imakefile')
-rw-r--r--xc/programs/Imakefile32
1 files changed, 21 insertions, 11 deletions
diff --git a/xc/programs/Imakefile b/xc/programs/Imakefile
index 32a0d35df..ffa6039b7 100644
--- a/xc/programs/Imakefile
+++ b/xc/programs/Imakefile
@@ -1,13 +1,16 @@
-XCOMM $TOG: Imakefile /main/85 1998/02/26 17:14:44 kaleb $
-XCOMM
-XCOMM
-XCOMM
-XCOMM $XFree86: xc/programs/Imakefile,v 3.31 2000/09/22 11:35:41 alanh Exp $
+XCOMM $Xorg: Imakefile,v 1.4 2000/08/17 19:47:01 cpqbld Exp $
+
+
+
+XCOMM $XFree86: xc/programs/Imakefile,v 3.37 2001/02/13 19:19:12 dawes Exp $
+
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
-#if BuildServer
+#if BuildServer || UseRgbTxt
RGBSRCDIR = rgb
+#endif
+#if BuildServer
XSSRCDIR = Xserver
#endif
#ifndef Win32Architecture
@@ -18,7 +21,7 @@ XCOMM $XFree86: xc/programs/Imakefile,v 3.31 2000/09/22 11:35:41 alanh Exp $
XFSSRCDIR = xfs
#endif
#if BuildXKBlib
- XKBSRCDIRS = xkbcomp xkbevd xkbprint xkbutils
+ XKBSRCDIRS = setxkbmap xkbcomp xkbevd xkbprint xkbutils
#endif
#if BuildScreenSaverExt
SCREENSAVESRCDIR = beforelight
@@ -66,21 +69,28 @@ XFINDPROXYSRCDIR = xfindproxy
#endif
XPMCLIENTDIRS = cxpm sxpm
+#ifdef Freetype2Dir
+ XFTCACHEDIR = xftcache
+#endif
+
+#if BuildGLXLibrary
+ GLXINFODIR = glxinfo
+#endif
#if BuildServersOnly
SUBDIRS = $(XSSRCDIR)
#else
SUBDIRS = \
appres bdftopcf bitmap \
- $(SCREENSAVESRCDIR) editres fsinfo fslsfonts fstobdf iceauth \
+ $(SCREENSAVESRCDIR) editres fslsfonts fstobdf iceauth \
ico listres \
$(MAKEPSRESDIR) $(MKCFMSRCDIR) \
mkfontdir oclock $(PROXYMGRSRCDIR) $(RGBSRCDIR) $(RSTARTSRCDIR) \
- setxkbmap showfont \
+ showfont \
$(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \
xclipboard xclock \
xcmsdb $(XCONSOLESRCDIR) xditview $(XDMSRCDIR) xdpyinfo \
- $(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel $(XFSSRCDIR) \
+ $(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel $(XFSSRCDIR) xfsinfo \
$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \
xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xload xlogo xlsatoms \
xlsclients xlsfonts xmag xman xmessage xmodmap xprop xrdb \
@@ -89,7 +99,7 @@ SUBDIRS = \
$(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
$(XPMCLIENTDIRS) $(XVINFOSRCDIR) \
$(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR) \
- glxinfo
+ $(GLXINFODIR) $(XFTCACHEDIR)
#endif
MakeSubdirs($(SUBDIRS))