Difference for lib/Makefile.in from version 1.27 to 1.28


version 1.27 version 1.28
Line 101
 
Line 101
 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
Line 125
 
Line 125
 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
Line 183
 
Line 183
  $(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; \


Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:00