Mercurial > hg > libxtract
annotate examples/Makefile.am @ 244:8c768f32a6a8
Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 06 Jun 2014 09:55:01 +0100 |
parents | ee2e1acbf2a8 |
children |
rev | line source |
---|---|
jamie@75 | 1 MAINTAINERCLEANFILES = Makefile.in |
jamie@75 | 2 |
jamie@17 | 3 if BUILD_PD_EXAMPLE |
jamie@29 | 4 PUREDATA_DIR = puredata |
jamie@17 | 5 endif |
jamie@17 | 6 |
jamie@29 | 7 if BUILD_SIMPLETEST |
jamie@29 | 8 SIMPLETEST_DIR = simpletest |
jamie@29 | 9 endif |
jamie@29 | 10 |
jamie@29 | 11 SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR) |