view examples/Makefile.am @ 120:d9c5cd78abaa

- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bit
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 03 Feb 2010 22:35:13 +0000
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)