summaryrefslogtreecommitdiff
path: root/xc/unsupported/programs/showfont/Imakefile
blob: f31e42ccd6aef62d1576cfe86e9c6d67ee0ae37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XCOMM $XConsortium: Imakefile,v 1.8 94/06/09 17:23:09 gildea 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)