home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / extensions / lib / PEX / include / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-19  |  2.3 KB  |  91 lines

  1. XCOMM
  2. XCOMM $XConsortium: Imakefile,v 5.15 91/07/19 19:49:52 rws Exp $
  3. XCOMM
  4. XCOMM 
  5. XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium
  6. XCOMM 
  7. XCOMM             All Rights Reserved
  8. XCOMM 
  9. XCOMM Permission to use, copy, modify, and distribute this software and its 
  10. XCOMM documentation for any purpose and without fee is hereby granted, 
  11. XCOMM provided that the above copyright notice appear in all copies and that
  12. XCOMM both that copyright notice and this permission notice appear in 
  13. XCOMM supporting documentation, and that the names of Sun Microsystems,
  14. XCOMM the X Consortium, and MIT not be used in advertising or publicity 
  15. XCOMM pertaining to distribution of the software without specific, written 
  16. XCOMM prior permission.  
  17. XCOMM 
  18. XCOMM SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
  19. XCOMM INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  20. XCOMM EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21. XCOMM CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22. XCOMM USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23. XCOMM OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  24. XCOMM PERFORMANCE OF THIS SOFTWARE.
  25.  
  26. #include <Library.tmpl>
  27.  
  28. #define PassCDebugFlags
  29.  
  30. #ifndef PexPhigsCDebugFlags
  31. #define PexPhigsCDebugFlags LibraryCDebugFlags
  32. #endif
  33.  
  34. INSTALLFLAGS = $(INSTINCFLAGS)
  35.   CCOPTIONS = PexCCOptions
  36. CDEBUGFLAGS = PexPhigsCDebugFlags
  37.     DEFINES = PexPhigsDefines
  38.  
  39. HDRS =  \
  40.     alloc.h      \
  41.     ar.h      \
  42.     assure.h  \
  43.     attr.h    \
  44.     cp.h      \
  45.     cpx.h     \
  46.     cpa.h     \
  47.     cpb.h     \
  48.     cp_ops.h  \
  49.     css.h     \
  50.     err.h     \
  51.     errnum.h  \
  52.     mat_utils.h \
  53.     phg.h     \
  54.     phg_dt.h  \
  55.     phgargs.h \
  56.     phgretdata.h \
  57.     phgtype.h \
  58.     phigs.h   \
  59.     phigsextrn.h \
  60.     phigspex.h \
  61.     phigscfunc.h \
  62.     phigserr.h \
  63.     psl.h     \
  64.     sin.h     \
  65.     sin_q.h   \
  66.     util.h    \
  67.     version.h \
  68.     ws.h      \
  69.     ws_inp.h  \
  70.     ws_type.h \
  71.     PEXtempl.h
  72.  
  73.    PEXAPIINC = -I../include
  74.   PEXINCLUDE = -I../../../include/PEX
  75.     INCLUDES = $(PEXAPIINC) $(PEXINCLUDE) -I../../../../X11
  76.  
  77. CLIENTHEADERS = phigs.h attr.h phigscfunc.h phigsextrn.h phigserr.h errnum.h
  78.  
  79. all::
  80.  
  81. BuildIncludes($(CLIENTHEADERS),phigs,..)
  82. InstallMultiple($(CLIENTHEADERS),$(INCDIR)/phigs)
  83.  
  84. lint lint-x: 
  85.     @echo "no include lint needed"
  86.  
  87. lintlib: 
  88.     @echo "no include lint library"
  89.  
  90. depend::
  91.