]> git.wh0rd.org - fontconfig.git/blame - fc-cache/Imakefile
Ident line
[fontconfig.git] / fc-cache / Imakefile
CommitLineData
8ea04b79
MALF
1XCOMM $XFree86$
2
179c3995
KP
3#ifdef UseInstalled
4/* building outside the tree, use private defines */
5#include "../local.def"
6#endif
7
3be03bed 8INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I..
24330d27 9
3be03bed 10LOCAL_LIBRARIES=FontconfigClientLibs
ccb3e93b 11 DEPLIBS=FontconfigClientDepLibs
24330d27
KP
12
13SRCS=fc-cache.c
14OBJS=fc-cache.o
15
16ComplexProgramTarget(fc-cache)
17LinkBuildBinary(ProgramTargetName(fc-cache))
18
19install::
1ce2a1bb 20 if [ x$${DESTDIR} = x ]; then \
179c3995 21 $(FCCACHE) -v -f;\
1ce2a1bb 22 fi