Mercurial > hg > js-dsp-test
annotate fft/fftw/fftw-3.3.4/rdft/scalar/Makefile.am @ 39:c1ec7564ccac
Upstream COPYING file
author | Chris Cannam |
---|---|
date | Wed, 11 May 2016 09:43:00 +0100 |
parents | 26056e866c29 |
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 |