fontconfig/Imakefile

32 lines
617 B
Plaintext
Raw Normal View History

2002-03-01 18:52:03 +01:00
XCOMM $XFree86$
2002-02-15 00:34:13 +01:00
#define IHaveSubdirs
#define PassCDebugFlags
LINTSUBDIRS=src fc-cache fc-list
SUBDIRS=fontconfig $(LINTSUBDIRS)
#ifndef FontconfigDir
#define FontconfigDir /etc/fonts
#endif
FONTCONFIGDIR=FontconfigDir
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
InstallNonExecFileNoClobber(fonts.conf,$(FONTCONFIGDIR))
InstallNonExecFileNoClobber(fonts.dtd,$(FONTCONFIGDIR))
all:: fonts.conf
fonts.conf: fonts.conf.in
2002-03-01 18:52:03 +01:00
RemoveFile($@)
2002-05-21 19:08:42 +02:00
sh ./setfontdirs /usr/share/fonts $(FONTDIR)
2002-03-01 18:52:03 +01:00
clean::
RemoveFile(fonts.conf)