#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.7 90/08/02 SMI
/**/# Imakefile for examples/cursor

#define InstallSrcs YES
LOCATION = examples/cursor

DEFINES = -DSTANDALONE $(XVCLIENTSYSDEFINES)
SYS_LIBRARIES =
INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
DEPLIBS = XViewClientDepLibs
LOCAL_LIBRARIES = XViewClientLibs

MAKEFILE_SIMPLE = Makefile.customer
SRCS = hot_spot.c simple_cursor.c stop_cursor.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= hot_spot simple_cursor stop_cursor

AllTarget($(PROGRAMS))

SingleProgramTarget(hot_spot,hot_spot.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(simple_cursor,simple_cursor.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(stop_cursor,stop_cursor.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
