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

  1. XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 22:44:07 gildea Exp $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4.  
  5. INSTALLFLAGS = $(INSTDATFLAGS)
  6.  
  7. #ifndef BuildXimp
  8. #define BuildXimp NO
  9. #endif
  10. #ifndef BuildXsi
  11. #if !BuildXimp
  12. #define BuildXsi YES
  13. #endif
  14. #endif
  15.  
  16. #if BuildXsi
  17. SUBDIRS = Xsi
  18. #endif
  19.  
  20. #if BuildXimp
  21. SUBDIRS = Ximp
  22. #endif /* BuildXsi */
  23.  
  24. MakeSubdirs($(SUBDIRS))
  25. DependSubdirs($(SUBDIRS))
  26.