Diff for /Amaya/Makefile.in between versions 1.109 and 1.110

version 1.109, 2005/02/09 10:50:40 version 1.110, 2005/02/09 11:57:03
Line 29  bindir = @bindir@ Line 29  bindir = @bindir@
   
 srcdir  = $(THOTDIR)  srcdir  = $(THOTDIR)
   
 default : tools wxwidgets thotlib batch amaya_prog @PRINTIFNOTGL@  default : tools gl wxwidgets thotlib batch amaya_prog @PRINTIFNOTGL@
   
 amaya : amaya_prog tools thotlib @PRINTIFNOTGL@  amaya : amaya_prog tools thotlib @PRINTIFNOTGL@
   
Line 60  wxwidgets: rebuild force Line 60  wxwidgets: rebuild force
         @(if test -d "$(WX_BUILDDIR)" ; then cd "$(WX_BUILDDIR)" ; \          @(if test -d "$(WX_BUILDDIR)" ; then cd "$(WX_BUILDDIR)" ; \
           $(MAKE) ; fi)            $(MAKE) ; fi)
   
   gl: rebuild force
           @(if test -d "$(GL_BUILDDIR)" ; then cd "$(GL_BUILDDIR)" ; \
             $(MAKE) linux-static ; fi)
   
 @NOPRINT@print_prog: rebuild force bin/str  @NOPRINT@print_prog: rebuild force bin/str
 @NOPRINT@       @(if test -d thotlib ; then cd thotlib ; \  @NOPRINT@       @(if test -d thotlib ; then cd thotlib ; \
 @NOPRINT@         $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" print ; fi)  @NOPRINT@         $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" print ; fi)

Removed from v.1.109  
changed lines
  Added in v.1.110


Webmaster