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

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

version 1.182, 2019/03/29 04:54:39 version 1.183, 2019/03/29 08:07:32
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.181 2019/03/27 05:06:51 noro Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.182 2019/03/29 04:54:39 ohara Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib2=../../OpenXM_contrib2  OpenXM_contrib2=../../OpenXM_contrib2
Line 250  clean:
Line 250  clean:
 distclean: clean  distclean: clean
         -@for i in OpenMath asir2000 asir2018 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 mpc mpfr; do \
                 (cd $$i; ${MAKE} distclean); \                  (cd $$i; ${MAKE} distclean); \
         done          done
         -(cd ${BINDIR} && rm -f  d0 k0 ox ox_sm1 oxlog oxweave sm1)          -(cd ${BINDIR} && rm -f  d0 k0 ox ox_sm1 oxlog oxweave sm1)

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

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