(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / xc / fonts

 1 dawes 3.6 XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:42:52 cpqbld Exp $
 2           
 3           
 4           
 5           
 6 dawes 3.11 XCOMM $XFree86: xc/fonts/Imakefile,v 3.10 2003/08/22 02:50:11 dawes Exp $
 7 dawes 1.1  #define IHaveSubdirs
 8            #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
 9            
10 dawes 3.11 #if BuildSpeedoFonts || BuildType1Fonts || BuildCIDFonts || BuildTrueTypeFonts
11 dawes 3.0  SCALEDDIR = scaled
12 dawes 3.10 #endif
13            
14 dawes 3.2  ENCODINGDIR = encodings
15 dawes 3.0  
16            FONTDIRS = bdf $(SCALEDDIR)
17 dawes 1.1  
18 herrb 3.9  SUBDIRS = $(ENCODINGDIR) util bdf $(SCALEDDIR)
19 dawes 3.1  
20            #if MakeLocalFontDir
21            MakeDirectories(install,$(FONTDIR)/local)
22            	if [ ! -f $(DESTDIR)$(FONTDIR)/local/fonts.dir ]; then \
23            	  echo "0" > $(DESTDIR)$(FONTDIR)/local/fonts.dir; fi
24            #endif
25 dawes 1.1  
26            MakeSubdirs($(SUBDIRS))
27            DependSubdirs($(SUBDIRS))

Powered by
ViewCVS 0.9.2