XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 15:17:40 xorgcvs Exp $




XCOMM $XFree86: xc/fonts/scaled/Imakefile,v 3.4 2002/08/23 05:44:21 keithp Exp $

#define IHaveSubdirs
#define PassCDebugFlags /* as nothing */

#if BuildSpeedoFonts
SPEEDODIR = Speedo
#endif
#if BuildType1Fonts
TYPE1DIR = Type1
#endif
#if BuildCIDFonts
CIDDIR = CID
#endif
#if BuildTrueTypeFonts
TTFDIR = TTF
#endif
#if BuildEthiopicFonts
ETHIOPICDIR = Ethiopic
#endif
#if BuildBethMarduthoFonts
MELTHODIR = Meltho
#endif

        SUBDIRS = $(SPEEDODIR) $(TYPE1DIR) $(CIDDIR) $(TTFDIR) \
		  $(ETHIOPICDIR) $(MELTHODIR)

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