16 |
finleypy_env.Append(BUILDERS = {'PyCompile' : py_builder}); |
finleypy_env.Append(BUILDERS = {'PyCompile' : py_builder}); |
17 |
|
|
18 |
python_src = ['__init__.py', |
python_src = ['__init__.py', |
19 |
'finley.py'] |
'finley.py', |
20 |
|
'finleybench.py'] |
21 |
|
|
22 |
pyc = finleypy_env.PyCompile(python_src) |
pyc = finleypy_env.PyCompile(python_src) |
|
finleypy_env.Install(pydir, pyc) |
|
|
finleypy_env.Install(pydir2, pyc) |
|
23 |
|
|
24 |
|
Default(finleypy_env.Install(pydir, pyc)) |
25 |
|
Default(finleypy_env.Install(pydir2, pyc)) |
26 |
if pyinstall != None: |
if pyinstall != None: |
27 |
finleypy_env.Install(pyinstall, pyc) |
Default(finleypy_env.Install(pyinstall, pyc)) |