#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=     seln.h sel_attrs.h sel_svc.h seln.h sel_compat.h selection.h
HDRSPRIVATE=    seln_impl.h

DATA_OBJS = seln_data.o

TEXT_OBJS =\
	seln.o\
	sel_appl.o\
	sel_clnt.o\
	sel_common.o\
	sel_policy.o\
	sel_agent.o\
	sel_compat.o

SRCS =\
	seln.c\
	sel_appl.c\
	sel_clnt.c\
	sel_common.c\
	sel_policy.c\
	sel_agent.c\
	sel_compat.c\
	seln_data.c



LIBTARGET = xview

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

#include <XView.obj>
