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


version 1.20 version 1.21
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.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 \
Line 80
 
Line 81
 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:
Line 104
 
Line 105
 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
Line 151
 
Line 152
  $(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


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

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