version 1.7, 2003/12/02 03:24:24 |
version 1.11, 2015/08/04 06:20:44 |
|
|
## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.6 2003/10/21 00:52:50 noro Exp $ |
## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.10 2013/12/20 03:46:13 noro Exp $ |
|
|
asirdir = ${prefix}/lib/asir |
asirdir = ${prefix}/lib/asir |
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" |
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
-I${top_srcdir}/gc/include \ |
-I${top_srcdir}/gc/include \ |
@PARIINC@ @MPIINC@ @X_CFLAGS@ |
-I${prefix}/include @PARIINC@ @X_CFLAGS@ |
noinst_LIBRARIES = libfunc.a |
noinst_LIBRARIES = libfunc.a |
libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \ |
libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \ |
fctr.c file.c help.c int.c list.c miscf.c \ |
fctr.c file.c help.c int.c list.c miscf.c \ |
Line 12 libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c |
|
Line 12 libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c |
|
rat.c reduct.c result.c itvnum.c mattran.c isolv.c \ |
rat.c reduct.c result.c itvnum.c mattran.c isolv.c \ |
strobj.c subst.c time.c type.c var.c compobj.c \ |
strobj.c subst.c time.c type.c var.c compobj.c \ |
gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \ |
gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \ |
batch.c sha1.c user.c round.c |
batch.c sha1.c user.c round.c iarray.c bfaux.c |