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

HDRSPUBLIC=     wmgr.h
HDRSPRIVATE=    wmgr_decor.h

DATA_OBJS=

TEXT_OBJS =\
	wmgr_rect.o wmgr_state.o wmgr_menu.o wmgr_decor.o

SRCS =\
	wmgr_rect.c wmgr_state.c wmgr_menu.c wmgr_decor.c



LIBTARGET = xview

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

#include <XView.obj>
