[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx

Diff for /OpenXM/src/kan96xx/Makefile.in between version 1.3 and 1.4

version 1.3, 2013/09/25 05:14:39 version 1.4, 2019/01/28 04:51:51
Line 1 
Line 1 
 #  $OpenXM: OpenXM/src/kan96xx/Makefile.in,v 1.2 2013/09/22 01:07:38 takayama Exp $  #  $OpenXM: OpenXM/src/kan96xx/Makefile.in,v 1.3 2013/09/25 05:14:39 takayama Exp $
 #  #
 # Building kan96xx depends on  # Building kan96xx depends on
 #   install-gmp, install-gc [install-asir-gc]  #   install-gmp, install-gc [install-asir-gc]
Line 31  sm1-nogc : all-plugin
Line 31  sm1-nogc : all-plugin
 configure: configure_symbolic_links  configure: configure_symbolic_links
         if test ! -f ./.configure_sub_done  ; \          if test ! -f ./.configure_sub_done  ; \
         then \          then \
         (cd Kan; sh ./configure --prefix=@prefix@) ; \          (cd Kan; sh ./configure --prefix=@prefix@ --enable-shared) ; \
         (cd plugin; sh ./configure --prefix=@prefix@) ; \          (cd plugin; sh ./configure --prefix=@prefix@ --enable-shared) ; \
         (cd trans; sh ./configure --prefix=@prefix@) ; \          (cd trans; sh ./configure --prefix=@prefix@ --enable-shared) ; \
         (cd Doc; sh ./configure --prefix=@prefix@) ; \          (cd Doc; sh ./configure --prefix=@prefix@ --enable-shared) ; \
         fi          fi
         @touch ./.configure_sub_done          @touch ./.configure_sub_done
 configure_symbolic_links :  configure_symbolic_links :

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>