18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
|
#include "../../libxml2/config.h"
|
||
|
#if HAVE_ZLIB_H
|
||
|
ZLIB=-lz
|
||
|
#endif
|
||
|
|
||
|
INCLUDES=-I../../freetype2 -I/usr/include/libxml2 -I..
|
||
|
FREETYPE2REQLIB = ../../freetype2/libfreetype.a
|
||
|
XML2REQLIB=../../libxml2/.libs/libxml2.a $(ZLIB) -lm
|
||
|
|
||
|
LOCAL_LIBRARIES=-L../src -lfontconfig $(FREETYPE2REQLIB) $(XML2REQLIB)
|
||
|
DEPLIBS=../src/libfontconfig.a
|
||
|
|
||
|
SRCS=fc-list.c
|
||
|
OBJS=fc-list.o
|
||
|
|
||
|
ComplexProgramTarget(fc-list)
|
||
|
LinkBuildBinary(ProgramTargetName(fc-list))
|