Annotation of OpenXM_contrib2/asir2000/fft/Imakefile, Revision 1.2
1.2 ! noro 1: /*
! 2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
! 3: * All rights reserved.
! 4: *
! 5: * $OpenXM: OpenXM_contrib2/asir2000/fft/Imakefile,v 1.1.1.1 1999/12/03 07:39:08 noro Exp $
! 6: */
1.1 noro 7: #include "../include/Risa.tmpl"
8:
9: SRCS = dft.c polmul.c fft_primes.c
10: OBJS = dft.o polmul.o fft_primes.o
11: NormalLibraryTarget(dft,$(OBJS))
12: DependTarget()
13:
14: dft.o polmul.o: $(TOP)/include/Risa.tmpl
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>