Mercurial > hg > js-dsp-test
annotate fft/fftw/fftw-3.3.4/rdft/scalar/Makefile.am @ 19:26056e866c29
Add FFTW to comparison table
author | Chris Cannam |
---|---|
date | Tue, 06 Oct 2015 13:08:39 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@19 | 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft |
Chris@19 | 2 SUBDIRS = r2cf r2cb r2r |
Chris@19 | 3 noinst_LTLIBRARIES = librdft_scalar.la |
Chris@19 | 4 |
Chris@19 | 5 librdft_scalar_la_SOURCES = hb.h r2cb.h r2cbIII.h hf.h hfb.c r2c.c \ |
Chris@19 | 6 r2cf.h r2cfII.h r2r.c r2r.h hc2c.c hc2cf.h hc2cb.h |
Chris@19 | 7 |