]> git.wh0rd.org - fontconfig.git/blob - fc-cache/Imakefile
Make fc-cache avoid reading the whole world full of fonts
[fontconfig.git] / fc-cache / Imakefile
1 #ifdef UseInstalled
2 /* building outside the tree, use private defines */
3 #include "../local.def"
4 #endif
5
6 INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I..
7
8 LOCAL_LIBRARIES=FontconfigClientLibs
9 DEPLIBS=FontconfigClientDepLibs
10
11 SRCS=fc-cache.c
12 OBJS=fc-cache.o
13
14 ComplexProgramTarget(fc-cache)
15 LinkBuildBinary(ProgramTargetName(fc-cache))
16
17 install::
18 if [ x$${DESTDIR} = x ]; then \
19 $(FCCACHE) -v -f;\
20 fi