home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-07 | 1.1 KB | 29 lines |
- # @(#)Imakefile 23.5 90/10/29
- # Imakefile - xlock
- #
- # Copyright (c) 1990 by Sun Microsystems, Inc.
- #
- # Permission to use, copy, modify, and distribute this software and its
- # documentation for any purpose and without fee is hereby granted,
- # provided that the above copyright notice appear in all copies and that
- # both that copyright notice and this permission notice appear in
- # supporting documentation.
- #
- # This file is provided AS IS with no warranties of any kind. The author
- # shall have no liability with respect to the infringement of copyrights,
- # trade secrets or any patents by this file or any part thereof. In no
- # event will the author be liable for any lost revenue or profits or
- # other special, indirect and consequential damages.
- #
- #
- DEFINES = -DDEF_FILESEARCHPATH=\"$(LIBDIR)/%T/%N%S\"
- LOCAL_LIBRARIES = $(XLIB)
- SYS_LIBRARIES = -lm
- SRCS = xlock.c hsbramp.c usleep.c resource.c \
- hopalong.c qix.c life.c image.c blank.c swarm.c
- OBJS = xlock.o hsbramp.o usleep.o resource.o \
- hopalong.o qix.o life.o image.o blank.o swarm.o
-
- ComplexProgramTarget(xlock)
- InstallAppDefaults(XLock)
-