summaryrefslogtreecommitdiffstats
path: root/TOOLS/subfont-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/subfont-c/Makefile')
-rw-r--r--TOOLS/subfont-c/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/TOOLS/subfont-c/Makefile b/TOOLS/subfont-c/Makefile
deleted file mode 100644
index dbdef85449..0000000000
--- a/TOOLS/subfont-c/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-
-MPROOT=../..
-
-include $(MPROOT)/config.mak
-
-LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs)
-CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) -I$(MPROOT)
-
-#CFLAGS+=-O0 # for RedHat's gcc-2.96-95
-#CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1
-#CFLAGS+=-g
-#CFLAGS+=-DDEBUG
-#CFLAGS+=-DNEW_DESC
-
-
-subfont: subfont.o
-
-subfont.o: subfont.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-subfont.S: subfont.c
- $(CC) $(CFLAGS) -S $< -o $@
-
-clean:
- rm -f subfont subfont.o subfont.S core