Commit ab588410 authored by Alexandre Julliard's avatar Alexandre Julliard

tools: Remove no longer used fnt2fon tool.

parent 7307e2be
PROGRAMS = \
fnt2fon$(EXEEXT) \
make_ctests$(EXEEXT) \
make_xftmpl$(EXEEXT)
......@@ -9,7 +8,6 @@ MANPAGES = \
winemaker.man.in
C_SRCS = \
fnt2fon.c \
make_ctests.c \
make_xftmpl.c \
makedep.c
......@@ -27,9 +25,6 @@ make_ctests$(EXEEXT): make_ctests.o
make_xftmpl$(EXEEXT): make_xftmpl.o
$(CC) $(CFLAGS) -o $@ make_xftmpl.o $(LIBPORT) $(LDFLAGS)
fnt2fon$(EXEEXT): fnt2fon.o
$(CC) $(CFLAGS) -o $@ fnt2fon.o $(LIBPORT) $(LDFLAGS)
.PHONY: install install-lib install-dev uninstall
install install-lib::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment