wscript: drop unused "mandatory variables" 'top' and 'out' in libs
Variables by these names are only used from the local wscript and when running "waf configure", which already for other reasons only can run at the top-level. These variables are thus not mandatory and not used.
This commit is contained in:
parent
69e987909e
commit
d220f477ed
@ -8,9 +8,6 @@ import re
|
||||
import subprocess
|
||||
import glob
|
||||
|
||||
# Mandatory variables
|
||||
out = 'build'
|
||||
|
||||
@TaskGen.extension('.m')
|
||||
def m_hook(self, node):
|
||||
"""Alias .m files to be compiled the same as .c files, gcc will do the right thing."""
|
||||
|
@ -3,10 +3,6 @@ from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
hardour_sources = [
|
||||
'load_session.cc',
|
||||
'misc.cc',
|
||||
|
@ -9,9 +9,6 @@ CURRENT_SESSION_FILE_VERSION = 7002
|
||||
|
||||
I18N_PACKAGE = 'ardour'
|
||||
|
||||
# Mandatory variables
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/ardour/'
|
||||
|
||||
libardour_sources = [
|
||||
|
@ -5,10 +5,6 @@ import os
|
||||
import sys
|
||||
import re
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/ardouralsautil/'
|
||||
|
||||
def options(opt):
|
||||
|
@ -13,10 +13,6 @@ AUDIOGRAPHER_VERSION = '0.0.0'
|
||||
# 0.0.0 = 0,0,0
|
||||
AUDIOGRAPHER_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
# needed for code used from libardour
|
||||
I18N_PACKAGE = 'ardour'
|
||||
|
||||
|
@ -4,10 +4,6 @@ import os
|
||||
|
||||
I18N_PACKAGE = 'alsa-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -5,10 +5,6 @@ import os
|
||||
|
||||
I18N_PACKAGE = 'coreaudio-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -4,10 +4,6 @@ import os
|
||||
|
||||
I18N_PACKAGE = 'dummy-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -7,10 +7,6 @@ import re
|
||||
|
||||
I18N_PACKAGE = 'jack-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -4,10 +4,6 @@ import os
|
||||
|
||||
I18N_PACKAGE = 'portaudio-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -4,10 +4,6 @@ import os
|
||||
|
||||
I18N_PACKAGE = 'pulse-backend'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -16,10 +16,6 @@ CANVAS_LIB_VERSION = '0.0.0'
|
||||
|
||||
I18N_PACKAGE = 'libcanvas'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/canvas/'
|
||||
|
||||
canvas_sources = [
|
||||
|
@ -3,9 +3,6 @@ from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
import sys
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/clearlooks-newer'
|
||||
|
||||
def options(opt):
|
||||
|
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
controlcp_sources = [
|
||||
'basic_ui.cc',
|
||||
'control_protocol.cc',
|
||||
|
@ -16,10 +16,6 @@ EVORAL_LIB_VERSION = '0.0.0'
|
||||
|
||||
APPNAME = 'evoral'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
opt.load('compiler_c')
|
||||
opt.load('compiler_cxx')
|
||||
|
@ -9,10 +9,6 @@ LIBFLUIDSYNTH_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
|
||||
|
||||
I18N_PACKAGE = 'libfluidsynth'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -4,10 +4,6 @@ import os
|
||||
import sys
|
||||
import re
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
# needed for code used from libardour
|
||||
I18N_PACKAGE = 'ardour'
|
||||
|
||||
|
@ -47,9 +47,6 @@ gtkmm2ext_sources = [
|
||||
'window_title.cc'
|
||||
]
|
||||
|
||||
# Mandatory variables
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/gtkmm2ext/'
|
||||
|
||||
def options(opt):
|
||||
|
@ -5,10 +5,6 @@ import sys
|
||||
|
||||
HIDAPI_VERSION = '0.8.0'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -15,10 +15,6 @@ LIBLTC_LIB_VERSION = '1.1.1'
|
||||
|
||||
I18N_PACKAGE = 'libltc'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ from waflib.extras import autowaf as autowaf
|
||||
|
||||
I18N_PACKAGE = 'liblua'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -13,10 +13,6 @@ LIBMIDIPP_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
|
||||
# micro increment <=> no interface changes
|
||||
LIBMIDIPP_LIB_VERSION = '4.1.0'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/midi++2/'
|
||||
|
||||
libmidi_sources = [
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
|
||||
autowaf.set_options(opt)
|
||||
|
@ -19,10 +19,6 @@ LIBPBD_MAJOR_VERSION = '4'
|
||||
|
||||
I18N_PACKAGE = 'libpbd4'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
path_prefix = 'libs/pbd/'
|
||||
|
||||
libpbd_sources = [
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -3,10 +3,6 @@ import re
|
||||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -12,10 +12,6 @@ LIBPTFORMAT_LIB_VERSION = '0.0.0'
|
||||
|
||||
I18N_PACKAGE = 'libptformat'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -10,10 +10,6 @@ QM_DSP_VERSION = '1.7.1'
|
||||
# micro increment <=> no interface changes
|
||||
QM_DSP_LIB_VERSION = '1.7.1'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
fp8_16_sources = [
|
||||
'faderport8.cc',
|
||||
'fp8_controls.cc',
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
mackie_sources = [
|
||||
'button.cc',
|
||||
'controls.cc',
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -11,10 +11,6 @@ LIBSURFACES_VERSION = '4.1.0'
|
||||
# micro increment <=> no interface changes
|
||||
LIBSURFACES_LIB_VERSION = '4.1.0'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
children = [
|
||||
'faderport',
|
||||
'faderport8',
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
# Version of this package (even if built as a child)
|
||||
MAJOR = '0'
|
||||
MINOR = '0'
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -8,10 +8,6 @@ import os
|
||||
# micro increment <=> no interface changes
|
||||
VAMP_PYIN_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -15,10 +15,6 @@ WAVEVIEW_LIB_VERSION = '0.0.0'
|
||||
|
||||
I18N_PACKAGE = 'libwaveview'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
waveview_sources = [
|
||||
'debug.cc',
|
||||
'wave_view.cc',
|
||||
|
@ -15,10 +15,6 @@ WIDGETS_LIB_VERSION = '0.0.0'
|
||||
|
||||
I18N_PACKAGE = 'libwidgets'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
widgets_sources = [
|
||||
'ardour_ctrl_base.cc',
|
||||
'ardour_button.cc',
|
||||
|
@ -15,10 +15,6 @@ ZCONVOLVER_LIB_VERSION = '4.0.0'
|
||||
|
||||
I18N_PACKAGE = 'libzita-convolver'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -15,10 +15,6 @@ ZRESAMPLER_LIB_VERSION = '1.6.0'
|
||||
|
||||
I18N_PACKAGE = 'libzita-resampler'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
zresampler_sources = [
|
||||
'resampler.cc',
|
||||
'resampler-table.cc',
|
||||
|
@ -4,9 +4,6 @@ import waflib.Utils as Utils
|
||||
import os
|
||||
import sys
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -4,10 +4,6 @@ import waflib.Utils as Utils
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
import waflib.Utils as Utils
|
||||
import os
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(ctx):
|
||||
pass
|
||||
|
||||
|
@ -3,10 +3,6 @@ from waflib.extras import autowaf as autowaf
|
||||
import re
|
||||
import sys
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user