version 1.20 | | version 1.21 |
---|
| | |
$(srcdir)/messages $(srcdir)/motd $(srcdir)/races \ | | $(srcdir)/messages $(srcdir)/motd $(srcdir)/races \ |
$(srcdir)/skill_params $(srcdir)/spell_params \ | | $(srcdir)/skill_params $(srcdir)/spell_params \ |
$(srcdir)/treasures $(srcdir)/animations $(srcdir)/archetypes \ | | $(srcdir)/treasures $(srcdir)/animations $(srcdir)/archetypes \ |
$(srcdir)/bmaps $(srcdir)/bmaps.paths $(srcdir)/crossfire.png \ | | $(srcdir)/bmaps $(srcdir)/bmaps.paths $(srcdir)/crossfire.0 \ |
$(srcdir)/attackmess | | $(srcdir)/crossfire.1 \ |
| | $(srcdir)/attackmess $(srcdir)/image_info |
| | |
BININSTALL = $(srcdir)/xpmtopix.pl $(srcdir)/collect.pl $(srcdir)/util.pl | | BININSTALL = $(srcdir)/collect.pl $(srcdir)/util.pl |
| | |
ALLFILES = $(SRCS) README \ | | ALLFILES = $(SRCS) README \ |
Makefile.in .collect-stamp $(INSTALLFILES) $(BININSTALL) settings \ | | Makefile.in .collect-stamp $(INSTALLFILES) $(BININSTALL) settings \ |
xpmtopix.pl.in checkarch.pl.in collect.pl.in | | checkarch.pl.in collect.pl.in |
| | |
| | |
FILES_HELP = $(srcdir)/help/apply $(srcdir)/help/bind \ | | FILES_HELP = $(srcdir)/help/apply $(srcdir)/help/bind \ |
| | |
SHELL = @BOURNE_SHELL@ | | SHELL = @BOURNE_SHELL@ |
| | |
| | |
all:: archetypes bmaps.paths crossfire.png animations | | all:: archetypes bmaps.paths crossfire.0 animations |
| | |
| | |
crossfire.png: bmaps.paths | | crossfire.0: bmaps.paths |
$(srcdir)/adm/collect_images.pl -png | | $(srcdir)/adm/collect_images.pl -png |
| | |
.collect-stamp: | | .collect-stamp: |
| | |
bmaps.paths bmaps: .collect-stamp | | bmaps.paths bmaps: .collect-stamp |
make collect | | make collect |
| | |
install:: archetypes bmaps.paths crossfire.png animations collect.pl xpmtopix.pl util.pl | | install:: archetypes bmaps.paths crossfire.0 animations collect.pl util.pl |
@if [ ! -d $(datadir) ]; then \ | | @if [ ! -d $(datadir) ]; then \ |
$(MKDIR) -p $(datadir); \ | | $(MKDIR) -p $(datadir); \ |
fi | | fi |
| | |
$(RM) -f Makefile.bak | | $(RM) -f Makefile.bak |
| | |
distclean:: clean | | distclean:: clean |
$(RM) -f Makefile checkarch.pl xpmtopix.pl collect.pl | | $(RM) -f Makefile checkarch.pl collect.pl |
| | |
real-clean:: | | real-clean:: |
$(RM) -f archetypes bmaps .collect-stamp | | $(RM) -f archetypes bmaps .collect-stamp |