home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / auto_box / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-27  |  1.5 KB  |  36 lines

  1. XCOMM 
  2. XCOMM $XConsortium: Imakefile,v 5.11 91/07/27 13:29:01 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.         DEFINES = PexClientDefines
  27.        INCLUDES = PhigsInclude
  28. LOCAL_LIBRARIES = $(PHIGSLIB) $(XLIB)
  29.   SYS_LIBRARIES = -lm
  30.         DEPLIBS = $(DEPPHIGSLIB) $(DEPXLIB)
  31.  
  32.            SRCS = auto_box.c init_win.c
  33.            OBJS = auto_box.o init_win.o
  34.  
  35. ComplexProgramTarget(auto_box)
  36.