#include <XView.tmpl> 

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

/**/###########################################################################
/**/# @(#)Imakefile	1.7 28 Apr 1993 SMI

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

HDRSPUBLIC=	
HDRSPRIVATE=

DATA_OJS =

TEXT_OBJS =\
	stat_imcb.o

SRCS =\
	stat_imcb.c



LIBTARGET = xview

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

#include <XView.obj>
