#include <XView.tmpl>

/**/##########################################################################
/**/# Imakefile	1.3 10/4/91 SMI
/**/# Imakefile for examples/cursor

#define InstallSrcs YES
LOCATION = examples/selection

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

MAKEFILE_SIMPLE = Makefile.customer
SRCS = sel_hold.c sel_req.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= sel_hold sel_req

AllTarget($(PROGRAMS))

SingleProgramTarget(sel_hold,sel_hold.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(sel_req,sel_req.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
