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