[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/Makefile.in between version 1.2 and 1.3

version 1.2, 2003/02/23 06:23:52 version 1.3, 2003/03/04 06:40:11
Line 13 
Line 13 
   
 @SET_MAKE@  @SET_MAKE@
   
 # $OpenXM: OpenXM_contrib2/asir2000/Makefile.in,v 1.1 2003/02/23 03:25:19 ohara Exp $  # $OpenXM: OpenXM_contrib2/asir2000/Makefile.in,v 1.2 2003/02/23 06:23:52 ohara Exp $
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
Line 570  install-exec-hook:
Line 570  install-exec-hook:
         ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \          ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
         ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \          ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
         ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})          ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
   
   install-libasir: libasir.a
           mkdir -p ${prefix}/lib
           ${INSTALL_DATA} libasir.a ${prefix}/lib/libasir${libasir_postfix}.a
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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