home *** CD-ROM | disk | FTP | other *** search
/ coXist 3.3s / coXist33s.iso / Freebies / Imakefile < prev    next >
Makefile  |  1994-12-12  |  384b  |  12 lines

  1. XCOMM $XConsortium: Imakefile,v 1.18 91/07/22 22:53:06 rws Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4.  
  5. SUBDIRS        = benchmarks bitmaps comm drawing editors fonts \
  6.           games lib misc time util vwrs widgets wm
  7.  
  8. MakeSubdirs($(SUBDIRS))
  9. DependSubdirs($(SUBDIRS))
  10. MakeLintLibSubdirs($(LINTSUBDIRS))
  11. MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
  12.