[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.2, Tue Aug 22 01:30:24 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.1: +6 -1 lines

Added a short copyright notice to Imakefiles.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/fft/Imakefile,v 1.2 2000/08/22 01:30:24 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