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