=================================================================== RCS file: /home/cvs/OpenXM/src/ox_pari/Makefile.am,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- OpenXM/src/ox_pari/Makefile.am 2016/09/26 13:05:17 1.4 +++ OpenXM/src/ox_pari/Makefile.am 2018/06/04 06:39:26 1.7 @@ -1,4 +1,4 @@ -## $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.6 2017/07/10 02:43:49 noro Exp $ AUTOMAKE_OPTIONS = foreign no-dependencies 1.5 DISTCLEANFILES = .configure_done @@ -7,11 +7,13 @@ LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm DEFS = @DEFS@ AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include -noinst_HEADERS = ox_pari.h +noinst_HEADERS = ox_pari.h mysig.h ox_paridir = ${prefix}/bin 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 mysig.c 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} ../../bin/ox_pari${EXEEXT} ox_pari${EXEEXT} )