Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/cell/.svn/text-base/Makefile.am.svn-base @ 11:be889912d38e
Updates feature name index
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Fri, 14 Aug 2015 18:33:45 +0100 |
parents | 25bf17994ef1 |
children |
line wrap: on
line source
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \ -I$(top_srcdir)/simd noinst_LTLIBRARIES = libcell.la EXTRA_DIST=spufftw-embed.S if HAVE_CELL SUBDIRS=spu SPU_STUB=spufftw-embed.lo endif if SINGLE PLANS=plans-single.c else PLANS=plans-double.c endif libcell_la_SOURCES = cell.c conf.c copy.c dft-direct-cell.c \ transpose.c $(PLANS) fftw-cell.h libcell_la_LIBADD = $(SPU_STUB) spufftw-embed.lo: spufftw-embed.S spu/spufftw $(LTCOMPILE) -c -x assembler-with-cpp -o $@ $<