#include <XView.tmpl>

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

/**/###########################################################################
/**/# @(#)Imakefile	1.5 24 Mar 1992 SMI
/**/# makefile rules for Imakefile in libxview library directory.

LIBTARGET = xview
SOREV = $(SOXVIEWREV)
TARGETDIR = ./

#define IHaveSubdirs YES
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS.3 = 
SUBDIRS.4 = imcb

SUBDIRS= \
	attr base canvas color cursor defaults dnd file_chooser filter font frame fullscreen \
	help icon io_stream menu misc notice notify openwin panel pw\
	rect screen scrollbar sel selection server server_image string_utils \
	textsw ttysw win window wmgr ${SUBDIRS.XvI18nLevel}

ALLFILES = \
	Makefile.arch Makefile.master \
	install_libxview.sh lorder-sparc objsort.sh version

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
PopulateSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))

#include <XView.lib>
