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

Diff for /OpenXM/src/Makefile between version 1.109 and 1.112

version 1.109, 2001/12/18 04:24:04 version 1.112, 2002/04/05 01:43:48
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.108 2001/08/21 00:47:17 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.111 2002/04/05 01:28:46 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 21  all-gc: 
Line 21  all-gc: 
 all-gmp: configure-gmp  all-gmp: configure-gmp
         (if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ;          (if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ;
   
 all-oxtoolkit: configure-oxtoolkit install-gmp install-gc install-kxx  all-oxtoolkit: configure-oxtoolkit install-gmp install-gc configure-util
         (cd ox_toolkit; make)          (cd ox_toolkit; make)
   
 all-oxc: configure-oxc install-oxtoolkit  all-oxc: configure-oxc install-oxtoolkit
Line 48  all-kxx: configure-kxx all-kan96xx
Line 48  all-kxx: configure-kxx all-kan96xx
         (cd kxx ; make all)          (cd kxx ; make all)
   
 all-openmath:  all-openmath:
         @if ../misc/which.pl -s javac ; then \          -@if ../misc/which.pl -s javac ; then \
                 (cd OpenMath ; make all) ; \                  (cd OpenMath ; make all) ; \
         else \          else \
                 echo -n "Warning: javac (java compiler) is not found " ; \                  echo -n "Warning: javac (java compiler) is not found " ; \
Line 124  install-kxx: all-kxx
Line 124  install-kxx: all-kxx
         (cd kxx ; make install)          (cd kxx ; make install)
   
 install-openmath: all-openmath  install-openmath: all-openmath
         @if ../misc/which.pl -s javac ; then \          -@if ../misc/which.pl -s javac ; then \
                 (cd OpenMath ; make install) ; \                  (cd OpenMath ; make install) ; \
         else \          else \
                 echo -n "Warning: javac (java compiler) is not found " ; \                  echo -n "Warning: javac (java compiler) is not found " ; \
Line 137  install-oxtoolkit: all-oxtoolkit
Line 137  install-oxtoolkit: all-oxtoolkit
 install-oxc: all-oxc  install-oxc: all-oxc
         (cd oxc; make install)          (cd oxc; make install)
   
 install-oxmath: all-oxmath install-kxx  install-oxmath: all-oxmath configure-util
         -@if test -x /usr/local/bin/math ; then \          -@if test -x /usr/local/bin/math ; then \
                 (cd ox_math ; make install) ; \                  (cd ox_math ; make install) ; \
         else \          else \
Line 205  distclean: clean
Line 205  distclean: clean
                $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \                 $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \
                $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp                 $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp
   
 configure: configure-links configure-include configure-bin configure-asir \  configure: configure-links configure-include configure-bin configure-util \
          configure-asir \
            configure-gnuplot \             configure-gnuplot \
            configure-k097 configure-kan96xx configure-kxx configure-oxmath \             configure-k097 configure-kan96xx configure-kxx configure-oxmath \
            configure-pari configure-gmp             configure-pari configure-gmp
   
   configure-util: configure-directory
           (cd util; make install)
   
 configure-include: configure-include-make-dir ../include/ox/cmotag.h ../include/ox/oxMessageTag.h ../include/ox/smCommand.h  configure-include: configure-include-make-dir ../include/ox/cmotag.h ../include/ox/oxMessageTag.h ../include/ox/smCommand.h
   
 configure-include-make-dir:  configure-include-make-dir:
Line 255  configure-k097: configure-links
Line 259  configure-k097: configure-links
 configure-kan96xx: configure-links  configure-kan96xx: configure-links
         (cd kan96xx ; make configure)          (cd kan96xx ; make configure)
   
 configure-kxx:  configure-kxx: configure-util
         ( cd kxx ; ./make-configure)          ( cd kxx ; ./make-configure)
   
 configure-links: configure-directory  configure-links: configure-directory

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.112

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