Mercurial > hg > batch-feature-extraction-tool
comparison Lib/fftw-3.2.1/rdft/scalar/Makefile.am @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25bf17994ef1 |
---|---|
1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft | |
2 SUBDIRS = r2cf r2cb r2r | |
3 noinst_LTLIBRARIES = librdft_scalar.la | |
4 | |
5 librdft_scalar_la_SOURCES = hb.h r2cb.h r2cbIII.h hf.h hfb.c r2c.c \ | |
6 r2cf.h r2cfII.h r2r.c r2r.h hc2c.c hc2cf.h hc2cb.h | |
7 |