home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / util / Imakefile next >
Encoding:
Makefile  |  1991-07-29  |  314 b   |  13 lines

  1. XCOMM $XConsortium: Imakefile,v 1.15 91/07/16 23:07:36 gildea Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
  4.  
  5. #if !UseCCMakeDepend
  6.   MDEP_DIR = makedepend
  7. #endif
  8.  
  9. SUBDIRS = scripts $(MDEP_DIR)
  10.  
  11. MakeSubdirs($(SUBDIRS))
  12. DependSubdirs($(SUBDIRS))
  13.