]> git.wh0rd.org - fontconfig.git/blob - fc-cache/Imakefile
12216e78c9d78c36a02bdf9adeea16d966888606
[fontconfig.git] / fc-cache / Imakefile
1 #include "../../libxml2/config.h"
2 #if HAVE_ZLIB_H
3 ZLIB=-lz
4 #endif
5
6 INCLUDES=-I../../freetype2 -I/usr/include/libxml2 -I..
7 FREETYPE2REQLIB = ../../freetype2/libfreetype.a
8 XML2REQLIB=../../libxml2/.libs/libxml2.a $(ZLIB) -lm
9
10 LOCAL_LIBRARIES=-L../src -lfontconfig $(FREETYPE2REQLIB) $(XML2REQLIB)
11
12 SRCS=fc-cache.c
13 OBJS=fc-cache.o
14
15 ComplexProgramTarget(fc-cache)
16 LinkBuildBinary(ProgramTargetName(fc-cache))
17
18 install::
19 FC_DEBUG=128 FONTCONFIG_PATH=.. ./fc-cache -v