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

Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.am, Revision 1.8

1.8     ! ohara       1: ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.7 2003/12/02 03:24:24 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.8     ! ohara      15:                     batch.c sha1.c user.c round.c iarray.c

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