diff options
Diffstat (limited to 'xc/programs/Imakefile')
-rw-r--r-- | xc/programs/Imakefile | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/xc/programs/Imakefile b/xc/programs/Imakefile index 24415a90e..324ba930d 100644 --- a/xc/programs/Imakefile +++ b/xc/programs/Imakefile @@ -2,7 +2,7 @@ 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 $ +XCOMM $XFree86: xc/programs/Imakefile,v 3.28 2000/02/26 05:35:07 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -56,6 +56,10 @@ XFINDPROXYSRCDIR = xfindproxy MKCFMSRCDIR = mkcfm #endif +#if BuildDPSLibraries + MAKEPSRESDIR = makepsres +#endif + XPMCLIENTDIRS = cxpm sxpm #if BuildServersOnly @@ -64,15 +68,18 @@ SUBDIRS = $(XSSRCDIR) SUBDIRS = \ appres bdftopcf bitmap \ $(SCREENSAVESRCDIR) editres fsinfo fslsfonts fstobdf iceauth \ - $(MKCFMSRCDIR) \ + ico listres \ + $(MAKEPSRESDIR) $(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 \ + setxkbmap showfont \ + $(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \ + xclipboard xclock \ + xcmsdb $(XCONSOLESRCDIR) xditview $(XDMSRCDIR) xdpyinfo \ + $(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel $(XFSSRCDIR) \ + $(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \ + xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xload xlogo xlsatoms \ + xlsclients xlsfonts xmag xman xmessage xmodmap xprop xrdb \ + xrefresh $(XRXSRCDIR) xset \ xsetroot $(XSMSRCDIR) xstdcmap xsetmode xsetpointer \ $(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \ $(XPMCLIENTDIRS) \ |