X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdraw%2FMakefile;h=c2e72bcda0b5522ddaae7d2ea638558e4e27da6a;hb=2f68d82238ff869b76b554fd8de61e3b6d06e8f9;hp=46771f1fde7c8b5576c2192631b44f1b8e550770;hpb=126013bb10faeba31bb52aa72b272dbfc3afb9ce;p=fw%2Faltos diff --git a/src/draw/Makefile b/src/draw/Makefile index 46771f1f..c2e72bcd 100644 --- a/src/draw/Makefile +++ b/src/draw/Makefile @@ -1,19 +1,57 @@ +TOPDIR=.. +include $(TOPDIR)/Makefile.defs + +vpath %.bdf fonts + +BITMAP_SIZES = 10, 12, 14, 16, 18, 24, 26, 28, 32, 36, 48, 64, 72 + BDFS=\ + BenguiatGothicStd-Bold-10.bdf \ + BenguiatGothicStd-Bold-12.bdf \ + BenguiatGothicStd-Bold-14.bdf \ + BenguiatGothicStd-Bold-16.bdf \ + BenguiatGothicStd-Bold-18.bdf \ + BenguiatGothicStd-Bold-24.bdf \ + BenguiatGothicStd-Bold-26.bdf \ + BenguiatGothicStd-Bold-28.bdf \ + BenguiatGothicStd-Bold-32.bdf \ + BenguiatGothicStd-Bold-36.bdf \ + BenguiatGothicStd-Bold-48.bdf \ + BenguiatGothicStd-Bold-64.bdf \ + BenguiatGothicStd-Bold-72.bdf \ + BenguiatGothicStd-Medium-10.bdf \ + BenguiatGothicStd-Medium-12.bdf \ + BenguiatGothicStd-Medium-14.bdf \ + BenguiatGothicStd-Medium-16.bdf \ + BenguiatGothicStd-Medium-18.bdf \ + BenguiatGothicStd-Medium-24.bdf \ + BenguiatGothicStd-Medium-26.bdf \ + BenguiatGothicStd-Medium-28.bdf \ + BenguiatGothicStd-Medium-32.bdf \ + BenguiatGothicStd-Medium-36.bdf \ + BenguiatGothicStd-Medium-48.bdf \ + BenguiatGothicStd-Medium-64.bdf \ + BenguiatGothicStd-Medium-72.bdf \ FrutigerLT-Roman-10.bdf \ FrutigerLT-Roman-12.bdf \ FrutigerLT-Roman-14.bdf \ + FrutigerLT-Roman-16.bdf \ FrutigerLT-Roman-18.bdf \ FrutigerLT-Roman-24.bdf \ + FrutigerLT-Roman-26.bdf \ + FrutigerLT-Roman-28.bdf \ + FrutigerLT-Roman-32.bdf \ FrutigerLT-Roman-36.bdf \ FrutigerLT-Roman-48.bdf \ FrutigerLT-Roman-64.bdf \ + FrutigerLT-Roman-72.bdf FONT_SRCS=$(BDFS:.bdf=.c) .SUFFIXES: .bdf .c .bdf.c: - nickle font-convert $*.bdf > $@ + nickle font-convert -o $@ $< all: ao_font.h ao_logo.h draw-test