[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/Makefile.in between version 1.15 and 1.19

version 1.15, 2012/05/07 13:26:17 version 1.19, 2015/08/04 06:20:45
Line 191  top_srcdir = @top_srcdir@
Line 191  top_srcdir = @top_srcdir@
 asirdir = ${prefix}/lib/asir  asirdir = ${prefix}/lib/asir
 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
            -I${top_srcdir}/gc/include \             -I${top_srcdir}/gc/include \
            @PARIINC@ @X_CFLAGS@             -I${prefix}/include @PARIINC@ @X_CFLAGS@
   
 noinst_LIBRARIES = libplot.a  noinst_LIBRARIES = libplot.a
 libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \  libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.19

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