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

Diff for /OpenXM/src/ox_pari/Makefile.am between version 1.4 and 1.5

version 1.4, 2016/09/26 13:05:17 version 1.5, 2016/09/26 14:50:40
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.3 2016/09/23 02:54:48 ohara Exp $  ## $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.4 2016/09/26 13:05:17 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 DISTCLEANFILES     = .configure_done  DISTCLEANFILES     = .configure_done
Line 14  ox_pari_PROGRAMS = ox_pari
Line 14  ox_pari_PROGRAMS = ox_pari
 ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c  ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
   
 install-exec-hook:  install-exec-hook:
         (cd ${libdir} && ${LN_S} -f ${bindir}/ox_pari${EXEEXT} ox_pari${EXEEXT} )          -@${MKDIR_P} ${libdir}/asir
           -@rm -f ${libdir}/asir/ox_pari
           (cd ${libdir}/asir && ${LN_S} ${bindir}/ox_pari${EXEEXT} ox_pari${EXEEXT} )

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

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