view examples/Makefile.am @ 184:95af6c8dc7f2

Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xtract_smoothness() where *result was uninitialised but used in calculation.
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 08 Jul 2013 10:14:42 +0100
parents ee2e1acbf2a8
children
line wrap: on
line source
MAINTAINERCLEANFILES = Makefile.in 

if BUILD_PD_EXAMPLE 
PUREDATA_DIR = puredata
endif

if BUILD_SIMPLETEST
SIMPLETEST_DIR = simpletest
endif

SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR)