XCOMM $XFree86: xc/lib/fontconfig/fc-cache/Imakefile,v 1.8 2002/08/19 19:32:00 keithp Exp $ #ifdef UseInstalled /* building outside the tree, use private defines */ #include "../local.def" #endif INCLUDES=$(FREETYPE2INCLUDES) -I.. LOCAL_LIBRARIES=FontconfigClientLibs DEPLIBS=FontconfigClientDepLibs SRCS=fc-cache.c OBJS=fc-cache.o ComplexProgramTarget(fc-cache) LinkBuildBinary(ProgramTargetName(fc-cache)) install:: if [ x$${DESTDIR} = x ]; then \ $(FCCACHE) -v -f;\ fi