view examples/Makefile.am @ 149:0881cd514c9c

add option to explicitly specify Ooura library at configure time
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 09 Jan 2013 20:15:50 +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)