From: Paul Brossier Date: Thu, 5 Nov 2009 15:34:30 +0000 (+0100) Subject: wscript: update TODO, remove pd stuff X-Git-Tag: 0.4.0-beta1~564 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ee36175895f9e0064fe44d286b51ce985cc8960f;p=aubio.git wscript: update TODO, remove pd stuff --- diff --git a/wscript b/wscript index 8fa2ccff..18f3fdcd 100644 --- a/wscript +++ b/wscript @@ -1,9 +1,6 @@ #! /usr/bin/python # -# TODO -# - plugins/puredata: add pd compilation -# - java: add swig compilation -# - doc: add docbook2html and doxygen +# - doc: add doxygen # - tests: move to new unit test system APPNAME = 'aubio' @@ -121,9 +118,6 @@ def configure(conf): # write configuration header conf.write_config_header('src/config.h') - # check for puredata header - conf.check(header_name='m_pd.h') - # add some defines used in examples conf.define('AUBIO_PREFIX', conf.env['PREFIX']) conf.define('PACKAGE', APPNAME) @@ -163,9 +157,6 @@ def build(bld): source=bld.path.ant_glob('doc/*.sgml')) bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1')) - if bld.env['HAVE_M_PD_H']: - bld.add_subdirs('plugins/puredata') - # install woodblock sound bld.install_files('${PREFIX}/share/sounds/aubio/', 'sounds/woodblock.aiff')