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

Diff for /OpenXM/src/Makefile between version 1.180 and 1.182

version 1.180, 2019/03/27 05:02:31 version 1.182, 2019/03/29 04:54:39
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.179 2019/03/23 12:22:09 ohara Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.181 2019/03/27 05:06:51 noro Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib2=../../OpenXM_contrib2  OpenXM_contrib2=../../OpenXM_contrib2
Line 9  RCDIR=../rc
Line 9  RCDIR=../rc
 SHAREDIR=../share  SHAREDIR=../share
 COPYRIGHTDIR=../Copyright  COPYRIGHTDIR=../Copyright
   
 all: all-util all-gc all-gmp all-mpfr all-mpc all-asir all-gnuplot all-k097 all-kan96xx \  all: all-util all-gc all-gmp all-mpfr all-mpc all-asir all-asir2000 all-gnuplot all-k097 all-kan96xx \
      all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep all-phcpack all-oxcdd \       all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep all-phcpack all-oxcdd \
         all-oxmgraph all-pcc all-oxpari          all-oxmgraph all-pcc all-oxpari
   
Line 240  install-asir-mode:
Line 240  install-asir-mode:
   
 clean:  clean:
         -rm ./.configure-links-done          -rm ./.configure-links-done
         -@for i in OpenMath asir-contrib asir-doc asir2000 gc gmp gnuplot \          -@for i in OpenMath asir-contrib asir-doc asir2000 asir2018 gc gmp gnuplot \
                    k097 kan96xx kxx ox_math ox_toolkit oxc pari phc phcpack tigers \                     k097 kan96xx kxx ox_math ox_toolkit oxc pari phc phcpack tigers \
                oxmgraph pcc mpfr \                 oxmgraph pcc mpfr \
                    util ${OpenXM_contrib2}/fep ; do \                     util ${OpenXM_contrib2}/fep ; do \
Line 248  clean:
Line 248  clean:
         done          done
   
 distclean: clean  distclean: clean
         -@for i in OpenMath asir2000 gc gmp gnuplot kan96xx kxx ox_math \          -@for i in OpenMath asir2000 asir2018 gc gmp gnuplot kan96xx kxx ox_math \
                    ox_toolkit oxc pari phc phcpack tigers oxmgraph pcc \                     ox_toolkit oxc pari phc phcpack tigers oxmgraph pcc \
                    asir-doc k097 ox_cdd util; do \                     asir-doc k097 ox_cdd util; do \
                 (cd $$i; ${MAKE} distclean); \                  (cd $$i; ${MAKE} distclean); \

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.182

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