#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 NO
#endif
#ifndef SubdirHasPublicHeaders
#define SubdirHasPublicHeaders YES
#endif
#ifndef SubdirHasPrivateHeaders 
#define SubdirHasPrivateHeaders YES 
#endif

HDRSPUBLIC=	attr.h
HDRSPRIVATE=	attr_impl.h

DATA_OJS =

TEXT_OBJS =\
	attr.o\
	attr_copy.o\
	attr_cu.o\
	attr_cust.o\
	attr_util.o

SRCS =\
	attr.c\
	attr_copy.c\
	attr_cu.c\
	attr_cust.c\
	attr_util.c



LIBTARGET = xview

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

#include <XView.obj>
