#include <Library.tmpl>


#include <XView.tmpl> 

/**/###########################################################################
/**/# @(#)Imakefile	1.2 10/2/91 SMI

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

HDRSPUBLIC=     rect.h rectlist.h xv_xrect.h
HDRSPRIVATE=

DATA_OBJS = rect_data.o

TEXT_OBJS =\
	rect.o\
	rectlist.o\
	rect_util.o

SRCS =\
	rect.c\
	rectlist.c\
	rect_util.c\
	rect_data.c



LIBTARGET = xview

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

#include <XView.obj>
