]> git.wh0rd.org - fontconfig.git/blame - Imakefile
new preprocessor files. (#5215-#5218, Alexander Gottwald).
[fontconfig.git] / Imakefile
CommitLineData
d23a2a6d
MALF
1XCOMM $XFree86$
2
24330d27
KP
3#define IHaveSubdirs
4#define PassCDebugFlags
5
6LINTSUBDIRS=src fc-cache fc-list
7
8SUBDIRS=fontconfig $(LINTSUBDIRS)
9
10#ifndef FontconfigDir
11#define FontconfigDir /etc/fonts
12#endif
13
14FONTCONFIGDIR=FontconfigDir
15
16MakeSubdirs($(SUBDIRS))
17DependSubdirs($(SUBDIRS))
18MakeLintLibSubdirs($(LINTSUBDIRS))
19MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
20
21InstallNonExecFileNoClobber(fonts.conf,$(FONTCONFIGDIR))
22InstallNonExecFileNoClobber(fonts.dtd,$(FONTCONFIGDIR))
23
24all:: fonts.conf
25
26fonts.conf: fonts.conf.in
d23a2a6d 27 RemoveFile($@)
24330d27 28 sh ./setfontdirs
d23a2a6d
MALF
29
30clean::
31 RemoveFile(fonts.conf)