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

Diff for /OpenXM/src/util/Makefile.in between version 1.5 and 1.6

version 1.5, 2006/03/04 07:48:12 version 1.6, 2006/10/13 11:51:25
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/util/Makefile.in,v 1.4 2005/04/04 12:38:32 takayama Exp $  # $OpenXM: OpenXM/src/util/Makefile.in,v 1.5 2006/03/04 07:48:12 takayama Exp $
 #OpenXM_ROOT=../../../OpenXM  #OpenXM_ROOT=../../../OpenXM
 prefix=@prefix@  prefix=@prefix@
 exec_prefix=@exec_prefix@  exec_prefix=@exec_prefix@
Line 35  test: ox_pathfinder.o test.o
Line 35  test: ox_pathfinder.o test.o
   
 install: all  install: all
         @if [ ! -f ./.install_done ] ; then \          @if [ ! -f ./.install_done ] ; then \
         echo "Installing oxweave, oxreplace, oxgentexi, oxgreph, libox_pathfinder.a, ox_pathfinder.h oxfetch.sh" ; \          echo "Installing oxweave, oxreplace, oxgentexi, oxgreph, libox_pathfinder.a, ox_pathfinder.h oxfetch.sh md5.sh" ; \
         install -c lndir.sh oxfetch.sh ${bindir} ; \          install -c lndir.sh oxfetch.sh md5.sh ${bindir} ; \
         install -c -s oxweave oxreplace oxgentexi oxgreph ${bindir} ; \          install -c -s oxweave oxreplace oxgentexi oxgreph ${bindir} ; \
         install -c -s oxweave ${prefix}/src/kxx ; \          install -c -s oxweave ${prefix}/src/kxx ; \
         install -c libox_pathfinder.a ${libdir}  ; \          install -c libox_pathfinder.a ${libdir}  ; \

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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