[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.1

1.1     ! ohara       1: # $OpenXM$
        !             2:
        !             3: DEFS     = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
        !             4: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
        !             5:            -I${top_srcdir}/gc/include \
        !             6:            @PARIINC@ @MPIINC@ @X_CFLAGS@
        !             7: noinst_LIBRARIES  = libfunc.a
        !             8: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
        !             9:                     fctr.c file.c help.c int.c list.c miscf.c \
        !            10:                     parif.c poly.c pdiv.c print.c pf.c \
        !            11:                     rat.c reduct.c result.c itvnum.c mattran.c \
        !            12:                     strobj.c subst.c time.c type.c var.c compobj.c \
        !            13:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
        !            14:                     batch.c sha1.c user.c

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