#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=     scrollbar.h
HDRSPRIVATE=    sb_impl.h

DATA_OBJS = sb_data.o

TEXT_OBJS =\
	sb_compat.o sb_destroy.o sb_get.o sb_pos.o  \
	sb_set.o sb_event.o sb_paint.o \
	sb_scroll.o sb.o 
SRCS =\
	sb_compat.c sb_destroy.c sb_get.c sb_pos.c  \
	sb_set.c sb_event.c sb_paint.c \
	sb_scroll.c sb.c sb_data.c



LIBTARGET = xview

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

#include <XView.obj>
