XCOMM $XFree86: xc/lib/fontconfig/fc-list/Imakefile,v 1.6 2002/08/19 19:32:04 keithp Exp $ FONTCONFIGDIR = $(TOP)/extras/fontconfig INCLUDES=$(FREETYPE2INCLUDES) -I$(FONTCONFIGDIR) LOCAL_LIBRARIES=FontconfigClientLibs DEPLIBS=FontconfigClientDepLibs SRCS=fc-list.c OBJS=fc-list.o #if !InstallFontconfigLibrary #undef InstallProgram #define InstallProgram(x,y) #undef InstallManPage #define InstallManPage(x,y) #endif ComplexProgramTarget(fc-list) LinkBuildBinary(ProgramTargetName(fc-list)) LinkSourceFile(fc-list.c,$(FONTCONFIGDIR)/fc-list) LinkSourceFile(fc-list.man,$(FONTCONFIGDIR)/fc-list)