#! /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'
# 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)
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')