Files
xsrc/xfree/xc/programs/fstobdf/Imakefile

14 lines
371 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:52 cpqbld Exp $
XCOMM $XFree86: xc/programs/fstobdf/Imakefile,v 1.4 2003/05/27 17:58:23 tsi Exp $
LOCAL_LIBRARIES = $(FSLIB) $(XONLYLIB)
DEPLIBS = $(DEPFSLIB) $(DEPXONLYLIB)
SRCS = chars.c fstobdf.c header.c props.c
OBJS = chars.o fstobdf.o header.o props.o
ComplexProgramTarget (fstobdf)