version 1.27 | | version 1.28 |
---|
| | |
SHELL = @BOURNE_SHELL@ | | SHELL = @BOURNE_SHELL@ |
| | |
| | |
all:: archetypes bmaps.paths crossfire.0 animations | | all:: archetypes bmaps.paths crossfire.0 faces animations |
| | |
| | |
crossfire.0: bmaps.paths | | crossfire.0: bmaps.paths |
| | |
bmaps.paths bmaps: .collect-stamp | | bmaps.paths bmaps: .collect-stamp |
make collect | | make collect |
| | |
install:: archetypes bmaps.paths crossfire.0 animations collect.pl util.pl | | install:: archetypes bmaps.paths crossfire.0 faces animations collect.pl util.pl |
@if [ ! -d $(datadir) ]; then \ | | @if [ ! -d $(datadir) ]; then \ |
$(MKDIR) -p $(datadir); \ | | $(MKDIR) -p $(datadir); \ |
fi | | fi |
| | |
$(RM) -f Makefile checkarch.pl collect.pl | | $(RM) -f Makefile checkarch.pl collect.pl |
| | |
real-clean:: | | real-clean:: |
$(RM) -f archetypes bmaps .collect-stamp | | $(RM) -f archetypes bmaps faces .collect-stamp |
| | |
archive:: | | archive:: |
@if [ -d $(ARCHIVE)/lib ]; then set +x; \ | | @if [ -d $(ARCHIVE)/lib ]; then set +x; \ |