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

File: [local] / OpenXM / src / ox_pari / Makefile.am (download)

Revision 1.5, Mon Sep 26 14:50:40 2016 UTC (7 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.4: +4 -2 lines

Fixed the location of ox_pari.

## $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.5 2016/09/26 14:50:40 ohara Exp $

AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
DISTCLEANFILES     = .configure_done
LN_S = @LN_S@
LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
DEFS = @DEFS@
AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include

noinst_HEADERS = ox_pari.h

ox_paridir = ${prefix}/bin
ox_pari_PROGRAMS = ox_pari
ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c

install-exec-hook: 
	-@${MKDIR_P} ${libdir}/asir
	-@rm -f ${libdir}/asir/ox_pari
	(cd ${libdir}/asir && ${LN_S} ${bindir}/ox_pari${EXEEXT} ox_pari${EXEEXT} )