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