Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.am, Revision 1.7
1.7 ! noro 1: ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.6 2003/10/21 00:52:50 noro Exp $
1.1 ohara 2:
1.4 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 = libfunc.a
9: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
10: fctr.c file.c help.c int.c list.c miscf.c \
11: parif.c poly.c pdiv.c print.c pf.c \
1.5 saito 12: rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1 ohara 13: strobj.c subst.c time.c type.c var.c compobj.c \
14: gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.7 ! noro 15: batch.c sha1.c user.c round.c
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>