summaryrefslogtreecommitdiff
path: root/xc/programs/fstobdf/Imakefile
blob: 390a3b19d5577c47b3ecf19c0ca37e3d473a49ca (plain)
1
2
3
4
5
6
7
8
9
XCOMM $XConsortium: Imakefile,v 1.8 93/08/20 11:39:58 rws Exp $
LOCAL_LIBRARIES = $(FSLIB) $(XLIB)
DEPLIBS = $(DEPFSLIB) $(DEPXLIB)
INCLUDES = -I$(BUILDINCDIR)/fonts -I$(FONTINCSRC)

           SRCS = chars.c fstobdf.c header.c props.c
           OBJS = chars.o fstobdf.o header.o props.o

ComplexProgramTarget (fstobdf)