# @(#)Imakefile 22.2 89/09/20
# Imakefile - xlock
#
# Copyright (c) 1989 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.
#
#
       INCLUDES = -I$(TOP) -I$(TOP)/X11
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm
           SRCS = xlock.c hopalong.c life.c qix.c \
		XCrHsbCmap.c HSBmap.c XCrDynCmap.c
           OBJS = xlock.o hopalong.o life.o qix.o \
		XCrHsbCmap.o HSBmap.o XCrDynCmap.o

ComplexProgramTarget(xlock)
