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

Diff for /OpenXM/src/Makefile between version 1.174 and 1.176

version 1.174, 2016/09/23 03:04:22 version 1.176, 2016/09/26 05:41:30
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.173 2016/09/22 10:26:30 ohara Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.175 2016/09/23 05:37:43 takayama Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib2=../../OpenXM_contrib2  OpenXM_contrib2=../../OpenXM_contrib2
Line 258  configure: configure-util configure-asir \
Line 258  configure: configure-util configure-asir \
 configure-static: configure  configure-static: configure
         make configure-asir-static          make configure-asir-static
         make configure-oxpari-static          make configure-oxpari-static
           make configure-oxc-static
   
 configure-util:  configure-util:
         (cd util; ./make-configure)          (cd util; ./make-configure)
Line 304  configure-oxpari-static: install-oxtoolkit install-par
Line 305  configure-oxpari-static: install-oxtoolkit install-par
   
 configure-oxc:  configure-oxc:
         (cd oxc; ./make-configure)          (cd oxc; ./make-configure)
   configure-oxc-static:
           (cd oxc; rm -f .configure_done ; ./make-configure --disable-shared)
   
 configure-oxmath:  configure-oxmath:
         -@if test -d /usr/local/mathematica; then \          -@if test -d /usr/local/mathematica; then \
Line 345  install-for-debug:
Line 348  install-for-debug:
         (cd kxx; ${MAKE} install-for-debug)          (cd kxx; ${MAKE} install-for-debug)
         (cd k097; ${MAKE} install-for-debug)          (cd k097; ${MAKE} install-for-debug)
         (cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2000/asir .)          (cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2000/asir .)
           (cd ${BINDIR}; rm -f ox_pari; ln -s ../../OpenXM/src/ox_pari/ox_pari .)
   
 fetch:  fetch:
         -@for i in gc gmp gnuplot pari tigers; do \          -@for i in gc gmp gnuplot pari tigers; do \

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.176

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