1 2 3 4 5 6 7 8 9 10 11 12 13 14
XCOMM $XConsortium: Imakefile,v 1.7 93/09/12 21:20:32 rws Exp $ LOCAL_LIBRARIES = $(FSLIB) DEPLIBS = $(DEPFSLIB) SRCS = showfont.c OBJS = showfont.o #if UseInstalled INCLUDES = -I$(INCDIR)/fonts -I../../../xc/include/fonts #else INCLUDES = -I$(BUILDINCDIR)/fonts -I$(FONTINCSRC) #endif ComplexProgramTarget(showfont)