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

Annotation of OpenXM_contrib2/asir2018/fft/Makefile.am, Revision 1.1

1.1     ! noro        1: ## $OpenXM$
        !             2:
        !             3: asirdir  = ${prefix}/lib/asir
        !             4: DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
        !             5: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
        !             6:            -I${top_srcdir}/gc/include \
        !             7:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
        !             8: noinst_LIBRARIES = libdft.a
        !             9: libdft_a_SOURCES = dft.c polmul.c fft_primes.c

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