home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / lib / Imakefile next >
Encoding:
Makefile  |  1991-07-22  |  457 b   |  21 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. #ifndef NeedBerklib
  6. #define NeedBerklib NO
  7. #endif
  8.  
  9. #if NeedBerklib
  10. OTHERDIRS = Berk
  11. #endif
  12.  
  13. LINTSUBDIRS = Xau X oldX Xt Xmu Xaw Xdmcp
  14.  
  15. SUBDIRS = $(OTHERDIRS) $(LINTSUBDIRS) nls
  16.  
  17. MakeSubdirs($(SUBDIRS))
  18. DependSubdirs($(SUBDIRS))
  19. MakeLintLibSubdirs($(LINTSUBDIRS))
  20. MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
  21.