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

Diff for /OpenXM/src/Makefile between version 1.187 and 1.188

version 1.187, 2020/01/08 17:29:26 version 1.188, 2020/03/05 00:29:44
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.186 2019/11/12 11:00:04 kondoh Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.187 2020/01/08 17:29:26 ohara Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib2=../../OpenXM_contrib2  OpenXM_contrib2=../../OpenXM_contrib2
Line 370  install-for-debug:
Line 370  install-for-debug:
         (cd kan96xx; ${MAKE} install-for-debug)          (cd kan96xx; ${MAKE} 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/asir2018/asir .)          (cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2018/.libs/asir .)
         (cd ${BINDIR}; rm -f ox_pari; ln -s ../../OpenXM/src/ox_pari/ox_pari .)          (cd ${BINDIR}; rm -f ox_pari; ln -s ../../OpenXM/src/ox_pari/ox_pari .)
   
 fetch:  fetch:

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

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