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

HDRSPUBLIC=     notice.h alert.h
HDRSPRIVATE=    noticeimpl.h

DATA_OBJS =	notice_data.o

TEXT_OBJS =\
	notice.o\
	notice_dstry.o\
	notice_get.o\
	notice_itm.o\
	notice_ol.o\
	notice_pt.o\
	notice_set.o

SRCS =\
	notice.c\
	notice_data.c\
	notice_dstry.c\
	notice_get.c\
	notice_itm.c\
	notice_ol.c\
	notice_pt.c\
	notice_set.c



LIBTARGET = xview

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

#include <XView.obj>
