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