diff options
author | 2007-03-31 14:14:28 +0000 | |
---|---|---|
committer | 2007-03-31 14:14:28 +0000 | |
commit | 1b0616162950f6442b89e20c3f592bd7fe4a383f (patch) | |
tree | e4da9fa629e30fe88572bb26f272d02bdff0ca9f /TOOLS/mpfc/Makefile | |
parent | c5bdfbc886a67a121ff7f1f6b27f33d07b0703cd (diff) |
Remove obsolete bitmap font tools.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22857 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/mpfc/Makefile')
-rw-r--r-- | TOOLS/mpfc/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/TOOLS/mpfc/Makefile b/TOOLS/mpfc/Makefile deleted file mode 100644 index 51cd597603..0000000000 --- a/TOOLS/mpfc/Makefile +++ /dev/null @@ -1,15 +0,0 @@ - -TARGET = mpfc-ce mpfc-kr - -LIBS=-lgd -lttf -lpng - -all: $(TARGET) - -mpfc-ce: mpfc-ce.c - $(CC) -Wall -O2 -o $@ $< $(LIBS) - -mpfc-kr: mpfc-kr.c - $(CC) -Wall -O2 -o $@ $< $(LIBS) - -clean: - -rm -f $(TARGET) |