2002-07-01 14:39:23 +02:00
|
|
|
XCOMM $XFree86$
|
|
|
|
|
2002-05-31 08:38:43 +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-list.c
|
|
|
|
OBJS=fc-list.o
|
|
|
|
|
|
|
|
ComplexProgramTarget(fc-list)
|
|
|
|
LinkBuildBinary(ProgramTargetName(fc-list))
|