dos33fsprogs/games/tfv/graphics_title/Makefile
2021-01-23 15:44:46 -05:00

27 lines
459 B
Makefile

include ../../../Makefile.inc
PNG2RLE = ../../../utils/gr-utils/png2rle
PNG2GR = ../../../utils/gr-utils/png2gr
LZSA = ~/research/lzsa/lzsa/lzsa
B2D = ../../../utils/bmp2dhr/b2d
all: tfv_title.inc planets_warwick.hgr
planets_warwick_hgr: planets_warwick.bmp
$(B2D)
tfv_title.inc: \
title.lzsa
echo "title_lzsa: .incbin \"title.lzsa\"" > tfv_title.inc
%.gr: %.png
$(PNG2GR) $< $@
%.lzsa: %.gr
$(LZSA) -r -f2 $< $@
clean:
rm -f *~ tfv_title.inc