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

Diff for /OpenXM_contrib2/asir2000/plot/Makefile.am between version 1.3 and 1.4

version 1.3, 2003/03/20 07:34:13 version 1.4, 2009/02/13 13:21:20
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.2 2003/03/12 08:22:55 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.3 2003/03/20 07:34:13 ohara Exp $
   
 asirdir  = ${prefix}/lib/asir  asirdir  = ${prefix}/lib/asir
 DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"  DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
 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@ @MPIINC@ @X_CFLAGS@             @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 \
                     ox_plot_xevent.c smoothing.c                      ox_plot_xevent.c smoothing.c

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

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