summaryrefslogtreecommitdiff
path: root/xc/unsupported/programs/showfont/Imakefile
blob: 0ddba78ee6f3de3abcf5bf5baa43a1cfb6d0c6a6 (plain)
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)