home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / Imakefile next >
Encoding:
Makefile  |  1991-07-17  |  341 b   |  14 lines

  1. XCOMM $XConsortium: Imakefile,v 1.10 91/07/17 16:09:16 gildea Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4.  
  5. #if BuildPexClients
  6. PEXDIRS = auto_box beach_ball gpc
  7. #endif
  8.  
  9. SUBDIRS = xcmstest xgas ico maze puzzle xeyes xev xgc x11perf \
  10.           $(PEXDIRS)
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14.