HomeSort by: relevance | last modified time | path
    Searched refs:env (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
SConscript 7 if env['platform'] in ('linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
16 ws_dri = env.ConvenienceLibrary(
18 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES'),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/gdi/
SConscript 7 if env['platform'] == 'windows':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_gdi = env.ConvenienceLibrary(
23 env.Alias('ws_gdi', ws_gdi)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
SConscript 7 if env['platform'] in ('cygwin', 'darwin', 'freebsd', 'linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
16 ws_xlib = env.ConvenienceLibrary(
18 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES'),
20 env.Alias('ws_xlib', ws_xlib)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
14 st_xlib = env.ConvenienceLibrary(
16 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES')
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/hgl/
SConscript 7 if env['platform'] in ('haiku'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
18 ws_haiku = env.ConvenienceLibrary(
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/wrapper/
SConscript 7 env = env.Clone()
9 env.Append(CPPPATH = [
14 ws_wrapper = env.ConvenienceLibrary(
16 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES'),
  /xsrc/external/mit/MesaLib.old/dist/scons/
x11.py 31 def generate(env):
32 env.Append(CPPPATH = ['/usr/X11R6/include'])
33 env.Append(LIBPATH = ['/usr/X11R6/lib'])
35 env.Append(LIBS = [
44 def exists(env):
46 if env['platform'] in ('linux', 'freebsd', 'darwin'):
gallium.py 48 def symlink(target, source, env):
55 def install(env, source, subdir):
56 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
57 return env.Install(target_dir, source)
59 def install_program(env, source):
60 return install(env, source, 'bin')
62 def install_shared_library(env, sources, version = ()):
64 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir']
    [all...]
crossmingw.py 53 def find(env):
54 if env['machine'] == 'x86_64':
60 if env.WhereIs(prefix + 'gcc') or SCons.Util.WhereIs(prefix + 'gcc'):
65 def shlib_generator(target, source, env, for_signature):
68 dll = env.FindIxes(target, 'SHLIBPREFIX', 'SHLIBSUFFIX')
73 implib = env.FindIxes(target, 'LIBPREFIX', 'LIBSUFFIX')
76 def_target = env.FindIxes(target, 'WIN32DEFPREFIX', 'WIN32DEFSUFFIX')
81 def shlib_emitter(target, source, env):
82 dll = env.FindIxes(target, 'SHLIBPREFIX', 'SHLIBSUFFIX')
83 no_import_lib = env.get('no_import_lib', 0
    [all...]
dxsdk.py 37 def get_dxsdk_root(env):
43 def generate(env):
44 dxsdk_root = get_dxsdk_root(env)
49 if env['machine'] in ('generic', 'x86'):
51 elif env['machine'] == 'x86_64':
59 env.Append(CPPDEFINES = [('HAVE_DXSDK', '1')])
61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
68 env.Prepend(LIBPATH = [lib_dir]
    [all...]
custom.py 58 def quietCommandLines(env):
61 env['ASCOMSTR'] = " Assembling $SOURCE ..."
62 env['ASPPCOMSTR'] = " Assembling $SOURCE ..."
63 env['CCCOMSTR'] = " Compiling $SOURCE ..."
64 env['SHCCCOMSTR'] = " Compiling $SOURCE ..."
65 env['CXXCOMSTR'] = " Compiling $SOURCE ..."
66 env['SHCXXCOMSTR'] = " Compiling $SOURCE ..."
67 env['ARCOMSTR'] = " Archiving $TARGET ..."
68 env['RANLIBCOMSTR'] = " Indexing $TARGET ..."
69 env['LINKCOMSTR'] = " Linking $TARGET ...
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/null/
SConscript 7 env = env.Clone()
9 env.Append(CPPPATH = [
14 ws_null = env.ConvenienceLibrary(
16 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES'),
18 env.Alias('ws_null', ws_null)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
20 st_haiku = env.ConvenienceLibrary(
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
SConscript 6 env = env.Clone()
8 env.Prepend(LIBS = [
14 env.Append(LIBS = env['X11_LIBS'])
15 env.Append(LIBPATH = env['X11_LIBPATH'])
17 env.Append(CPPPATH = [
29 env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
30 env.Prepend(LIBS = [softpipe]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/libgl-gdi/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
14 env.Append(LIBS = [
22 env.Prepend(LIBS = [
34 if env['llvm']:
35 env.Append(CPPDEFINES = 'HAVE_LLVMPIPE')
38 if env['swr']:
39 env.Append(CPPDEFINES = 'HAVE_SWR')
42 if env['gcc'] and env['machine'] != 'x86_64'
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/hgl/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
18 env.Prepend(LIBS = [
30 libgl = env.SharedLibrary(
33 SHLIBSUFFIX = env['SHLIBSUFFIX'],
36 env.Alias('libgl-haiku', libgl)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/
SConscript 6 env = env.Clone()
8 graw_util = env.SharedObject(
12 env = env.Clone()
19 env.Prepend(LIBS = [mesautil, gallium])
22 graw = env.SharedLibrary(
27 if env['platform'] == 'windows':
28 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX')
30 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX'
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/libgl-xlib/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
16 env.Append(CPPDEFINES = ['USE_XSHM'])
18 env.Prepend(LIBS = env['X11_LIBS'])
19 env.Prepend(LIBPATH = env['X11_LIBPATH'])
21 env.Prepend(LIBS = [
39 env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE']
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
12 env.Prepend(LIBS = [
26 env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
27 env.Prepend(LIBS = [softpipe])
29 if env['llvm']:
30 env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
31 env.Prepend(LIBS = [llvmpipe])
33 graw = env.SharedLibrary
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/egl/
SConscript 7 env = env.Clone()
9 env.Append(CPPPATH = [
18 egl_sources = env.ParseSourceList('Makefile.sources', 'LIBEGL_C_FILES')
20 env.Append(CPPDEFINES = [
27 env.Prepend(LIBS = [mesautil])
29 egl = env.SharedLibrary(
34 egl = env.InstallSharedLibrary(egl, version=(1, 0, 0))
36 env.Alias('egl', egl)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
SConscript 6 env = env.Clone()
8 env.PkgUseModules(['DRM'])
10 env.Append(CPPPATH = [
18 sources = env.ParseSourceList('Makefile.sources', 'common_SOURCES')
21 sources.append(env.ParseSourceList('Makefile.sources', 'drisw_SOURCES'))
24 sources.append(env.ParseSourceList('Makefile.sources', 'dri2_SOURCES'))
26 st_dri = env.ConvenienceLibrary(
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/
SConscript 8 env = env.Clone()
10 env.MSVC2013Compat()
12 env.Append(CPPPATH = [
26 if env['platform'] == 'windows':
27 env.Append(CPPDEFINES = [
34 source_lists = env.ParseSourceList('Makefile.sources')
36 env.Append(YACCFLAGS = ['-d', '-p', '_mesa_program_'])
37 env.CFile('program/lex.yy.c', 'program/program_lexer.l')
38 env.CFile('program/program_parse.tab.c', 'program/program_parse.y'
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
SConscript 6 drienv = env.Clone()
41 env = env.Clone()
43 env.Append(CPPPATH = [
50 env.Append(CPPDEFINES = [
54 sources = env.ParseSourceList('Makefile.sources', 'megadriver_stub_FILES')
56 megadrivers_stub = env.ConvenienceLibrary(
61 env.Alias('megadrivers_stub', megadrivers_stub)
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
SConscript 9 env = env.Clone()
11 env.MSVC2013Compat()
13 env.Append(CPPDEFINES = [
17 if env['platform'] == 'windows':
18 env.Append(CPPDEFINES = [
25 env.Append(CPPPATH = [
46 o = env.SharedObject(s[:-2], '../' + s)
52 if env['platform'] not in ('cygwin', 'darwin', 'windows'):
54 sources = [GLAPI + 'gen/gl_and_es_API.xml'] + env.Glob(GLAPI + 'gen/*.xml'
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/shared-glapi/
SConscript 8 def mapi_objects(env, printer, mode):
36 header = env.CodeGenerate(
44 header = env.CodeGenerate(
47 source = [GLAPI + 'gen/gl_and_es_API.xml'] + env.Glob(GLAPI + 'gen/*.xml'),
63 if env['platform'] == 'windows':
76 o = env.SharedObject(
84 env.Depends(objects, header)
88 env = env.Clone()
90 env['SHLIBPREFIX'] = 'lib
    [all...]

Completed in 6 milliseconds

1 2 3 4 5 6 7 8 9