X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=Xserver%2Fprograms%2FImakefile;fp=Xserver%2Fprograms%2FImakefile;h=0000000000000000000000000000000000000000;hp=bf9e09660d4be5cc6414e69189d6d8b8c569e4cc;hb=ce66b81460e5353db09d45c02339d4583fbda255;hpb=7772d71ffd742cfc9b7ff214659d16c5bb56a391 diff --git a/Xserver/programs/Imakefile b/Xserver/programs/Imakefile deleted file mode 100644 index bf9e096..0000000 --- a/Xserver/programs/Imakefile +++ /dev/null @@ -1,72 +0,0 @@ -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))