#include <Library.tmpl>

#include <XView.tmpl>

/**/###########################################################################
/**/# @(#)Imakefile	1.2 10/2/91 SMI
/**/# makefile rules for Imakefile in libxview library directory.

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

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

SUBDIRS= \
	attr base canvas color cursor defaults dnd 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

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

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

#include <XView.lib>
