home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / extensions / lib / PEX / util / Imakefile next >
Encoding:
Makefile  |  1991-07-26  |  2.0 KB  |  61 lines

  1. XCOMM
  2. XCOMM $XConsortium: Imakefile,v 5.15 91/07/26 12:16:32 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. #ifndef PexPhigsCDebugFlags
  29. #define PexPhigsCDebugFlags LibraryCDebugFlags
  30. #endif
  31.  
  32.   CCOPTIONS = PexCCOptions
  33. CDEBUGFLAGS = PexPhigsCDebugFlags
  34.     DEFINES = PexPhigsDefines
  35. API_DEFINES = -DPEXAPIDIR=\"$(PEXAPIDIR)\"
  36.  
  37. SRCS = ut_path.c ut_mat.c ut_misc.c utx.c utx_conv.c ut_ntfy.c \
  38.        ut_htab.c
  39. OBJS = ut_path.o ut_mat.o ut_misc.o utx.o utx_conv.o ut_ntfy.o \
  40.        ut_htab.o
  41.  
  42.    PEXAPIINC = -I../include
  43.   PEXINCLUDE = -I../../../include/PEX
  44.     INCLUDES = $(PEXAPIINC) $(PEXINCLUDE) -I../../../../X11
  45.  
  46. LINTLIBS = ../pex/llib-lpex.ln
  47.  
  48. SubdirLibraryRule($(OBJS))
  49.  
  50. NormalLintTarget($(SRCS))
  51.  
  52. LintLibraryTarget(ut,$(SRCS))
  53.  
  54. SpecialObjectRule(ut_path.o,$(ICONFIGFILES),$(API_DEFINES))
  55.  
  56. #ifdef HPArchitecture
  57. SpecialObjectRule(hpext.o, $(IRULESRC)/$(MACROFILE), $(EXT_DEFINES))
  58. #endif
  59.  
  60. DependTarget()
  61.