Annotation of OpenXM_contrib2/asir2000/plot/Makefile.am, Revision 1.5
1.5 ! noro 1: ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $
1.1 ohara 2:
1.3 ohara 3: asirdir = ${prefix}/lib/asir
4: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 5: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
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>