dos33fsprogs/games/tfv/graphics_title/Makefile

27 lines
459 B
Makefile
Raw Normal View History

2021-01-06 04:59:08 +00:00
include ../../../Makefile.inc
2021-01-06 04:59:08 +00:00
PNG2RLE = ../../../utils/gr-utils/png2rle
PNG2GR = ../../../utils/gr-utils/png2gr
LZSA = ~/research/lzsa/lzsa/lzsa
2021-01-23 20:44:46 +00:00
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