Difference for lib/Makefile.in from version 1.19 to 1.20


version 1.19 version 1.20
Line 34
 
Line 34
  $(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.xpm \   $(srcdir)/bmaps $(srcdir)/bmaps.paths $(srcdir)/crossfire.png \
  $(srcdir)/faces $(srcdir)/crossfire.xbm $(srcdir)/crossfire.png \  
  $(srcdir)/attackmess   $(srcdir)/attackmess
   
 BININSTALL = $(srcdir)/xpmtopix.pl $(srcdir)/collect.pl $(srcdir)/util.pl  BININSTALL = $(srcdir)/xpmtopix.pl $(srcdir)/collect.pl $(srcdir)/util.pl
Line 81
 
Line 80
 SHELL = @BOURNE_SHELL@  SHELL = @BOURNE_SHELL@
   
   
 all:: archetypes bmaps.paths crossfire.xbm crossfire.xpm crossfire.png  animations  all:: archetypes bmaps.paths crossfire.png  animations
   
   
 crossfire.xpm: bmaps.paths  
  $(srcdir)/adm/collect_images.pl -xpm  
   
 crossfire.xbm: bmaps.paths  
  $(srcdir)/adm/collect_images.pl -xbm  
   
 crossfire.png: bmaps.paths  crossfire.png: bmaps.paths
  $(srcdir)/adm/collect_images.pl -png   $(srcdir)/adm/collect_images.pl -png
   
Line 111
 
Line 104
 bmaps.paths bmaps: .collect-stamp  bmaps.paths bmaps: .collect-stamp
  make collect   make collect
   
 install:: archetypes bmaps.paths crossfire.xbm crossfire.xpm crossfire.png animations collect.pl xpmtopix.pl util.pl  install:: archetypes bmaps.paths crossfire.png animations collect.pl xpmtopix.pl util.pl
  @if [ ! -d $(datadir) ]; then \   @if [ ! -d $(datadir) ]; then \
  $(MKDIR) -p $(datadir); \   $(MKDIR) -p $(datadir); \
  fi   fi


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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