Diff for /Amaya/Makefile.in between versions 1.130 and 1.131

version 1.130, 2007/12/06 13:10:28 version 1.131, 2008/04/30 15:12:06
Line 305  redland: @MAKEREDLAND@ redland_config re Line 305  redland: @MAKEREDLAND@ redland_config re
         @($(ECHO) "redland is installed")          @($(ECHO) "redland is installed")
   
 #  #
 # Rules to rebuild the libjpeg package  
 #  
   
 libjpeg libjpeg.a : force  
         @($(RM) $(THOTDIR)/libjpeg/*.o)  
         @(cd libjpeg ; $(MAKE) CC="$(CC)" CFLAGS="-O -x c")  
   
 #  
 # Rules to rebuild the libpng package  
 #  
   
 libpng libpng.a : force  
         @($(RM) $(THOTDIR)/libpng/*.o)  
         @(cd libpng ; $(MAKE) CC="$(CC)" CFLAGS="-O -x c")  
   
 #  
 # Rules to rebuild the libpng package  
 #  
   
 libz libz.a : force  
         @($(RM) $(THOTDIR)/libpng/libz/*.o)  
         @(cd libpng/zlib ; $(MAKE) CC="$(CC)" CFLAGS="-O -x c")  
   
 #  
 # This section try to maintain the Makefile(s) up-to-date in  # This section try to maintain the Makefile(s) up-to-date in
 # case the autoconf sources are modified.  # case the autoconf sources are modified.
 #  #
Line 340  $(THOTDIR)/configure.in \ Line 316  $(THOTDIR)/configure.in \
 $(THOTDIR)/Makefile.in \  $(THOTDIR)/Makefile.in \
 $(THOTDIR)/amaya/Makefile.in \  $(THOTDIR)/amaya/Makefile.in \
 $(THOTDIR)/batch/Makefile.in \  $(THOTDIR)/batch/Makefile.in \
 $(THOTDIR)/libjpeg/Makefile.in \  
 $(THOTDIR)/libpng/Makefile.in \  
 $(THOTDIR)/libpng/zlib/Makefile.in \  
 $(THOTDIR)/thotlib/Makefile.in \  $(THOTDIR)/thotlib/Makefile.in \
 $(THOTDIR)/thotlib/include/Makefile.in \  $(THOTDIR)/thotlib/include/Makefile.in \
 $(THOTDIR)/tools/Makefile.in \  $(THOTDIR)/tools/Makefile.in \

Removed from v.1.130  
changed lines
  Added in v.1.131


Webmaster