home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / Imakefile next >
Encoding:
Makefile  |  1991-07-16  |  571 b   |  19 lines

  1. XCOMM $XConsortium: Imakefile,v 1.51 91/07/16 23:07:16 gildea Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4.  
  5. #ifndef CrayArchitecture
  6. RUNDIRS = xdm xhost xinit
  7. #endif
  8.  
  9. SUBDIRS = \
  10.     appres bitmap editres listres oclock twm viewres \
  11.     xauth xbiff xcalc xclipboard xclock xcmsdb xconsole \
  12.     xditview xdpyinfo xedit xfd xkill xload xlogo \
  13.     xlsatoms xlsclients xlsfonts xmag xman xmh \
  14.     xmodmap xpr xprop xrdb xrefresh xfontsel $(RUNDIRS) \
  15.      xset xsetroot xstdcmap xterm xwd xwininfo xwud
  16.  
  17. MakeSubdirs($(SUBDIRS))
  18. DependSubdirs($(SUBDIRS))
  19.