version 1.6 | | version 1.7 |
---|
| | |
| | |
FILES = Makefile.in monster-extract spells-extract stats-extract arm-extract\ | | FILES = Makefile.in monster-extract spells-extract stats-extract arm-extract\ |
spoiler.html spoiler.shtml helm-extract mag-extract shield-extract \ | | spoiler.html spoiler.shtml helm-extract mag-extract shield-extract \ |
items-extract makeps.pl empty.pbm bow-extract arche-extract\ | | makeps.pl empty.pbm bow-extract arche-extract\ |
weap-extract | | weap-extract |
| | |
HTML = monput.html spells.html stats.html weap.html shield.html helmet.html\ | | HTML = monput.html spells.html stats.html weap.html shield.html helmet.html\ |
| | |
items: .bmaps in_items makeps.pl items.gif | | items: .bmaps in_items makeps.pl items.gif |
makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_items inarch=$(datadir)/archetypes > items | | makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_items inarch=$(datadir)/archetypes > items |
| | |
in_items: items-extract $(datadir)/archetypes $(CROSSRC)/common/living.c | | in_items: ../scripts/items-extract.pl $(datadir)/archetypes $(CROSSRC)/common/living.c |
$(AWK) -v living_c=$(CROSSRC)/common/living.c -f items-extract $(datadir)/archetypes > in_items | | ../scripts/items-extract.pl living_c=$(CROSSRC)/common/living.c $(datadir)/archetypes > in_items |
| | |
stats.html: .bmaps in_stats makeps.pl stats.gif | | stats.html: .bmaps in_stats makeps.pl stats.gif |
makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_stats inarch=$(datadir)/archetypes > stats.html | | makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_stats inarch=$(datadir)/archetypes > stats.html |