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

File: [local] / OpenXM_contrib2 / asir2000 / fft / Attic / Imakefile (download)

Revision 1.1, Fri Dec 3 07:39:08 1999 UTC (24 years, 6 months ago) by noro
Branch: MAIN

Initial revision

/* $OpenXM: OpenXM_contrib2/asir2000/fft/Imakefile,v 1.1 1999/12/03 07:39:08 noro Exp $ */
#include "../include/Risa.tmpl"

SRCS = dft.c polmul.c fft_primes.c
OBJS = dft.o polmul.o fft_primes.o
NormalLibraryTarget(dft,$(OBJS))
DependTarget()

dft.o polmul.o: $(TOP)/include/Risa.tmpl