#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.4 89/07/27 SMI
/**/# Imakefile for XView libraries.

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

SUBDIRS = libolgx libxview pixrect

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
PopulateSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
MakeLintSubdirs($(SUBDIRS),install.ln,install.ln)

install.man::
	echo "no man pages to install in $(CURRENT_DIR)"
