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

  1. XCOMM $XConsortium: Imakefile,v 1.13 91/07/16 23:10:30 gildea Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags
  4.  
  5. #if BuildServer
  6.   SERVERSUBDIRS = server
  7. #else
  8. #if BuildPexClients
  9.   SERVERSUBDIRS = server/PEX/dipex/swap
  10. #endif
  11. #endif
  12.         SUBDIRS = $(SERVERSUBDIRS) lib include test
  13.  
  14. MakeSubdirs($(SUBDIRS))
  15. DependSubdirs($(SUBDIRS))
  16. MakeLintLibSubdirs(lib)
  17. MakeLintSubdirs(lib,install.ln,install.ln)
  18.