Annotation of OpenXM_contrib2/asir2000/plot/Makefile.am, Revision 1.6
1.6 ! ohara 1: ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.5 2013/12/20 03:46:13 noro Exp $
1.1 ohara 2:
1.3 ohara 3: asirdir = ${prefix}/lib/asir
4: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.6 ! ohara 5: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1 ohara 6: -I${top_srcdir}/gc/include \
1.5 noro 7: -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1 ohara 8: noinst_LIBRARIES = libplot.a
9: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
10: ox_plot_xevent.c smoothing.c
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>