X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdraw%2FMakefile;h=6b986b4223e0631eb334d2651db3427da853a198;hb=5506b6c1f75d639e2d952213a53bc9ee34e5a79c;hp=f5969f26bde0e83b23819d0369e4c9195ecc56e3;hpb=da605a15bbdc3b0f15cf7c70256ce4c32da071c6;p=fw%2Faltos diff --git a/src/draw/Makefile b/src/draw/Makefile index f5969f26..6b986b42 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 @@ -91,6 +109,7 @@ ao_logo.h: make-logo LIB_SRCS=\ ao_blt.c \ + ao_box.c \ ao_copy.c \ ao_line.c \ ao_pattern.c \ @@ -108,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 +CFLAGS=-O3 -g $(WARN_FLAGS) -DVALIDATE -I. HEADERS=\ ao_draw.h \