From 2a109e9f4c78708916885e7cbb9c25ede4a5af9d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 21 May 2004 16:58:57 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4662 a1c6a512-1295-4272-9138-f99709370657 --- fonts/Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 fonts/Makefile diff --git a/fonts/Makefile b/fonts/Makefile deleted file mode 100644 index 193fc80833..0000000000 --- a/fonts/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.shtml) - -FSRC := $(wildcard *.bdf) -FOBJS := $(FSRC:%.bdf=%.fnt) $(FSRC:%.bdf=%.png) - -all: bdf2bmp $(OBJS) $(FOBJS) - -%.shtml : %.t - $(ACTION) $< - -%.fnt : %.bdf - ../tools/convbdf -s 32 -l 255 -f "$<" - -%.png : %.bdf - ./bdf2bmp "$<" "$<.bmp" - convert "$<.bmp" "$@" - rm $<.bmp - -convbdf: convbdf.c - $(CC) -o "$@" "$<" - -clean: - rm $(OBJS) $(FOBJS) \ No newline at end of file -- cgit v1.2.3