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

Diff for /OpenXM/src/ox_pari/Makefile.in between version 1.2 and 1.3

version 1.2, 2016/09/22 17:12:51 version 1.3, 2016/09/23 02:54:48
Line 14 
Line 14 
   
 @SET_MAKE@  @SET_MAKE@
   
 # $OpenXM: OpenXM/src/ox_pari/Makefile.in,v 1.1 2016/09/22 10:20:30 ohara Exp $  # $OpenXM: OpenXM/src/ox_pari/Makefile.in,v 1.2 2016/09/22 17:12:51 ohara Exp $
   
   
 VPATH = @srcdir@  VPATH = @srcdir@
Line 287  top_srcdir = @top_srcdir@
Line 287  top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 DISTCLEANFILES = .configure_done  DISTCLEANFILES = .configure_done
 AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include  AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
 noinst_HEADERS = ox_pari.h mysig.h  noinst_HEADERS = ox_pari.h
 ox_paridir = ${prefix}/bin  ox_paridir = ${prefix}/bin
 ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c  ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
 all: all-am  all: all-am

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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