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

Annotation of OpenXM/src/ox_pari/Makefile.am, Revision 1.6

1.6     ! noro        1: ## $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.5 2016/09/26 14:50:40 ohara Exp $
1.1       ohara       2:
                      3: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
                      4: DISTCLEANFILES     = .configure_done
1.4       ohara       5: LN_S = @LN_S@
1.2       ohara       6: LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
1.1       ohara       7: DEFS = @DEFS@
                      8: AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
                      9:
1.3       ohara      10: noinst_HEADERS = ox_pari.h
1.1       ohara      11:
                     12: ox_paridir = ${prefix}/bin
                     13: ox_pari_PROGRAMS = ox_pari
                     14: ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
                     15:
1.4       ohara      16: install-exec-hook:
1.5       ohara      17:        -@${MKDIR_P} ${libdir}/asir
                     18:        -@rm -f ${libdir}/asir/ox_pari
1.6     ! noro       19:        (cd ${libdir}/asir && ${LN_S} ../../bin/ox_pari${EXEEXT} ox_pari${EXEEXT} )

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