wscript: update TODO, remove pd stuff
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 15:34:30 +0000 (16:34 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 15:34:30 +0000 (16:34 +0100)
wscript

diff --git a/wscript b/wscript
index 8fa2ccffcbb1b45abde14c34efc7ef7da8e6ea38..18f3fdcde142781713f948b136f382dc58275486 100644 (file)
--- 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')