Annotation of OpenXM_contrib2/asir2000/engine/Makefile.am, Revision 1.8
1.8 ! saito 1: ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.7 2004/12/02 08:22:19 noro 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 \
7: @PARIINC@ @MPIINC@ @X_CFLAGS@
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.8 ! saito 15: C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.c
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>