Diff for /Amaya/Makefile.in between versions 1.114 and 1.115

version 1.114, 2006/03/21 17:29:43 version 1.115, 2006/06/14 14:17:21
Line 28  bindir = @bindir@ Line 28  bindir = @bindir@
   
 srcdir  = $(THOTDIR)  srcdir  = $(THOTDIR)
   
 default : tools gl wxwidgets thotlib batch amaya_prog @PRINTIFNOTGL@  default : tools gl @BUILDWXWIDGETS@ thotlib batch amaya_prog @PRINTIFNOTGL@
   
 amaya : amaya_prog tools thotlib @PRINTIFNOTGL@  amaya : amaya_prog tools thotlib @PRINTIFNOTGL@
   
Line 201  libwww_config : Line 201  libwww_config :
           cd $(LIBWWW) ; unset LANG; \            cd $(LIBWWW) ; unset LANG; \
           if [ ! -f Makefile -o ! -f wwwconf.h ] ; then \            if [ ! -f Makefile -o ! -f wwwconf.h ] ; then \
                 $$libwwwdir/configure \                  $$libwwwdir/configure \
                           --build=@build_alias@ --host=@host_alias@ --target=@target_alias@ \
                         --disable-shared \                          --disable-shared \
                         @WITHDAV@ \                          @WITHDAV@ \
                         --with-zlib; \                          --with-zlib; \
Line 313  libraptor_config: @MAKERAPTOR@ force Line 314  libraptor_config: @MAKERAPTOR@ force
           if [ ! -f Makefile -o ! -f config.h ] ; then \            if [ ! -f Makefile -o ! -f config.h ] ; then \
                 CFLAGS="-I$$raptordir/expat/lib" \                  CFLAGS="-I$$raptordir/expat/lib" \
                         $$raptordir/configure \                          $$raptordir/configure \
                           --build=@build_alias@ --host=@host_alias@ --target=@target_alias@ \
                         --without-shared \                          --without-shared \
                         --with-expat ; \                          --with-expat ; \
                 $(ECHO) "patching libraptor/libtool because -flat_namespace option is missing and do not compile on macosx" ; \                  $(ECHO) "patching libraptor/libtool because -flat_namespace option is missing and do not compile on macosx" ; \
Line 365  redland_config: @MAKEREDLAND@ force Line 367  redland_config: @MAKEREDLAND@ force
                         CPPFLAGS="-I$$localdir/../../$(LIBWWW)/modules/expat/lib" \                          CPPFLAGS="-I$$localdir/../../$(LIBWWW)/modules/expat/lib" \
                         LDFLAGS="-L$$localdir/libwww/modules/expat -L$$localdir/libwww/modules/expat/.libs" \                          LDFLAGS="-L$$localdir/libwww/modules/expat -L$$localdir/libwww/modules/expat/.libs" \
                         $$redlanddir/configure \                          $$redlanddir/configure \
                           --build=@build_alias@ --host=@host_alias@ --target=@target_alias@ \
                         --disable-shared \                          --disable-shared \
                         --without-bdb \                          --without-bdb \
                         --enable-parsers=raptor \                          --enable-parsers=raptor \

Removed from v.1.114  
changed lines
  Added in v.1.115


Webmaster