[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.6 and 1.7

version 1.6, 2017/07/10 02:43:49 version 1.7, 2018/06/04 06:39:26
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.5 2016/09/26 14:50:40 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  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 DISTCLEANFILES     = .configure_done  DISTCLEANFILES     = .configure_done
Line 7  LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
Line 7  LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
 DEFS = @DEFS@  DEFS = @DEFS@
 AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include  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_paridir = ${prefix}/bin
 ox_pari_PROGRAMS = ox_pari  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:  install-exec-hook:
         -@${MKDIR_P} ${libdir}/asir          -@${MKDIR_P} ${libdir}/asir

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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