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