Difference for lib/Makefile.in from version 1.3 to 1.4


version 1.3 version 1.4
Line 35
 
Line 35
  $(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.xpm \
  $(srcdir)/faces $(srcdir)/crossfire.cfb   $(srcdir)/faces $(srcdir)/crossfire.xbm $(srcdir)/crossfire.png
   
 SRCS = xbmtobdf.c  
   
 ALLFILES = $(SRCS) README xpmtopix.pl collect.pl util.pl \  ALLFILES = $(SRCS) README xpmtopix.pl collect.pl util.pl \
  Makefile.in .collect-stamp  $(INSTALLFILES)   Makefile.in .collect-stamp  $(INSTALLFILES)
Line 76
 
Line 74
 SHELL = @BOURNE_SHELL@  SHELL = @BOURNE_SHELL@
   
   
 all:: xbmtobdf archetypes bmaps.paths crossfire.cfb crossfire.xpm animations  all:: archetypes bmaps.paths crossfire.xbm crossfire.xpm crossfire.png  animations
   
   
 crossfire.xpm: bmaps.paths  crossfire.xpm: bmaps.paths
  $(srcdir)/adm/make_xpm_file.pl   $(srcdir)/adm/collect_images.pl -xpm
   
 crossfire.cfb: bmaps.paths  crossfire.xbm: bmaps.paths
  $(RM) -f crossfire.cfb   $(srcdir)/adm/collect_images.pl -xbm
  ./xbmtobdf -f bmaps.paths -d . -b > crossfire.cfb  
   
 xbmtobdf: xbmtobdf.o  crossfire.png: bmaps.paths
  $(CC) -o $@ $@.o   $(srcdir)/adm/collect_images.pl -png
   
 .collect-stamp:  .collect-stamp:
  touch .collect-stamp   touch .collect-stamp
Line 107
 
Line 104
 bmaps.paths bmaps: .collect-stamp  bmaps.paths bmaps: .collect-stamp
  make collect   make collect
   
 install:: xbmtobdf archetypes bmaps.paths crossfire.cfb crossfire.xpm animations  install:: archetypes bmaps.paths crossfire.xbm crossfire.xpm crossfire.png  animations
  @if [ ! -d $(datadir) ]; then \   @if [ ! -d $(datadir) ]; then \
  $(MKDIR) -p $(datadir); \   $(MKDIR) -p $(datadir); \
  fi   fi


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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