#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 NO 
#endif

HDRSPUBLIC=     str_utils.h
HDRSPRIVATE=

DATA_OBJS =

TEXT_OBJS =\
	str_utils.o\
	whitespace.o

SRCS =\
	str_utils.c\
	whitespace.c



LIBTARGET = xview

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

#include <XView.obj>
