home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / extensions / include / Imakefile.orig < prev    next >
Encoding:
Text File  |  1991-07-16  |  513 b   |  23 lines

  1. XCOMM $XConsortium: Imakefile,v 1.24 91/07/16 23:08:47 gildea 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.     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.