aubio 3+4 compat
[ardour.git] / libs / ardour / wscript
1 #!/usr/bin/env python
2 from waflib.extras import autowaf as autowaf
3 from waflib import Options
4 import os
5 import re
6 import subprocess
7 import sys
8
9 # default state file version for this build
10 CURRENT_SESSION_FILE_VERSION = 3001
11
12 # Variables for 'waf dist'
13 APPNAME = 'libardour3'
14 I18N_PACKAGE = 'ardour3'
15
16 # Mandatory variables
17 top = '.'
18 out = 'build'
19
20 path_prefix = 'libs/ardour/'
21
22 libardour_sources = [
23         'amp.cc',
24         'analyser.cc',
25         'async_midi_port.cc',
26         'audio_buffer.cc',
27         'audio_diskstream.cc',
28         'audio_library.cc',
29         'audio_playlist.cc',
30         'audio_playlist_importer.cc',
31         'audio_playlist_source.cc',
32         'audio_port.cc',
33         'audio_region_importer.cc',
34         'audio_track.cc',
35         'audio_track_importer.cc',
36         'audioanalyser.cc',
37         'audioengine.cc',
38         'audiofile_tagger.cc',
39         'audiofilesource.cc',
40         'audioregion.cc',
41         'audiosource.cc',
42         'auditioner.cc',
43         'automatable.cc',
44         'automation.cc',
45         'automation_control.cc',
46         'automation_list.cc',
47         'automation_watch.cc',
48         'backend_search_path.cc',
49         'beats_frames_converter.cc',
50         'broadcast_info.cc',
51         'buffer.cc',
52         'buffer_manager.cc',
53         'buffer_set.cc',
54         'bundle.cc',
55         'butler.cc',
56         'capturing_processor.cc',
57         'chan_count.cc',
58         'chan_mapping.cc',
59         'configuration.cc',
60         'config_text.cc',
61         'control_protocol_manager.cc',
62         'control_protocol_search_path.cc',
63         'cycle_timer.cc',
64         'data_type.cc',
65         'default_click.cc',
66         'debug.cc',
67         'delivery.cc',
68         'directory_names.cc',
69         'diskstream.cc',
70         'element_import_handler.cc',
71         'element_importer.cc',
72         'engine_slave.cc',
73         'enums.cc',
74         'event_type_map.cc',
75         'export_channel.cc',
76         'export_channel_configuration.cc',
77         'export_failed.cc',
78         'export_filename.cc',
79         'export_format_base.cc',
80         'export_format_manager.cc',
81         'export_format_specification.cc',
82         'export_formats.cc',
83         'export_formats_search_path.cc',
84         'export_graph_builder.cc',
85         'export_handler.cc',
86         'export_preset.cc',
87         'export_profile_manager.cc',
88         'export_status.cc',
89         'export_timespan.cc',
90         'file_source.cc',
91         'filename_extensions.cc',
92         'filesystem_paths.cc',
93         'filter.cc',
94         'find_session.cc',
95         'globals.cc',
96         'graph.cc',
97         'graphnode.cc',
98         'iec1ppmdsp.cc',
99         'iec2ppmdsp.cc',
100         'import.cc',
101         'instrument_info.cc',
102         'internal_return.cc',
103         'internal_send.cc',
104         'interpolation.cc',
105         'io.cc',
106         'io_processor.cc',
107         'kmeterdsp.cc',
108         'ladspa_plugin.cc',
109         'location.cc',
110         'location_importer.cc',
111         'ltc_slave.cc',
112         'lv2_bundled_search_path.cc',
113         'meter.cc',
114         'midi_automation_list_binder.cc',
115         'midi_buffer.cc',
116         'midi_clock_slave.cc',
117         'midi_diskstream.cc',
118         'midi_model.cc',
119         'midi_patch_manager.cc',
120         'midi_patch_search_path.cc',
121         'midi_playlist.cc',
122         'midi_playlist_source.cc',
123         'midi_port.cc',
124         'midi_region.cc',
125         'midi_ring_buffer.cc',
126         'midi_source.cc',
127         'midi_state_tracker.cc',
128         'midi_stretch.cc',
129         'midi_track.cc',
130         'midi_ui.cc',
131         'midiport_manager.cc',
132         'mix.cc',
133         'monitor_processor.cc',
134         'mtc_slave.cc',
135         'mtdm.cc',
136         'mute_master.cc',
137         'onset_detector.cc',
138         'operations.cc',
139         'pan_controllable.cc',
140         'pannable.cc',
141         'panner.cc',
142         'panner_manager.cc',
143         'panner_search_path.cc',
144         'panner_shell.cc',
145         'pcm_utils.cc',
146         'pi_controller.cc',
147         'playlist.cc',
148         'playlist_factory.cc',
149         'playlist_source.cc',
150         'plugin.cc',
151         'plugin_insert.cc',
152         'plugin_manager.cc',
153         'port.cc',
154         'port_insert.cc',
155         'port_manager.cc',
156         'port_set.cc',
157         'process_thread.cc',
158         'processor.cc',
159         'progress.cc',
160         'quantize.cc',
161         'rc_configuration.cc',
162         'recent_sessions.cc',
163         'region_factory.cc',
164         'resampled_source.cc',
165         'region.cc',
166         'return.cc',
167         'reverse.cc',
168         'route.cc',
169         'route_graph.cc',
170         'route_group.cc',
171         'route_group_member.cc',
172         'rb_effect.cc',
173         'send.cc',
174         'session.cc',
175         'session_butler.cc',
176         'session_click.cc',
177         'session_command.cc',
178         'session_configuration.cc',
179         'session_directory.cc',
180         'session_events.cc',
181         'session_export.cc',
182         'session_handle.cc',
183         'session_ltc.cc',
184         'session_metadata.cc',
185         'session_midi.cc',
186         'session_object.cc',
187         'session_playlists.cc',
188         'session_process.cc',
189         'session_rtevents.cc',
190         'session_state.cc',
191         'session_state_utils.cc',
192         'session_time.cc',
193         'session_transport.cc',
194         'slave.cc',
195         'smf_source.cc',
196         'sndfile_helpers.cc',
197         'sndfileimportable.cc',
198         'sndfilesource.cc',
199         'source.cc',
200         'source_factory.cc',
201         'speakers.cc',
202         'strip_silence.cc',
203         'revision.cc',
204         'tape_file_matcher.cc',
205         'template_utils.cc',
206         'tempo.cc',
207         'tempo_map_importer.cc',
208         'thread_buffers.cc',
209         'ticker.cc',
210         'track.cc',
211         'transient_detector.cc',
212         'unknown_processor.cc',
213         'user_bundle.cc',
214         'utils.cc',
215         'version.cc',
216         'vumeterdsp.cc',
217         'worker.cc'
218 ]
219
220 def flac_supported():
221     cmd = subprocess.Popen ("sndfile-info testfile.flac",
222                             stdout = subprocess.PIPE,
223                             stderr = subprocess.STDOUT, shell = True)
224     out = cmd.communicate()[0].decode('utf-8');
225     return re.search ('unknown format', out) == None
226
227 def ogg_supported():
228     cmd = subprocess.Popen ("sndfile-info testfile.ogg",
229                             stdout = subprocess.PIPE,
230                             stderr = subprocess.STDOUT, shell = True)
231     out = cmd.communicate()[0].decode('utf-8');
232     return re.search ('unknown format', out) == None
233
234 def options(opt):
235     autowaf.set_options(opt)
236
237 def configure(conf):
238     conf.load('compiler_cxx')
239     conf.load('gas')
240     # we don't use hard-coded micro versions with ardour, so hard code it to zero
241     autowaf.build_version_files(
242         path_prefix + 'ardour/version.h',
243         path_prefix + 'version.cc',
244         'libardour3', conf.env['MAJOR'], conf.env['MINOR'], 0)
245     autowaf.configure(conf)
246     autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO',
247                       atleast_version='0.3.2')
248     autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO4',
249                       atleast_version='0.4.0', mandatory=False)
250     autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
251     autowaf.check_pkg(conf, 'lrdf', uselib_store='LRDF',
252                       atleast_version='0.4.0')
253     autowaf.check_pkg(conf, 'samplerate', uselib_store='SAMPLERATE',
254                       atleast_version='0.1.0')
255     autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP',
256                       atleast_version='2.0')
257
258     if re.search ("linux", sys.platform) != None:
259         autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
260
261     if Options.options.lv2:
262         autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
263                           atleast_version='1.0.0', mandatory=True)
264         autowaf.check_pkg(conf, 'lv2', uselib_store='NEW_LV2',
265                           atleast_version='1.0.15', mandatory=False)
266         autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
267                           atleast_version='0.14.0', mandatory=True)
268         autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
269                           atleast_version='0.8.0', mandatory=True)
270         autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',
271                           atleast_version='0.2.0', mandatory=True)
272         autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
273                           atleast_version='0.14.0', mandatory=True)
274         autowaf.check_pkg(conf, 'lilv-0', uselib_store='NEW_LILV',
275                           atleast_version='0.15.0', mandatory=False)
276         autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
277                           atleast_version='0.6.0', mandatory=False)
278         conf.define ('LV2_SUPPORT', 1)
279
280 #    autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
281 #                      mandatory=False)
282     autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',
283                       atleast_version='1.12.0', mandatory=False)
284     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
285     autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
286                       atleast_version='1.2.1')
287     autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL',
288                       atleast_version='7.0.0')
289
290     # we don't try to detect this, since its part of our source tree
291
292     conf.define('HAVE_RUBBERBAND', 1) # controls whether we think we have it
293     conf.define('USE_RUBBERBAND', 1)  # controls whether we actually use it
294
295     conf.define('CURRENT_SESSION_FILE_VERSION', CURRENT_SESSION_FILE_VERSION)
296
297     conf.check(header_name='sys/vfs.h', define_name='HAVE_SYS_VFS_H',mandatory=False)
298     conf.check(header_name='sys/statvfs.h', define_name='HAVE_SYS_STATVFS_H',mandatory=False)
299
300     conf.check(header_name='unistd.h', define_name='HAVE_UNISTD',mandatory=False)
301
302     if flac_supported():
303         conf.define ('HAVE_FLAC', 1)
304     if ogg_supported():
305         conf.define ('HAVE_OGG', 1)
306
307     conf.write_config_header('libardour-config.h', remove=False)
308
309     # Boost headers
310     autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
311     autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
312     autowaf.check_header(conf, 'cxx', 'boost/scoped_ptr.hpp')
313     autowaf.check_header(conf, 'cxx', 'boost/ptr_container/ptr_list.hpp')
314
315
316 def build(bld):
317     # Library version (UNIX style major, minor, micro)
318     # major increment <=> incompatible changes
319     # minor increment <=> compatible changes (additions)
320     # micro increment <=> no interface changes
321     LIBARDOUR_LIB_VERSION = "3.0.0."
322
323     # Library
324     if bld.is_defined ('INTERNAL_SHARED_LIBS'):
325         obj              = bld.shlib(features = 'c cxx cshlib cxxshlib', source=libardour_sources)
326     else:
327         obj              = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
328         obj.cxxflags     = [ '-fPIC' ]
329         obj.cflags       = [ '-fPIC' ]
330
331     obj.export_includes = ['.']
332     obj.includes     = ['.', '../surfaces/control_protocol', '..']
333     obj.name         = 'ardour'
334     obj.target       = 'ardour'
335     obj.uselib       = ['GLIBMM','GTHREAD','AUBIO','SIGCPP','XML','UUID',
336                         'SNDFILE','SAMPLERATE','LRDF','AUDIOUNITS',
337                         'OSX','BOOST','CURL','DL']
338     obj.use          = ['libpbd','libmidipp','libevoral','libvampplugin',
339                         'libaudiographer','libltc','libtimecode']
340     if bld.is_defined('USE_EXTERNAL_LIBS'):
341         obj.uselib.extend(['RUBBERBAND', 'TAGLIB', 'LIBLTC', 'VAMPSDK',
342                            'VAMPHOSTSDK'])
343     else:
344         obj.use.extend(['libltc', 'librubberband', 'libtaglib', 'libvamphost'])
345
346     obj.vnum         = LIBARDOUR_LIB_VERSION
347     obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
348     obj.defines      = [
349         'PACKAGE="' + I18N_PACKAGE + '"',
350         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
351         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
352         'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
353         'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"',
354         'EVORAL_MIDI_XML=1' 
355         ]
356
357     #obj.source += ' st_stretch.cc st_pitch.cc '
358     #obj.uselib += ' SOUNDTOUCH '
359     #obj.add_objects = 'default/libs/surfaces/control_protocol/smpte_1.o'
360
361     if bld.is_defined('HAVE_LILV') :
362         obj.source += ['lv2_plugin.cc', 'lv2_evbuf.c', 'uri_map.cc'] 
363         obj.uselib += ['LILV']
364         if bld.is_defined('HAVE_SUIL'):
365             obj.uselib += ['SUIL']
366
367     if bld.is_defined('WINDOWS_VST_SUPPORT'):
368         obj.source += [ 'windows_vst_plugin.cc']
369         obj.includes += [ '../fst' ]
370         obj.defines += [ 'WINDOWS_VST_SUPPORT' ]
371
372     if bld.is_defined('LXVST_SUPPORT'):
373         obj.source += [ 'lxvst_plugin.cc', 'linux_vst_support.cc', 'linux_vst_info_file.cc' ]
374         obj.defines += [ 'LXVST_SUPPORT' ]
375
376     if bld.is_defined('WINDOWS_VST_SUPPORT') or bld.is_defined('LXVST_SUPPORT'):
377         obj.source += [ 'session_vst.cc', 'vst_plugin.cc' ]
378
379     if bld.is_defined('HAVE_COREAUDIO'):
380         obj.source += [ 'coreaudiosource.cc', 'caimportable.cc' ]
381         obj.use    += ['libappleutility']
382
383     if bld.is_defined('AUDIOUNIT_SUPPORT'):
384         obj.source += [ 'audio_unit.cc' ]
385
386     if Options.options.fpu_optimization:
387         if (bld.env['build_target'] == 'i386' or bld.env['build_target'] == 'i686'):
388             obj.source += [ 'sse_functions_xmm.cc', 'sse_functions.s' ]
389         elif bld.env['build_target'] == 'x86_64':
390             obj.source += [ 'sse_functions_xmm.cc', 'sse_functions_64bit.s' ]
391
392     # i18n
393     if bld.is_defined('ENABLE_NLS'):
394         mo_files = bld.path.ant_glob('po/*.mo')
395         for mo in mo_files:
396             lang = os.path.basename(mo.srcpath()).replace('.mo', '')
397             bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
398                                         lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
399                            mo)
400
401     if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
402         # Unit tests
403         # only build these common sources once
404         testcommon              = bld(features = 'cxx')
405         testcommon.includes     = obj.includes + ['test', '../pbd', '..']
406         testcommon.source       = ['test/testrunner.cc', 'test/test_needing_session.cc',
407                                    'test/test_common.cc', 'test/dummy_lxvst.cc', 'test/audio_region_test.cc', 'test/test_util.cc']
408         testcommon.uselib       = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
409                                    'SAMPLERATE','XML','LRDF','COREAUDIO']
410         testcommon.use          = ['libpbd','libmidipp','libevoral',
411                                    'libvampplugin','libaudiographer','ardour']
412         if bld.is_defined('USE_EXTERNAL_LIBS'):
413             testcommon.uselib.extend(['RUBBERBAND', 'TAGLIB', 'LIBLTC', 'VAMPSDK',
414                                       'VAMPHOSTSDK'])
415         else:
416             testcommon.use.extend(['libltc', 'librubberband', 'libtaglib', 'libvamphost'])
417         testcommon.defines      = [
418             'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
419             'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
420             'LOCALEDIR="' + os.path.join(
421                 os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
422             'VAMP_DIR="' + os.path.join(
423                 os.path.normpath(bld.env['LIBDIR']), 'ardour3', 'vamp') + '"'
424             ]
425         testcommon.name         = 'testcommon'
426
427         if bld.env['FPU_OPTIMIZATION']:
428             testcommon.source += [ 'sse_functions_xmm.cc' ]
429             if (bld.env['build_target'] == 'i386'
430                 or bld.env['build_target'] == 'i686'):
431                 testcommon.source += [ 'sse_functions.s' ]
432             elif bld.env['build_target'] == 'x86_64':
433                 testcommon.source += [ 'sse_functions_64bit.s' ]
434
435         if bld.env['SINGLE_TESTS']:
436             create_ardour_test_program(bld, obj.includes, 'automation_list_property_test', 'test_automation_list_property', ['test/automation_list_property_test.cc'])
437             create_ardour_test_program(bld, obj.includes, 'bbt', 'test_bbt', ['test/bbt_test.cc'])
438             create_ardour_test_program(bld, obj.includes, 'tempo', 'test_tempo', ['test/tempo_test.cc'])
439             create_ardour_test_program(bld, obj.includes, 'interpolation', 'test_interpolation', ['test/interpolation_test.cc'])
440             create_ardour_test_program(bld, obj.includes, 'midi_clock_slave', 'test_midi_clock_slave', ['test/midi_clock_slave_test.cc'])
441             create_ardour_test_program(bld, obj.includes, 'resampled_source', 'test_resampled_source', ['test/resampled_source_test.cc'])
442             create_ardour_test_program(bld, obj.includes, 'framewalk_to_beats', 'test_framewalk_to_beats', ['test/framewalk_to_beats_test.cc'])
443             create_ardour_test_program(bld, obj.includes, 'framepos_plus_beats', 'test_framepos_plus_beats', ['test/framepos_plus_beats_test.cc'])
444             create_ardour_test_program(bld, obj.includes, 'framepos_minus_beats', 'test_framepos_minus_beats', ['test/framepos_minus_beats_test.cc'])
445             create_ardour_test_program(bld, obj.includes, 'playlist_equivalent_regions', 'test_playlist_equivalent_regions', ['test/playlist_equivalent_regions_test.cc'])
446             create_ardour_test_program(bld, obj.includes, 'playlist_layering', 'test_playlist_layering', ['test/playlist_layering_test.cc'])
447             create_ardour_test_program(bld, obj.includes, 'region_naming', 'test_region_naming', ['test/region_naming_test.cc'])
448             create_ardour_test_program(bld, obj.includes, 'control_surface', 'test_control_surfaces', ['test/control_surfaces_test.cc'])
449             create_ardour_test_program(bld, obj.includes, 'mtdm_test', 'test_mtdm', ['test/mtdm_test.cc'])
450             create_ardour_test_program(bld, obj.includes, 'session_test', 'test_session', ['test/session_test.cc'])
451
452         test_sources  = '''
453             test/automation_list_property_test.cc
454             test/bbt_test.cc
455             test/tempo_test.cc
456             test/interpolation_test.cc
457             test/midi_clock_slave_test.cc
458             test/resampled_source_test.cc
459             test/framewalk_to_beats_test.cc
460             test/framepos_plus_beats_test.cc
461             test/framepos_minus_beats_test.cc
462             test/playlist_equivalent_regions_test.cc
463             test/playlist_layering_test.cc
464             test/region_naming_test.cc
465             test/control_surfaces_test.cc
466             test/mtdm_test.cc
467             test/session_test.cc
468         '''.split()
469
470 # Tests that don't work
471 #                test/playlist_read_test.cc
472 #                test/audio_region_read_test.cc
473 #                test/combine_regions_test.cc
474 #                test/mantis_3356_test.cc
475
476         create_ardour_test_program(bld, obj.includes, 'libardour-tests', 'run-tests', test_sources)
477
478         # Tester to just load a session
479         session_load_tester = bld(features = 'cxx cxxprogram')
480         session_load_tester.source = '''
481                     test/test_util.cc
482                     test/load_session.cc
483                     test/dummy_lxvst.cc
484             '''.split()
485
486         session_load_tester.includes  = obj.includes
487         session_load_tester.includes.append ('test')
488         session_load_tester.uselib    = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
489                              'SAMPLERATE','XML','LRDF','COREAUDIO']
490         session_load_tester.use       = ['libpbd','libmidipp','ardour']
491         session_load_tester.name      = 'libardour-session-load-tester'
492         session_load_tester.target    = 'load-session'
493         session_load_tester.install_path = ''
494         session_load_tester.defines      = [
495             'PACKAGE="libardour3profile"',
496             'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
497             'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
498             'LOCALEDIR="' + os.path.join(
499                 os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
500             'VAMP_DIR="' + os.path.join(
501                 os.path.normpath(bld.env['LIBDIR']), 'ardour3', 'vamp') + '"'
502             ]
503         if bld.env['FPU_OPTIMIZATION']:
504             session_load_tester.source += [ 'sse_functions_xmm.cc' ]
505             if (bld.env['build_target'] == 'i386'
506                 or bld.env['build_target'] == 'i686'):
507                 session_load_tester.source += [ 'sse_functions.s' ]
508             elif bld.env['build_target'] == 'x86_64':
509                 session_load_tester.source += [ 'sse_functions_64bit.s' ]
510
511         # Profiling
512         for p in ['runpc', 'lots_of_regions', 'load_session']:
513             profilingobj = bld(features = 'cxx cxxprogram')
514             profilingobj.source = '''
515                     test/dummy_lxvst.cc
516                     test/test_util.cc
517             '''.split()
518
519             profilingobj.source.append('test/profiling/%s.cc' % p)
520
521             profilingobj.includes  = obj.includes
522             profilingobj.includes.append ('test')
523             profilingobj.uselib    = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
524                              'SAMPLERATE','XML','LRDF','COREAUDIO']
525             profilingobj.use       = ['libpbd','libmidipp','ardour']
526             profilingobj.name      = 'libardour-profiling'
527             profilingobj.target    = p
528             profilingobj.install_path = ''
529             profilingobj.defines      = [
530                 'PACKAGE="libardour3profile"',
531                 'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
532                 'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
533                 'LOCALEDIR="' + os.path.join(
534                     os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
535                 'VAMP_DIR="' + os.path.join(
536                     os.path.normpath(bld.env['LIBDIR']), 'ardour3', 'vamp') + '"'
537                 ]
538             if bld.env['FPU_OPTIMIZATION']:
539                 profilingobj.source += [ 'sse_functions_xmm.cc' ]
540                 if (bld.env['build_target'] == 'i386'
541                     or bld.env['build_target'] == 'i686'):
542                     profilingobj.source += [ 'sse_functions.s' ]
543                 elif bld.env['build_target'] == 'x86_64':
544                     profilingobj.source += [ 'sse_functions_64bit.s' ]
545
546 def create_ardour_test_program(bld, includes, name, target, sources):
547     testobj              = bld(features = 'cxx cxxprogram')
548     testobj.includes     = includes + ['test', '../pbd', '..']
549     testobj.source       = sources
550     testobj.uselib       = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
551                             'SAMPLERATE','XML','LRDF','COREAUDIO']
552     testobj.use          = ['libpbd','libmidipp','libevoral','libvampplugin',
553                             'libaudiographer','ardour','testcommon']
554     if bld.is_defined('USE_EXTERNAL_LIBS'):
555         testobj.uselib.extend(['RUBBERBAND', 'TAGLIB', 'LIBLTC', 'VAMPSDK',
556                                'VAMPHOSTSDK'])
557     else:
558         testobj.use.extend(['libltc', 'librubberband', 'libtaglib',
559                             'libvamphost'])
560
561     testobj.name         = name
562     testobj.target       = target
563     # not sure about install path
564     testobj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
565     testobj.defines      = [
566         'PACKAGE="libardour3test"',
567         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
568         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
569         'LOCALEDIR="' + os.path.join(
570             os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
571         'VAMP_DIR="' + os.path.join(
572             os.path.normpath(bld.env['LIBDIR']), 'ardour3', 'vamp') + '"'
573         ]
574
575 def shutdown():
576     autowaf.shutdown()
577
578 def i18n(bld):
579     autowaf.build_i18n(bld, top, 'libs/ardour', I18N_PACKAGE, libardour_sources,
580                        'Paul Davis')
581
582 def i18n_pot(bld):
583     autowaf.build_i18n(bld, top, 'libs/ardour', I18N_PACKAGE, libardour_sources,
584                        'Paul Davis')
585
586 def i18n_po(bld):
587     autowaf.build_i18n_po(bld, top, 'libs/ardour', I18N_PACKAGE, libardour_sources,
588                        'Paul Davis')
589
590 def i18n_mo(bld):
591     autowaf.build_i18n_mo(bld, top, 'libs/ardour', I18N_PACKAGE, libardour_sources,
592                        'Paul Davis')