#include <XView.tmpl> 

#if SharedLibXView
#define DoSharedLib YES
#endif
#include <Library.tmpl>

/**/###########################################################################
/**/# @(#)Imakefile	1.8 28 Jun 1993 SMI

#ifndef SubdirHasTextObjs
#define SubdirHasTextObjs YES
#endif
#ifndef SubdirHasDataObjs 
#define SubdirHasDataObjs YES
#endif
#ifndef SubdirHasPublicHeaders
#define SubdirHasPublicHeaders YES
#endif
#ifndef SubdirHasPrivateHeaders 
#define SubdirHasPrivateHeaders YES 
#endif

HDRSPUBLIC=	cursor.h
HDRSPRIVATE=	curs_impl.h

DATA_OBJS=\
	curs_data.o

TEXT_OBJS =\
	cursor.o\
	curs_pri.o\
	cur_rodata.o\
	curs_cmpat.o

SRCS =\
	cursor.c\
	curs_pri.c\
	curs_cmpat.c\
	cur_rodata.c\
	curs_data.c
	


LIBTARGET = xview

TARGETDIR = ../../lib${LIBTARGET}/
SOREV = $(SOXVIEWREV)

#include <XView.obj>
