mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
wscript: remove trailing whitespace
This commit is contained in:
parent
4cec4a659b
commit
06f8936a73
8 changed files with 8 additions and 11 deletions
|
|
@ -116,4 +116,3 @@ def build(bld):
|
||||||
|
|
||||||
if re.search ("linux", sys.platform) != None:
|
if re.search ("linux", sys.platform) != None:
|
||||||
obj.uselib += [ 'ALSA' ]
|
obj.uselib += [ 'ALSA' ]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,6 @@ def build(bld):
|
||||||
manual_testobj.target = target
|
manual_testobj.target = target
|
||||||
manual_testobj.install_path = ''
|
manual_testobj.install_path = ''
|
||||||
|
|
||||||
|
|
||||||
def shutdown():
|
def shutdown():
|
||||||
autowaf.shutdown()
|
autowaf.shutdown()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ def options(opt):
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
||||||
uselib_store='LV2_1_0_0')
|
uselib_store='LV2_1_0_0')
|
||||||
autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
|
autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
bundle = 'a-delay.lv2'
|
bundle = 'a-delay.lv2'
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ def options(opt):
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
||||||
uselib_store='LV2_1_0_0')
|
uselib_store='LV2_1_0_0')
|
||||||
autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
|
autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
bundle = 'a-eq.lv2'
|
bundle = 'a-eq.lv2'
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ def build(bld):
|
||||||
obj = bld.stdlib (source = [ 'ptformat.cc' ])
|
obj = bld.stdlib (source = [ 'ptformat.cc' ])
|
||||||
obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||||
obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||||
|
|
||||||
obj.export_includes = ['.']
|
obj.export_includes = ['.']
|
||||||
obj.includes = ['.']
|
obj.includes = ['.']
|
||||||
obj.name = 'libptformat'
|
obj.name = 'libptformat'
|
||||||
|
|
@ -45,6 +45,6 @@ def build(bld):
|
||||||
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
||||||
obj.install_path = bld.env['LIBDIR']
|
obj.install_path = bld.env['LIBDIR']
|
||||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||||
|
|
||||||
def shutdown():
|
def shutdown():
|
||||||
autowaf.shutdown()
|
autowaf.shutdown()
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,11 @@ out = 'build'
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'pangomm-1.4', uselib_store='PANGOMM', atleast_version='1.4', mandatory=True)
|
autowaf.check_pkg(conf, 'pangomm-1.4', uselib_store='PANGOMM', atleast_version='1.4', mandatory=True)
|
||||||
autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4', mandatory=True)
|
autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4', mandatory=True)
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
obj = bld(features = 'cxx cxxshlib')
|
obj = bld(features = 'cxx cxxshlib')
|
||||||
obj.source = '''
|
obj.source = '''
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ APPNAME = 'temporal'
|
||||||
VERSION = TEMPORAL_VERSION
|
VERSION = TEMPORAL_VERSION
|
||||||
I18N_PACKAGE = 'libtemporal'
|
I18N_PACKAGE = 'libtemporal'
|
||||||
|
|
||||||
temporal_sources = [
|
temporal_sources = [
|
||||||
'debug.cc',
|
'debug.cc',
|
||||||
'bbt_time.cc',
|
'bbt_time.cc',
|
||||||
'beats.cc',
|
'beats.cc',
|
||||||
|
|
|
||||||
|
|
@ -84,4 +84,3 @@ def build(bld):
|
||||||
|
|
||||||
def shutdown():
|
def shutdown():
|
||||||
autowaf.shutdown()
|
autowaf.shutdown()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue