home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume10 / xlock / part01 / Imakefile < prev    next >
Makefile  |  1990-12-07  |  1KB  |  29 lines

  1. # @(#)Imakefile 23.5 90/10/29
  2. # Imakefile - xlock
  3. #
  4. # Copyright (c) 1990 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.         DEFINES = -DDEF_FILESEARCHPATH=\"$(LIBDIR)/%T/%N%S\"
  20. LOCAL_LIBRARIES = $(XLIB)
  21.   SYS_LIBRARIES = -lm
  22.            SRCS = xlock.c hsbramp.c usleep.c resource.c \
  23.         hopalong.c qix.c life.c image.c blank.c swarm.c
  24.            OBJS = xlock.o hsbramp.o usleep.o resource.o \
  25.         hopalong.o qix.o life.o image.o blank.o swarm.o
  26.  
  27. ComplexProgramTarget(xlock)
  28. InstallAppDefaults(XLock)
  29.