Difference for lib/Makefile.in from version 1.13 to 1.14


version 1.13 version 1.14
Line 37
 
Line 37
  $(srcdir)/bmaps $(srcdir)/bmaps.paths $(srcdir)/crossfire.xpm \   $(srcdir)/bmaps $(srcdir)/bmaps.paths $(srcdir)/crossfire.xpm \
  $(srcdir)/faces $(srcdir)/crossfire.xbm $(srcdir)/crossfire.png   $(srcdir)/faces $(srcdir)/crossfire.xbm $(srcdir)/crossfire.png
   
 ALLFILES = $(SRCS) README xpmtopix.pl collect.pl util.pl \  BININSTALL = $(srcdir)/xpmtopix.pl $(srcdir)/collect.pl $(srcdir)/util.pl
  Makefile.in .collect-stamp  $(INSTALLFILES) settings  
   ALLFILES = $(SRCS) README \
    Makefile.in .collect-stamp  $(INSTALLFILES) $(BININSTALL) settings
   
   
 FILES_HELP = $(srcdir)/help/apply $(srcdir)/help/bind \  FILES_HELP = $(srcdir)/help/apply $(srcdir)/help/bind \
Line 65
 
Line 67
 datadir = @datadir@  datadir = @datadir@
 localdir = @localstatedir@  localdir = @localstatedir@
 libdir = @libdir@  libdir = @libdir@
   bindir = @bindir@
   
 MKDIR = @MKDIR@  MKDIR = @MKDIR@
   
Line 105
 
Line 108
 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  install:: archetypes bmaps.paths crossfire.xbm crossfire.xpm 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
Line 126
 
Line 129
      $(INSTALL) $(INSTALLFLAGS)  $$i $(datadir); \       $(INSTALL) $(INSTALLFLAGS)  $$i $(datadir); \
  done   done
   
    @for i in $(BININSTALL); do \
    echo "Installing $$i"; \
    $(INSTALL) $(INSTALLFLAGS)  $$i $(bindir); \
    done
   
  @if [ ! -f $(datadir)/settings ]; then \   @if [ ! -f $(datadir)/settings ]; then \
  $(INSTALL) $(INSTALLFLAGS) settings $(datadir); \   $(INSTALL) $(INSTALLFLAGS) settings $(datadir); \
  fi   fi


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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