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

Diff for /OpenXM/src/Makefile between version 1.105 and 1.111

version 1.105, 2000/12/21 12:26:57 version 1.111, 2002/04/05 01:28:46
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.104 2000/12/21 09:25:23 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.110 2002/02/25 08:18:40 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-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 188  clean:
Line 188  clean:
         (cd asir-contrib ; make clean)          (cd asir-contrib ; make clean)
   
 distclean: clean  distclean: clean
         (cd $(BINDIR) ; make distclean)          (cd uuencoded ; make distclean)
         -(cd $(OPENXM_CONTRIB)/gmp ; make distclean)          -(cd $(OPENXM_CONTRIB)/gmp ; make distclean)
         (cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a)          (cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a)
         (cd asir2000 ; make distclean)          (cd asir2000 ; make distclean)
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 245  configure-asir:
Line 249  configure-asir:
         fi          fi
   
 configure-bin:  configure-bin:
         (cd $(BINDIR) ; make configure)          (cd uuencoded ; make configure)
   
 configure-gnuplot:  configure-gnuplot:
         -(cd gnuplot ; make configure)          -(cd gnuplot ; make configure)
Line 258  configure-kan96xx: configure-links
Line 262  configure-kan96xx: configure-links
 configure-kxx:  configure-kxx:
         ( cd kxx ; ./make-configure)          ( cd kxx ; ./make-configure)
   
 configure-links:  configure-links: configure-directory
         -@if [ ! -f ./.configure-links-done ] ; then \          -@if [ ! -f ./.configure-links-done ] ; then \
         rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp ; \          rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp ; \
         (cd $(LIBDIR) ; ln -f -s ../src/k097 k097) ; \          (cd $(LIBDIR) ; ln -f -s ../src/k097 k097) ; \
Line 271  configure-links:
Line 275  configure-links:
         touch ./.configure-links-done ;\          touch ./.configure-links-done ;\
         fi          fi
   
   configure-directory:
           -@if [ ! -d ../bin ] ; then \
           mkdir ../bin ; \
           fi
   
 configure-oxtoolkit: configure-include  configure-oxtoolkit: configure-include
         (cd ox_toolkit; ./make-configure)          (cd ox_toolkit; ./make-configure)
   
Line 308  post-install-correction-for-asir:
Line 317  post-install-correction-for-asir:
         (cd ../bin ; ln -s ./asir ox_asir)          (cd ../bin ; ln -s ./asir ox_asir)
         (cd ../lib/asir ; rm -f asir ; ln -s ../../bin/asir asir)          (cd ../lib/asir ; rm -f asir ; ln -s ../../bin/asir asir)
         (cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help)          (cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help)
           -(cd asir-doc ; make install-man-pages)
   
 install-all-asir-lib:  install-all-asir-lib:
         (cd asir2000 ; make install-lib-small)          (cd asir2000 ; make install-lib-small)

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.111

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