#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.1 89/07/21 SMI
/**/# Imakefile for fonts directory.

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

SUBDIRS= bdf
DIRS_TO_CREATE = $(OPENLOOK_FONTINSTDIR) $(TEXTFONT_FONTINSTDIR)

MakeSubdirs($(SUBDIRS))
MakeDirectories(install, $(DIRS_TO_CREATE))
PopulateSubdirs($(SUBDIRS))

depend::
	
