summaryrefslogtreecommitdiff
path: root/xc/programs
diff options
context:
space:
mode:
authorkem <kem>2000-02-22 21:57:06 +0000
committerkem <kem>2000-02-22 21:57:06 +0000
commit36bf7d7d30deea2aa3c8789e235685913f922c8e (patch)
tree33c1f7479f5c61f78ccfa94a164ed3db3148da03 /xc/programs
parent42aa4fb8a86d799b7e8bae07610bfc5c69aacf2f (diff)
Delete to fix merge problem -- will add back shortly
Diffstat (limited to 'xc/programs')
-rw-r--r--xc/programs/Imakefile83
1 files changed, 0 insertions, 83 deletions
diff --git a/xc/programs/Imakefile b/xc/programs/Imakefile
deleted file mode 100644
index 24415a90e..000000000
--- a/xc/programs/Imakefile
+++ /dev/null
@@ -1,83 +0,0 @@
-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))