X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdraw%2FMakefile;h=0a542a1f7df16e19b474eadad210b538e59d5d13;hb=refs%2Fheads%2Fmaster;hp=93c10e42381721b360505c642c99d9bc5eaaa5f0;hpb=c3414603bb9993e4cf3f0163ae0575758201b041;p=fw%2Faltos diff --git a/src/draw/Makefile b/src/draw/Makefile index 93c10e42..746178a0 100644 --- a/src/draw/Makefile +++ b/src/draw/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/Makefile.defs vpath %.bdf fonts -BITMAP_SIZES = 10, 12, 14, 16, 18, 24, 26, 28, 32, 36, 48, 64, 72 +BITMAP_SIZES = 10, 12, 14, 16, 18, 24, 26, 28, 32, 36, 48, 58, 60, 62, 64, 72 BDFS=\ BenguiatGothicStd-Bold-10.bdf \ @@ -45,6 +45,22 @@ BDFS=\ BitstreamVeraSansMono-Roman-48.bdf \ BitstreamVeraSansMono-Roman-64.bdf \ BitstreamVeraSansMono-Roman-72.bdf \ + BitstreamVeraSans-Roman-10.bdf \ + BitstreamVeraSans-Roman-12.bdf \ + BitstreamVeraSans-Roman-14.bdf \ + BitstreamVeraSans-Roman-16.bdf \ + BitstreamVeraSans-Roman-18.bdf \ + BitstreamVeraSans-Roman-24.bdf \ + BitstreamVeraSans-Roman-26.bdf \ + BitstreamVeraSans-Roman-28.bdf \ + BitstreamVeraSans-Roman-32.bdf \ + BitstreamVeraSans-Roman-36.bdf \ + BitstreamVeraSans-Roman-48.bdf \ + BitstreamVeraSans-Roman-58.bdf \ + BitstreamVeraSans-Roman-60.bdf \ + BitstreamVeraSans-Roman-62.bdf \ + BitstreamVeraSans-Roman-64.bdf \ + BitstreamVeraSans-Roman-72.bdf \ FrutigerLT-Roman-10.bdf \ FrutigerLT-Roman-12.bdf \ FrutigerLT-Roman-14.bdf \ @@ -79,7 +95,9 @@ FONT_SRCS=$(BDFS:.bdf=.c) .bdf.c: nickle font-convert -o $@ $< -all: ao_font.h ao_logo.h lco-test line-test +all: ao_font.h ao_logo.h + +test: lco-test line-test $(FONT_SRCS): font-convert @@ -109,7 +127,7 @@ LINE_TEST_OBJS=$(LINE_TEST_SRCS:.c=.o) TEST_LIBS=-lXrender -lXext -lX11 -lm -Wl,--gc-sections -CFLAGS=-O0 -g $(WARN_FLAGS) -DVALIDATE -I. +CFLAGS=-O3 -g $(WARN_FLAGS) -DVALIDATE -I. HEADERS=\ ao_draw.h \ @@ -133,3 +151,5 @@ $(LINE_TEST_OBJS): $(HEADERS) clean: rm -f $(LCO_TEST_OBJS) ao_font.h ao_logo.h $(FONT_SRCS) + +install: