mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-22 19:19:29 -04:00
35 lines
638 B
Plaintext
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))
|