Commit ab588410 authored by Alexandre Julliard's avatar Alexandre Julliard

tools: Remove no longer used fnt2fon tool.

parent 7307e2be
PROGRAMS = \ PROGRAMS = \
fnt2fon$(EXEEXT) \
make_ctests$(EXEEXT) \ make_ctests$(EXEEXT) \
make_xftmpl$(EXEEXT) make_xftmpl$(EXEEXT)
...@@ -9,7 +8,6 @@ MANPAGES = \ ...@@ -9,7 +8,6 @@ MANPAGES = \
winemaker.man.in winemaker.man.in
C_SRCS = \ C_SRCS = \
fnt2fon.c \
make_ctests.c \ make_ctests.c \
make_xftmpl.c \ make_xftmpl.c \
makedep.c makedep.c
...@@ -27,9 +25,6 @@ make_ctests$(EXEEXT): make_ctests.o ...@@ -27,9 +25,6 @@ make_ctests$(EXEEXT): make_ctests.o
make_xftmpl$(EXEEXT): make_xftmpl.o make_xftmpl$(EXEEXT): make_xftmpl.o
$(CC) $(CFLAGS) -o $@ make_xftmpl.o $(LIBPORT) $(LDFLAGS) $(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 .PHONY: install install-lib install-dev uninstall
install install-lib:: 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