Changeset ee36175
- Timestamp:
- Nov 5, 2009, 4:34:30 PM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- da92730
- Parents:
- 36b5f94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r36b5f94 ree36175 1 1 #! /usr/bin/python 2 2 # 3 # TODO 4 # - plugins/puredata: add pd compilation 5 # - java: add swig compilation 6 # - doc: add docbook2html and doxygen 3 # - doc: add doxygen 7 4 # - tests: move to new unit test system 8 5 … … 122 119 conf.write_config_header('src/config.h') 123 120 124 # check for puredata header125 conf.check(header_name='m_pd.h')126 127 121 # add some defines used in examples 128 122 conf.define('AUBIO_PREFIX', conf.env['PREFIX']) … … 164 158 bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1')) 165 159 166 if bld.env['HAVE_M_PD_H']:167 bld.add_subdirs('plugins/puredata')168 169 160 # install woodblock sound 170 161 bld.install_files('${PREFIX}/share/sounds/aubio/',
Note: See TracChangeset
for help on using the changeset viewer.