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

Diff for /OpenXM/src/Makefile between version 1.147 and 1.148

version 1.147, 2004/12/14 17:11:25 version 1.148, 2004/12/16 16:19:15
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.146 2004/12/07 15:26:41 ohara Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.147 2004/12/14 17:11:25 ohara Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib2=../../OpenXM_contrib2  OpenXM_contrib2=../../OpenXM_contrib2
Line 174  clean:
Line 174  clean:
         -@for i in OpenMath asir-contrib asir-doc asir2000 gc gmp gnuplot \          -@for i in OpenMath asir-contrib asir-doc asir2000 gc gmp gnuplot \
                    k097 kan96xx kxx ox_math ox_toolkit oxc pari phc tigers \                     k097 kan96xx kxx ox_math ox_toolkit oxc pari phc tigers \
                    util ${OpenXM_contrib2}/fep ; do \                     util ${OpenXM_contrib2}/fep ; do \
                 (cd $i; ${MAKE} clean); \                  (cd $$i; ${MAKE} clean); \
         done          done
   
 distclean: clean  distclean: clean
         -@for i in OpenMath asir2000 gc gmp gnuplot kan96xx kxx ox_math \          -@for i in OpenMath asir2000 gc gmp gnuplot kan96xx kxx ox_math \
                    ox_toolkit oxc pari phc tigers uuencoded ; do \                     ox_toolkit oxc pari phc tigers uuencoded ; 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)
         -(cd ${LIBDIR} && rm -rf k097 sm1)          -(cd ${LIBDIR} && rm -rf k097 sm1)
Line 257  install-for-debug:
Line 257  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 .)
   
   fetch:
           -@for i in gc gmp gnuplot pari tigers; do \
                   (cd $$i && ${MAKE} fetch); \
           done

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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