Mercurial > hg > libxtract
view examples/simpletest/Makefile.am @ 123:efb1c1ae2ba8
- reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtract_spectral_kurtosis() using correct maths
- removed xtract_spectral_average_deviation()
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 30 Mar 2011 10:51:39 +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