XCOMM $XConsortium: Imakefile,v 1.30 93/09/04 16:17:06 rws Exp $
XCOMM $XFree86: xc/fonts/Imakefile,v 3.0.6.2 1998/11/07 14:45:13 dawes Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if BuildSpeedoFonts || BuildType1Fonts
SCALEDDIR = scaled
#endif

#if MakeLocalFontDir
MakeDirectories(install,$(FONTDIR)/local)
	if [ ! -f $(DESTDIR)$(FONTDIR)/local/fonts.dir ]; then \
	echo "0" > $(DESTDIR)$(FONTDIR)/local/fonts.dir; fi

#endif

FONTDIRS = bdf $(SCALEDDIR)

#if BuildPexExt
PEXDIR = PEX
#endif

SUBDIRS = bdf $(SCALEDDIR) $(PEXDIR)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
