=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/Makefile.am,v retrieving revision 1.2 retrieving revision 1.12 diff -u -p -r1.2 -r1.12 --- OpenXM_contrib2/asir2000/builtin/Makefile.am 2003/03/07 03:12:23 1.2 +++ OpenXM_contrib2/asir2000/builtin/Makefile.am 2015/08/04 06:46:29 1.12 @@ -1,14 +1,15 @@ -# $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.1 2003/02/23 03:05:36 ohara Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.11 2015/08/04 06:20:44 noro Exp $ -DEFS = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\" -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ +asirdir = ${prefix}/lib/asir +DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" +AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ -I${top_srcdir}/gc/include \ - @PARIINC@ @MPIINC@ @X_CFLAGS@ + -I${prefix}/include @PARIINC@ @X_CFLAGS@ noinst_LIBRARIES = libfunc.a libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \ fctr.c file.c help.c int.c list.c miscf.c \ parif.c poly.c pdiv.c print.c pf.c \ - rat.c reduct.c result.c itvnum.c mattran.c \ + rat.c reduct.c result.c itvnum.c mattran.c isolv.c \ strobj.c subst.c time.c type.c var.c compobj.c \ gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \ - batch.c sha1.c user.c mattran.c + batch.c sha1.c user.c round.c iarray.c bfaux.c