version 1.3, 2003/03/20 07:34:13 |
version 1.5, 2013/12/20 03:46:13 |
|
|
## $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.4 2009/02/13 13:21:20 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@ |
-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 \ |
ox_plot_xevent.c smoothing.c |
ox_plot_xevent.c smoothing.c |