[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.1.1 (vendor branch), Fri Dec 3 07:39:08 1999 UTC (24 years, 6 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines

Imported asir2000 as OpenXM_contrib2/asir2000.

/* $OpenXM: OpenXM_contrib2/asir2000/fft/Imakefile,v 1.1.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