[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Annotation of OpenXM_contrib2/asir2000/engine/Makefile.am, Revision 1.12

1.12    ! ohara       1: ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.11 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.12    ! 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.11      noro        7:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara       8: noinst_LIBRARIES = libca.a
                      9: libca_a_SOURCES  = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                     10:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                     11:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                     12:   gf2n.c gfpn.c gfs.c gfspn.c \
                     13:   PU.c PUM.c R.c RU.c F.c  \
                     14:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.10      noro       15:   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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>