[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / fft

Annotation of OpenXM_contrib2/asir2000/fft/Imakefile, Revision 1.1

1.1     ! noro        1: /* $OpenXM: OpenXM/src/asir99/fft/Imakefile,v 1.1.1.1 1999/11/10 08:12:27 noro Exp $ */
        !             2: #include "../include/Risa.tmpl"
        !             3:
        !             4: SRCS = dft.c polmul.c fft_primes.c
        !             5: OBJS = dft.o polmul.o fft_primes.o
        !             6: NormalLibraryTarget(dft,$(OBJS))
        !             7: DependTarget()
        !             8:
        !             9: dft.o polmul.o: $(TOP)/include/Risa.tmpl

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