SEDCOM	=	sed -n -e "/{/,/}/p" | sed -e "/{/d" | sed -e "/}/d"
TEXTUREDIR=../i10n/texture/gmap
Cbmpause_zh.c:$(TEXTUREDIR)/Cbmpause.bmp
	flipbmpindex $< $<.bmp
	bmp2agb -f -c -np   -O  $@.txt $<.bmp
	cat $@.txt | $(SEDCOM) >$@
	rm $@.txt  $<.bmp
Gmap_INIT.o:Cbmpause_zh.c