Diff for /Amaya/Makefile.in between versions 1.85 and 1.86

version 1.85, 2003/02/11 15:20:55 version 1.86, 2003/03/21 15:26:55
Line 222  libexpat : force Line 222  libexpat : force
                             )                              )
   
 libwww_install_module_expat : force  libwww_install_module_expat : force
                 @(if [ -e libxmlparse.a -a ! -L libxmlparse.a ] ; then \                  @(if [ -e libexpat.a -a ! -L libexpat.a ] ; then \
                         $(RM) libxmlparse.a ; \                          $(RM) libexpat.a ; \
                   fi ; \                    fi ; \
                   if [ ! -L libxmlparse.a ] ; then \                    if [ ! -L libexpat.a ] ; then \
                         $(LN_S) $(LIBWWW)/modules/expat/xmlparse/.libs/libxmlparse.a ./libxmlparse.a ; \                          $(LN_S) $(LIBWWW)/modules/expat/.libs/libexpat.a ./libexpat.a ; \
                   fi)  
                 @(if [ -e libxmltok.a -a ! -L libxmltok.a ] ; then \  
                         $(RM) libxmltok.a ; \  
                   fi ; \  
                   if [ ! -L libxmltok.a ] ; then \  
                         $(LN_S) $(LIBWWW)/modules/expat/xmltok/.libs/libxmltok.a ./libxmltok.a ; \  
                   fi)                    fi)
   
   
Line 285  libraptor_config: @MAKERAPTOR@ force Line 279  libraptor_config: @MAKERAPTOR@ force
          @(localdir=`pwd` ; raptordir="$$localdir/../$(LIBRAPTOR)" ; \           @(localdir=`pwd` ; raptordir="$$localdir/../$(LIBRAPTOR)" ; \
           cd $(LIBRAPTOR) ; unset LANG; \            cd $(LIBRAPTOR) ; unset LANG; \
           if [ ! -f Makefile -o ! -f config.h ] ; then \            if [ ! -f Makefile -o ! -f config.h ] ; then \
                 CFLAGS="-I$$raptordir/expat/xmlparse" \                  CFLAGS="-I$$raptordir/expat/lib" \
                         $$raptordir/configure \                          $$raptordir/configure \
                         --without-shared \                          --without-shared \
                         --with-expat ; \                          --with-expat ; \
Line 298  libraptor_make: @MAKERAPTOR@ force Line 292  libraptor_make: @MAKERAPTOR@ force
           if [ ! -e .libs/libraptor.a -a -e libraptor.la ] ; then \            if [ ! -e .libs/libraptor.a -a -e libraptor.la ] ; then \
              $(RM) libraptor.la ; \               $(RM) libraptor.la ; \
           fi ; \            fi ; \
           $(MAKE) CC="$(CC)" CFLAGS="-I$$localdir/../$(LIBRAPTOR)/expat/xmlparse $(CFLAGS)" \            $(MAKE) CC="$(CC)" CFLAGS="-I$$localdir/../$(LIBRAPTOR)/expat/lib $(CFLAGS)" \
                   CPPFLAGS="$(CPPFLAGS)" \                    CPPFLAGS="$(CPPFLAGS)" \
         )          )
   

Removed from v.1.85  
changed lines
  Added in v.1.86


Webmaster