summaryrefslogtreecommitdiff
path: root/fonts/Imakefile
blob: b079958a97d9587c0d57415e6ef3c888560331c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
XCOMM $XFree86: xc/fonts/Imakefile,v 3.11 2004/01/08 19:02:28 dawes Exp $

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

#if BuildSpeedoFonts || BuildType1Fonts || BuildCIDFonts || BuildTrueTypeFonts
SCALEDDIR = scaled
#endif

ENCODINGDIR = encodings

FONTDIRS = bdf $(SCALEDDIR)

SUBDIRS = $(ENCODINGDIR) util bdf $(SCALEDDIR)

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

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