Diff for /Amaya/Makefile.in between versions 1.93 and 1.94

version 1.93, 2003/07/02 14:21:32 version 1.94, 2003/07/03 13:12:47
Line 306  libraptor: @MAKERAPTOR@ libraptor_config Line 306  libraptor: @MAKERAPTOR@ libraptor_config
 # Rules to build the redland RDF library  # Rules to build the redland RDF library
 #  #
   
   # Previous rule used to link and compile expat inside redland... to be removed
   # after checking all is ok in all the platforms
   # we're using the expat from inside libwww
   # @(if test ! -e "$(THOTDIR)/../$(REDLAND)/expat"  ; then \
   #   libwwwdir="$(THOTDIR)/../$(LIBWWW)" ; \
   #    echo $$libwwwdir ; \
   #    $(LN_S) "$$libwwwdir/modules/expat" "$(THOTDIR)/../$(REDLAND)/expat" ; \
   # fi)
   
 redland_config: @MAKEREDLAND@ force  redland_config: @MAKEREDLAND@ force
         @(if test ! -e "$(THOTDIR)/../$(REDLAND)"  ; then \          @(if test ! -e "$(THOTDIR)/../$(REDLAND)"  ; then \
               $(ECHO) "Error redland dir not found at $(THOTDIR)/$(REDLAND)" ; \                $(ECHO) "Error redland dir not found at $(THOTDIR)/$(REDLAND)" ; \
           fi)            fi)
         # we're using the expat from inside libwww  
         #@(if test ! -e "$(THOTDIR)/../$(REDLAND)/expat"  ; then \  
         #      libwwwdir="$(THOTDIR)/../$(LIBWWW)" ; \  
         #      echo $$libwwwdir ; \  
         #      $(LN_S) "$$libwwwdir/modules/expat" "$(THOTDIR)/../$(REDLAND)/expat" ; \  
         #  fi)  
          @(if test ! -d "$(REDLAND)"  ; then \           @(if test ! -d "$(REDLAND)"  ; then \
                 $(MKDIR) $(REDLAND) ; \                  $(MKDIR) $(REDLAND) ; \
           fi)            fi)

Removed from v.1.93  
changed lines
  Added in v.1.94


Webmaster