Add test for DSPLoadCalculator to libardour tests
[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 sys
6 import re
7 import subprocess
8 import sys
9
10 # default state file version for this build
11 CURRENT_SESSION_FILE_VERSION = 3001
12
13 I18N_PACKAGE = 'ardour'
14
15 # Mandatory variables
16 top = '.'
17 out = 'build'
18
19 path_prefix = 'libs/ardour/'
20
21 libardour_sources = [
22         'amp.cc',
23         'analyser.cc',
24         'async_midi_port.cc',
25         'audio_backend.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         'beats_frames_converter.cc',
49         'broadcast_info.cc',
50         'buffer.cc',
51         'buffer_manager.cc',
52         'buffer_set.cc',
53         'bundle.cc',
54         'butler.cc',
55         'capturing_processor.cc',
56         'chan_count.cc',
57         'chan_mapping.cc',
58         'config_text.cc',
59         'control_protocol_manager.cc',
60         'cycle_timer.cc',
61         'data_type.cc',
62         'default_click.cc',
63         'debug.cc',
64         'delayline.cc',
65         'delivery.cc',
66         'directory_names.cc',
67         'diskstream.cc',
68         'element_import_handler.cc',
69         'element_importer.cc',
70         'engine_slave.cc',
71         'enums.cc',
72         'event_type_map.cc',
73         'export_channel.cc',
74         'export_channel_configuration.cc',
75         'export_failed.cc',
76         'export_filename.cc',
77         'export_format_base.cc',
78         'export_format_manager.cc',
79         'export_format_specification.cc',
80         'export_formats.cc',
81         'export_graph_builder.cc',
82         'export_handler.cc',
83         'export_preset.cc',
84         'export_profile_manager.cc',
85         'export_status.cc',
86         'export_timespan.cc',
87         'file_source.cc',
88         'filename_extensions.cc',
89         'filesystem_paths.cc',
90         'filter.cc',
91         'find_session.cc',
92         'globals.cc',
93         'graph.cc',
94         'graphnode.cc',
95         'iec1ppmdsp.cc',
96         'iec2ppmdsp.cc',
97         'import.cc',
98         'instrument_info.cc',
99         'internal_return.cc',
100         'internal_send.cc',
101         'interpolation.cc',
102         'io.cc',
103         'io_processor.cc',
104         'kmeterdsp.cc',
105         'ladspa_plugin.cc',
106         'legatize.cc',
107         'location.cc',
108         'location_importer.cc',
109         'ltc_slave.cc',
110         'meter.cc',
111         'midi_automation_list_binder.cc',
112         'midi_buffer.cc',
113         'midi_channel_filter.cc',
114         'midi_clock_slave.cc',
115         'midi_diskstream.cc',
116         'midi_model.cc',
117         'midi_patch_manager.cc',
118         'midi_playlist.cc',
119         'midi_playlist_source.cc',
120         'midi_port.cc',
121         'midi_region.cc',
122         'midi_ring_buffer.cc',
123         'midi_scene_change.cc',
124         'midi_scene_changer.cc',
125         'midi_source.cc',
126         'midi_state_tracker.cc',
127         'midi_stretch.cc',
128         'midi_track.cc',
129         'midi_ui.cc',
130         'midiport_manager.cc',
131         'mix.cc',
132         'monitor_processor.cc',
133         'mtc_slave.cc',
134         'mididm.cc',
135         'mtdm.cc',
136         'mute_master.cc',
137         'note_fixer.cc',
138         'onset_detector.cc',
139         'operations.cc',
140         'pan_controllable.cc',
141         'pannable.cc',
142         'panner.cc',
143         'panner_manager.cc',
144         'panner_shell.cc',
145         'parameter_descriptor.cc',
146         'pcm_utils.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         'scene_change.cc',
174         'search_paths.cc',
175         'send.cc',
176         'session.cc',
177         'session_butler.cc',
178         'session_click.cc',
179         'session_command.cc',
180         'session_configuration.cc',
181         'session_directory.cc',
182         'session_events.cc',
183         'session_export.cc',
184         'session_handle.cc',
185         'session_ltc.cc',
186         'session_metadata.cc',
187         'session_midi.cc',
188         'session_object.cc',
189         'session_playlists.cc',
190         'session_process.cc',
191         'session_rtevents.cc',
192         'session_state.cc',
193         'session_state_utils.cc',
194         'session_time.cc',
195         'session_transport.cc',
196         'slave.cc',
197         'smf_source.cc',
198         'sndfile_helpers.cc',
199         'sndfileimportable.cc',
200         'sndfilesource.cc',
201         'soundcloud_upload.cc',
202         'source.cc',
203         'source_factory.cc',
204         'speakers.cc',
205         'srcfilesource.cc',
206         'strip_silence.cc',
207         'system_exec.cc',
208         'revision.cc',
209         'tape_file_matcher.cc',
210         'template_utils.cc',
211         'tempo.cc',
212         'tempo_map_importer.cc',
213         'thread_buffers.cc',
214         'ticker.cc',
215         'track.cc',
216         'transient_detector.cc',
217         'transform.cc',
218         'unknown_processor.cc',
219         'user_bundle.cc',
220         'utils.cc',
221         'vumeterdsp.cc',
222         'worker.cc'
223 ]
224
225 def flac_supported():
226     cmd = subprocess.Popen ("sndfile-info testfile.flac",
227                             stdout = subprocess.PIPE,
228                             stderr = subprocess.STDOUT, shell = True)
229     out = cmd.communicate()[0].decode('utf-8');
230     return re.search ('unknown format', out) == None
231
232 def ogg_supported():
233     cmd = subprocess.Popen ("sndfile-info testfile.ogg",
234                             stdout = subprocess.PIPE,
235                             stderr = subprocess.STDOUT, shell = True)
236     out = cmd.communicate()[0].decode('utf-8');
237     return re.search ('unknown format', out) == None
238
239 def options(opt):
240     autowaf.set_options(opt)
241
242 def configure(conf):
243     conf.load('compiler_cxx')
244     conf.load('gas')
245     # we don't use hard-coded micro versions with ardour, so hard code it to zero
246     autowaf.configure(conf)
247     autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO',
248                       atleast_version='0.3.2')
249     autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO4',
250                       atleast_version='0.4.0', mandatory=False)
251     autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
252     if Options.options.dist_target != 'mingw':
253         if not Options.options.no_lrdf:
254             autowaf.check_pkg(conf, 'lrdf', uselib_store='LRDF',
255                               atleast_version='0.4.0')
256         autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO',
257                           atleast_version='0.3.2')
258     autowaf.check_pkg(conf, 'samplerate', uselib_store='SAMPLERATE',
259                       atleast_version='0.1.0')
260     autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP',
261                       atleast_version='2.0')
262
263     if Options.options.lv2:
264         autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
265                           atleast_version='1.0.0', mandatory=True)
266         autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_2_0',
267                           atleast_version='1.2.0', mandatory=False)
268         autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_10_0',
269                           atleast_version='1.10.0', mandatory=False)
270         autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
271                           atleast_version='0.14.0', mandatory=True)
272         autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
273                           atleast_version='0.8.0', mandatory=True)
274         autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',
275                           atleast_version='0.2.0', mandatory=True)
276         autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
277                           atleast_version='0.14.0', mandatory=True)
278         autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_16_0',
279                           atleast_version='0.16.0', mandatory=False)
280         autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_19_2',
281                           atleast_version='0.19.2', mandatory=False)
282         autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_21_3',
283                           atleast_version='0.21.3', mandatory=False)
284         autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
285                           atleast_version='0.6.0', mandatory=False)
286         conf.define ('LV2_SUPPORT', 1)
287
288 #    autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
289 #                      mandatory=False)
290     autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',
291                       atleast_version='1.12.0', mandatory=False)
292     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
293     autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
294                       atleast_version='1.2.1')
295     autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL',
296                       atleast_version='7.0.0')
297
298     # controls whether we actually use it in preference to soundtouch
299     # Note: as of 2104, soundtouch (WSOLA) has been out-of-use for years.
300     conf.define('USE_RUBBERBAND', 1)
301
302     conf.define('CURRENT_SESSION_FILE_VERSION', CURRENT_SESSION_FILE_VERSION)
303
304     conf.check(header_name='sys/vfs.h', define_name='HAVE_SYS_VFS_H',mandatory=False)
305     conf.check(header_name='sys/statvfs.h', define_name='HAVE_SYS_STATVFS_H',mandatory=False)
306
307     conf.check(header_name='unistd.h', define_name='HAVE_UNISTD',mandatory=False)
308
309     if flac_supported():
310         conf.define ('HAVE_FLAC', 1)
311     if ogg_supported():
312         conf.define ('HAVE_OGG', 1)
313
314     conf.write_config_header('libardour-config.h', remove=False)
315
316     # Boost headers
317     autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
318     autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
319     autowaf.check_header(conf, 'cxx', 'boost/scoped_ptr.hpp')
320     autowaf.check_header(conf, 'cxx', 'boost/ptr_container/ptr_list.hpp')
321     if conf.env['WINDOWS_VST_SUPPORT'] == True and Options.options.dist_target == 'mingw':
322         conf.check(compiler='cxx',
323                    lib='gdi32',
324                    mandatory=True,
325                    uselib_store='GDI32')
326
327
328 def build(bld):
329     # Library version (UNIX style major, minor, micro)
330     # major increment <=> incompatible changes
331     # minor increment <=> compatible changes (additions)
332     # micro increment <=> no interface changes
333     LIBARDOUR_LIB_VERSION = "3.0.0"
334
335     sources = libardour_sources
336     if bld.is_tracks_build():
337         sources += [ 'engine_state_controller.cc' ]
338     
339     # Library
340     if bld.is_defined ('INTERNAL_SHARED_LIBS'):
341         obj              = bld.shlib(features = 'c cxx cshlib cxxshlib', source=sources)
342         # macros for this shared library
343         obj.defines      = [ 'LIBARDOUR_DLL_EXPORTS=1' ]
344     else:
345         obj              = bld.stlib(features = 'c cxx cstlib cxxstlib', source=sources)
346         obj.cxxflags     = [  bld.env['compiler_flags_dict']['pic'] ]
347         obj.cflags       = [ bld.env['compiler_flags_dict']['pic'] ]
348         obj.defines      = []
349
350     obj.export_includes = ['.']
351     obj.includes     = ['.', '../surfaces/control_protocol', '..']
352     obj.name         = 'libardour'
353     obj.target       = 'ardour'
354     obj.uselib       = ['GLIBMM','GTHREAD','AUBIO','SIGCPP','XML','UUID',
355                         'SNDFILE','SAMPLERATE','LRDF','AUDIOUNITS',
356                         'OSX','BOOST','CURL','TAGLIB','VAMPSDK','VAMPHOSTSDK','RUBBERBAND']
357     obj.use          = ['libpbd','libmidipp','libevoral',
358                         'libaudiographer',
359                         'libtimecode',
360                         ]
361     if bld.env['build_target'] != 'mingw':
362         obj.uselib += ['DL']
363     if bld.is_defined('USE_EXTERNAL_LIBS'):
364         obj.uselib.extend(['VAMPSDK', 'LIBLTC'])
365     else:
366         obj.use.extend(['librubberband', 'libltc_includes', 'libltc'])
367
368     obj.vnum         = LIBARDOUR_LIB_VERSION
369     obj.install_path = bld.env['LIBDIR']
370     obj.defines      += [
371         'PACKAGE="' + I18N_PACKAGE + str(bld.env['MAJOR']) + '"',
372         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
373         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
374         'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
375         'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"',
376         'EVORAL_MIDI_XML=1',
377         ]
378
379     #obj.source += ' st_stretch.cc st_pitch.cc '
380     #obj.uselib += ' SOUNDTOUCH '
381     #obj.add_objects = 'default/libs/surfaces/control_protocol/smpte_1.o'
382
383     if bld.is_defined('HAVE_LILV') :
384         obj.source += ['lv2_plugin.cc', 'lv2_evbuf.c', 'uri_map.cc']
385         obj.uselib += ['LILV']
386         if bld.is_defined('HAVE_SUIL'):
387             obj.uselib += ['SUIL']
388
389     if bld.is_defined('WINDOWS_VST_SUPPORT'):
390         obj.source += [ 'windows_vst_plugin.cc']
391         obj.includes += [ '../fst' ]
392         obj.defines += [ 'WINDOWS_VST_SUPPORT' ]
393         if bld.env['build_target'] == 'mingw':
394             obj.use += [ 'vstwin' ]
395             obj.uselib += ['GDI32']
396
397     if bld.is_defined('LXVST_SUPPORT'):
398         obj.source += [ 'lxvst_plugin.cc', 'linux_vst_support.cc' ]
399         obj.defines += [ 'LXVST_SUPPORT' ]
400
401     if bld.is_defined('WINDOWS_VST_SUPPORT') or bld.is_defined('LXVST_SUPPORT'):
402         obj.source += [ 'session_vst.cc', 'vst_plugin.cc', 'vst_info_file.cc' ]
403
404     if bld.is_defined('HAVE_COREAUDIO'):
405         obj.source += [ 'coreaudiosource.cc', 'caimportable.cc' ]
406         obj.use    += ['libappleutility']
407
408     if bld.is_defined('AUDIOUNIT_SUPPORT'):
409         obj.source += [ 'audio_unit.cc' ]
410
411     avx_sources = []
412
413     if Options.options.fpu_optimization:
414         if (bld.env['build_target'] == 'i386' or bld.env['build_target'] == 'i686'):
415             obj.source += [ 'sse_functions_xmm.cc', 'sse_functions.s', ]
416             avx_sources = [ 'sse_functions_avx_linux.cc' ]
417         elif bld.env['build_target'] == 'x86_64':
418             obj.source += [ 'sse_functions_xmm.cc', 'sse_functions_64bit.s', ]
419             avx_sources = [ 'sse_functions_avx_linux.cc' ]
420         elif bld.env['build_target'] == 'mingw':
421                 # usability of the 64 bit windows assembler depends on the compiler target,
422                 # not the build host, which in turn can only be inferred from the name
423                 # of the compiler. 
424                 if re.search ('x86_64-w64', str(bld.env['CC'])):
425                         obj.source += [ 'sse_functions_xmm.cc' ]
426                         obj.source += [ 'sse_functions_64bit_win.s',  'sse_avx_functions_64bit_win.s' ]
427                         avx_sources = [ 'sse_functions_avx.cc' ]
428         
429         if avx_sources:
430             # as long as we want to use AVX intrinsics in this file,
431             # compile it with -mavx flag - append avx flag to the existing
432             avx_cxxflags = list(bld.env['CXXFLAGS'])
433             avx_cxxflags.append (bld.env['compiler_flags_dict']['avx'])
434             avx_cxxflags.append (bld.env['compiler_flags_dict']['pic'])
435             bld(features = 'cxx',
436                 source   = avx_sources,
437                 cxxflags = avx_cxxflags,
438                 includes = [ '.' ],
439                 use = [ 'libtimecode', 'libpbd', 'libevoral', ],
440                 target   = 'sse_avx_functions')
441             
442             obj.use += ['sse_avx_functions' ]
443         
444     # i18n
445     if bld.is_defined('ENABLE_NLS'):
446         mo_files = bld.path.ant_glob('po/*.mo')
447         for mo in mo_files:
448             lang = os.path.basename(mo.srcpath()).replace('.mo', '')
449             bld.install_as(os.path.join(bld.env['LOCALEDIR'], lang, 'LC_MESSAGES', I18N_PACKAGE + str(bld.env['MAJOR']) + '.mo'),
450                            mo)
451
452     if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
453         # Unit tests
454         # only build these common sources once
455         testcommon              = bld(features = 'cxx')
456         testcommon.includes     = obj.includes + ['test', '../pbd', '..']
457         testcommon.source       = ['test/testrunner.cc', 'test/test_needing_session.cc',
458                                    'test/dummy_lxvst.cc', 'test/audio_region_test.cc', 'test/test_util.cc', 'test/test_ui.cc']
459         testcommon.uselib       = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
460                                    'SAMPLERATE','XML','LRDF','COREAUDIO','TAGLIB','VAMPSDK','VAMPHOSTSDK','RUBBERBAND']
461         testcommon.use          = ['libpbd','libmidipp','libevoral',
462                                    'libaudiographer','libardour']
463         if bld.is_defined('USE_EXTERNAL_LIBS'):
464             testcommon.uselib.extend(['LIBLTC',])
465         else:
466             testcommon.use.extend(['libltc', 'librubberband'])
467         testcommon.defines      = [
468             'PACKAGE="libardour' + str(bld.env['MAJOR']) + 'test"',
469             'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
470             'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
471             'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
472             ]
473         testcommon.name         = 'testcommon'
474
475         if bld.env['SINGLE_TESTS']:
476             create_ardour_test_program(bld, obj.includes, 'audio_engine_test', 'test_audio_engine', ['test/audio_engine_test.cc'])
477             create_ardour_test_program(bld, obj.includes, 'automation_list_property_test', 'test_automation_list_property', ['test/automation_list_property_test.cc'])
478             create_ardour_test_program(bld, obj.includes, 'bbt', 'test_bbt', ['test/bbt_test.cc'])
479             create_ardour_test_program(bld, obj.includes, 'tempo', 'test_tempo', ['test/tempo_test.cc'])
480             create_ardour_test_program(bld, obj.includes, 'interpolation', 'test_interpolation', ['test/interpolation_test.cc'])
481             create_ardour_test_program(bld, obj.includes, 'midi_clock_slave', 'test_midi_clock_slave', ['test/midi_clock_slave_test.cc'])
482             create_ardour_test_program(bld, obj.includes, 'resampled_source', 'test_resampled_source', ['test/resampled_source_test.cc'])
483             create_ardour_test_program(bld, obj.includes, 'framewalk_to_beats', 'test_framewalk_to_beats', ['test/framewalk_to_beats_test.cc'])
484             create_ardour_test_program(bld, obj.includes, 'framepos_plus_beats', 'test_framepos_plus_beats', ['test/framepos_plus_beats_test.cc'])
485             create_ardour_test_program(bld, obj.includes, 'framepos_minus_beats', 'test_framepos_minus_beats', ['test/framepos_minus_beats_test.cc'])
486             create_ardour_test_program(bld, obj.includes, 'playlist_equivalent_regions', 'test_playlist_equivalent_regions', ['test/playlist_equivalent_regions_test.cc'])
487             create_ardour_test_program(bld, obj.includes, 'playlist_layering', 'test_playlist_layering', ['test/playlist_layering_test.cc'])
488             create_ardour_test_program(bld, obj.includes, 'plugins_test', 'test_plugins', ['test/plugins_test.cc'])
489             create_ardour_test_program(bld, obj.includes, 'region_naming', 'test_region_naming', ['test/region_naming_test.cc'])
490             create_ardour_test_program(bld, obj.includes, 'control_surface', 'test_control_surfaces', ['test/control_surfaces_test.cc'])
491             create_ardour_test_program(bld, obj.includes, 'mtdm_test', 'test_mtdm', ['test/mtdm_test.cc'])
492             create_ardour_test_program(bld, obj.includes, 'sha1_test', 'test_sha1', ['test/sha1_test.cc'])
493             create_ardour_test_program(bld, obj.includes, 'session_test', 'test_session', ['test/session_test.cc'])
494             create_ardour_test_program(bld, obj.includes, 'dsp_load_calculator_test', 'test_dsp_load_calculator', ['test/dsp_load_calculator_test.cc'])
495
496         test_sources  = '''
497             test/audio_engine_test.cc
498             test/automation_list_property_test.cc
499             test/bbt_test.cc
500             test/dsp_load_calculator_test.cc
501             test/tempo_test.cc
502             test/interpolation_test.cc
503             test/midi_clock_slave_test.cc
504             test/resampled_source_test.cc
505             test/framewalk_to_beats_test.cc
506             test/framepos_plus_beats_test.cc
507             test/framepos_minus_beats_test.cc
508             test/playlist_equivalent_regions_test.cc
509             test/playlist_layering_test.cc
510             test/plugins_test.cc
511             test/region_naming_test.cc
512             test/control_surfaces_test.cc
513             test/mtdm_test.cc
514             test/sha1_test.cc
515             test/session_test.cc
516         '''.split()
517
518 # Tests that don't work
519 #                test/playlist_read_test.cc
520 #                test/audio_region_read_test.cc
521 #                test/combine_regions_test.cc
522 #                test/mantis_3356_test.cc
523
524         create_ardour_test_program(bld, obj.includes, 'libardour-tests', 'run-tests', test_sources)
525
526         # Tester to just load a session
527         session_load_tester = bld(features = 'cxx cxxprogram')
528         session_load_tester.source = '''
529                     test/test_util.cc
530                     test/load_session.cc
531                     test/dummy_lxvst.cc
532             '''.split()
533
534         session_load_tester.includes  = obj.includes
535         session_load_tester.includes.append ('test')
536         session_load_tester.uselib    = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
537                              'SAMPLERATE','XML','LRDF','COREAUDIO']
538         session_load_tester.use       = ['libpbd','libmidipp','libardour']
539         session_load_tester.name      = 'libardour-session-load-tester'
540         session_load_tester.target    = 'load-session'
541         session_load_tester.install_path = ''
542         session_load_tester.defines      = [
543             'PACKAGE="libardour' + str(bld.env['MAJOR']) + 'profile"',
544             'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
545             'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
546             'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
547             ]
548
549         # Profiling
550         for p in ['runpc', 'lots_of_regions', 'load_session']:
551             profilingobj = bld(features = 'cxx cxxprogram')
552             profilingobj.source = '''
553                     test/dummy_lxvst.cc
554                     test/test_util.cc
555             '''.split()
556
557             profilingobj.source.append('test/profiling/%s.cc' % p)
558
559             profilingobj.includes  = obj.includes
560             profilingobj.includes.append ('test')
561             profilingobj.uselib    = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
562                              'SAMPLERATE','XML','LRDF','COREAUDIO']
563             profilingobj.use       = ['libpbd','libmidipp','libardour']
564             profilingobj.name      = 'libardour-profiling'
565             profilingobj.target    = p
566             profilingobj.install_path = ''
567             profilingobj.defines      = [
568                 'PACKAGE="libardour' + str(bld.env['MAJOR']) + 'profile"',
569                 'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
570                 'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
571                 'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
572                 ]
573
574 def create_ardour_test_program(bld, includes, name, target, sources):
575     testobj              = bld(features = 'cxx cxxprogram')
576     testobj.includes     = includes + ['test', '../pbd', '..']
577     testobj.source       = sources
578     testobj.uselib       = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD',
579                             'SAMPLERATE','XML','LRDF','COREAUDIO','TAGLIB','VAMPSDK','VAMPHOSTSDK','RUBBERBAND']
580     testobj.use          = ['libpbd','libmidipp','libevoral',
581                             'libaudiographer','libardour','testcommon']
582     if bld.is_defined('USE_EXTERNAL_LIBS'):
583         testobj.uselib.extend(['LIBLTC'])
584     else:
585         testobj.use.extend(['libltc'])
586
587     testobj.name         = name
588     testobj.target       = target
589     # not sure about install path
590     testobj.install_path = bld.env['LIBDIR']
591     testobj.defines      = [
592         'PACKAGE="libardour' + str(bld.env['MAJOR']) + 'test"',
593         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
594         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
595         'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
596         ]
597
598 def shutdown():
599     autowaf.shutdown()
600
601 def i18n(bld):
602     autowaf.build_i18n(bld, top, 'libs/ardour', I18N_PACKAGE + str(bld.env['MAJOR']), libardour_sources,
603                        'Paul Davis')
604
605 def i18n_pot(bld):
606     autowaf.build_i18n(bld, top, 'libs/ardour', I18N_PACKAGE + str(bld.env['MAJOR']), libardour_sources,
607                        'Paul Davis')
608
609 def i18n_po(bld):
610     autowaf.build_i18n_po(bld, top, 'libs/ardour', I18N_PACKAGE + str(bld.env['MAJOR']), libardour_sources,
611                        'Paul Davis')
612
613 def i18n_mo(bld):
614     autowaf.build_i18n_mo(bld, top, 'libs/ardour', I18N_PACKAGE + str(bld.env['MAJOR']), libardour_sources,
615                        'Paul Davis')