=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Makefile.am,v retrieving revision 1.7 retrieving revision 1.12 diff -u -p -r1.7 -r1.12 --- OpenXM_contrib2/asir2000/engine/Makefile.am 2004/12/02 08:22:19 1.7 +++ OpenXM_contrib2/asir2000/engine/Makefile.am 2015/08/04 06:46:29 1.12 @@ -1,10 +1,10 @@ -## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.6 2004/09/29 08:50:23 noro Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.11 2013/12/20 03:46:13 noro Exp $ asirdir = ${prefix}/lib/asir DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ +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 = libca.a libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \ N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \ @@ -12,4 +12,4 @@ libca_a_SOURCES = init.c mat.c vect.c str.c dist.c di gf2n.c gfpn.c gfs.c gfspn.c \ PU.c PUM.c R.c RU.c F.c \ D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \ - C.c A.c alg.c p-itv.c f-itv.c d-itv.c pari-mp.c nd.c ndbug.c Z.c dalg.c + C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.c gmpq.c