2002-07-01 14:38:27 +02:00
|
|
|
XCOMM $XFree86$
|
|
|
|
|
2002-05-21 19:06:22 +02:00
|
|
|
#ifdef UseInstalled
|
|
|
|
/* building outside the tree, use private defines */
|
|
|
|
#include "../local.def"
|
|
|
|
#endif
|
|
|
|
|
2002-02-15 01:49:44 +01:00
|
|
|
INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I..
|
2002-02-15 00:34:13 +01:00
|
|
|
|
2002-02-15 01:49:44 +01:00
|
|
|
LOCAL_LIBRARIES=FontconfigClientLibs
|
2002-02-15 07:01:28 +01:00
|
|
|
DEPLIBS=FontconfigClientDepLibs
|
2002-02-15 00:34:13 +01:00
|
|
|
|
|
|
|
SRCS=fc-cache.c
|
|
|
|
OBJS=fc-cache.o
|
|
|
|
|
|
|
|
ComplexProgramTarget(fc-cache)
|
|
|
|
LinkBuildBinary(ProgramTargetName(fc-cache))
|
|
|
|
|
|
|
|
install::
|
2002-05-05 19:53:41 +02:00
|
|
|
if [ x$${DESTDIR} = x ]; then \
|
2002-05-21 19:06:22 +02:00
|
|
|
$(FCCACHE) -v -f;\
|
2002-05-05 19:53:41 +02:00
|
|
|
fi
|