home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume5 / xlock / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1989-09-24  |  1.0 KB  |  28 lines

  1. # @(#)Imakefile 22.2 89/09/20
  2. # Imakefile - xlock
  3. #
  4. # Copyright (c) 1989 by Sun Microsystems, Inc.
  5. #
  6. # Permission to use, copy, modify, and distribute this software and its
  7. # documentation for any purpose and without fee is hereby granted,
  8. # provided that the above copyright notice appear in all copies and that
  9. # both that copyright notice and this permission notice appear in
  10. # supporting documentation.
  11. #
  12. # This file is provided AS IS with no warranties of any kind.  The author
  13. # shall have no liability with respect to the infringement of copyrights,
  14. # trade secrets or any patents by this file or any part thereof.  In no
  15. # event will the author be liable for any lost revenue or profits or
  16. # other special, indirect and consequential damages.
  17. #
  18. #
  19.        INCLUDES = -I$(TOP) -I$(TOP)/X11
  20. LOCAL_LIBRARIES = $(XLIB)
  21.   SYS_LIBRARIES = -lm
  22.            SRCS = xlock.c hopalong.c life.c qix.c \
  23.         XCrHsbCmap.c HSBmap.c XCrDynCmap.c
  24.            OBJS = xlock.o hopalong.o life.o qix.o \
  25.         XCrHsbCmap.o HSBmap.o XCrDynCmap.o
  26.  
  27. ComplexProgramTarget(xlock)
  28.