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

Diff for /OpenXM/src/Makefile between version 1.118 and 1.119

version 1.118, 2003/06/02 20:26:58 version 1.119, 2003/06/26 08:59:12
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.117 2003/05/17 08:24:56 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.118 2003/06/02 20:26:58 ohara Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 99  install-gc : all-gc
Line 99  install-gc : all-gc
                 cp gc/include/gc.h gc/include/gc_cpp.h ../include/gc ; \                  cp gc/include/gc.h gc/include/gc_cpp.h ../include/gc ; \
         fi          fi
         @touch gc/.gc_installed          @touch gc/.gc_installed
   
   install-asir-gc : configure-asir
           @if test ! -f gc/.asir-gc_installed ; \
           then \
                   if test ! -d ../lib ; then mkdir ../lib ; fi ; \
                   (cd asir2000 ; make install-libasir-gc) ; \
                   rm -f ../lib/libgc.a ; \
                   ln -s ../lib/libasir-gc.a ../lib/libgc.a ; \
                   echo "libasir-gc.a (modifed for asir) is installed as libgc.a instead of libgc.a" ; \
                   touch gc/.asir-gc_installed ; \
           fi
   
   
 install-gmp : all-gmp  install-gmp : all-gmp

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

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