home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xtrapv33.zip / extensions / server / xtrap / Imakefile next >
Makefile  |  1992-09-14  |  2KB  |  48 lines

  1. /*****************************************************************************
  2. Copyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA
  3.  
  4. Permission to use, copy, modify, and distribute this software and its 
  5. documentation for any purpose and without fee is hereby granted, 
  6. provided that the above copyright notice appear in all copies and that
  7. both that copyright notice and this permission notice appear in 
  8. supporting documentation, and that the name of Digital not be
  9. used in advertising or publicity pertaining to distribution of the
  10. software without specific, written prior permission.  
  11.  
  12. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  13. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  14. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  15. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  16. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  17. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  18. SOFTWARE.
  19.  
  20. *****************************************************************************/
  21. #include <Server.tmpl>
  22.         TOP = TOPDIR/../mit/
  23.        SRCS =     xtrapdi.c xtrapditbl.c xtrapdiswp.c xtrapddmi.c
  24.        OBJS =   xtrapdi.o xtrapditbl.o xtrapdiswp.o xtrapddmi.o
  25. CDEBUGFLAGS = ServerCDebugFlags
  26.    INCLUDES = -I$(EXTENSIONSRC)/include -I$(EXTENSIONSRC)/include/xtrap \
  27.           -I$(SERVERSRC)/include -I$(INCLUDESRC) -I$(FONTSRC)/include
  28.    LINTLIBS = $(SERVERSRC)/dix/llib-ldix.ln $(SERVERSRC)/os/4.2bsd/llib-los.ln
  29.  
  30.     XTRAPREF = $(TOP)/../../xtrapcode
  31.  
  32. NormalLibraryTarget(xtrapext,$(OBJS))
  33. NormalLibraryObjectRule()
  34. LintLibraryTarget(xtrapext,$(SRCS))
  35. NormalLintTarget($(SRCS))
  36.  
  37. links:
  38.     $(RM) Imakefile; \
  39.     $(LN) $(XTRAPREF)/server_xtrap.imake_r5 Imakefile; \
  40.     for i in $(SRCS); do (set -x; $(RM) $$i; \
  41.         $(LN) $(XTRAPREF)/$$i .); done
  42.  
  43. saber_src:
  44.     #load $(CFLAGS) $(SRCS)
  45.  
  46. DependTarget()
  47.  
  48.