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

HDRSPUBLIC=
HDRSPRIVATE=	io_stream.h

DATA_OBJS =

TEXT_OBJS =\
	input.o\
	output.o\
	io.o\
	str_strms.o\
	file_strms.o\
	othr_strms.o

SRCS =\
	input.c\
	output.c\
	io.c\
	str_strms.c\
	file_strms.c\
	othr_strms.c



LIBTARGET = xview

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

#include <XView.obj>
