xsrc/xfree/xc/fonts/scaled/Imakefile
2014-11-06 13:19:51 +01:00

35 lines
638 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 15:17:40 xorgcvs Exp $
XCOMM $XFree86: xc/fonts/scaled/Imakefile,v 3.5 2003/02/04 02:18:18 dawes 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))