home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / extensions / include / Imakefile < prev    next >
Encoding:
Makefile  |  1993-07-21  |  522 b   |  23 lines

  1. XCOMM $XConsortium: Imakefile,v 1.24.1.1 92/09/09 15:25:53 rws Exp $
  2. #if BuildPexClients || BuildPexExt
  3. #define IHaveSubdirs
  4. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  5.       SUBDIRS = PEX
  6. #endif
  7.  
  8. HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
  9.     XTest.h xtestext1.h
  10. INSTALLFLAGS = $(INSTINCFLAGS)
  11.  
  12. all::
  13.  
  14. BuildIncludes($(HEADERS),extensions,..)
  15. InstallMultiple($(HEADERS),$(INCDIR)/extensions)
  16.  
  17. depend::
  18.  
  19. #ifdef IHaveSubdirs
  20. MakeSubdirs($(SUBDIRS))
  21. DependSubdirs($(SUBDIRS))
  22. #endif
  23.