mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-22 02:57:17 -04:00
28 lines
657 B
Plaintext
28 lines
657 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:42:52 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
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))
|