view examples/simpletest/Makefile.am @ 98:ca40a0dc29d6

Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
author Jamie Bullock <jamie@postlude.co.uk>
date Sat, 06 Oct 2007 16:36:00 +0000
parents a9154a4599c2
children 4a85175004d9
line wrap: on
line source
MAINTAINERCLEANFILES = Makefile.in

noinst_PROGRAMS = simpletest
INCLUDES = -I$(top_srcdir)/src
simpletest_SOURCES = simpletest.c
simpletest_LDADD = ../../src/libxtract.la