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