|
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
| bool | incremental = True |
Public Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| int | verbose = 2 |
| str | source_path = '' |
| str | output_file_path = '' |
| str | base_path = '' |
| scratch_path = os.getcwd() | |
| libs = None | |
| includes = None | |
| libpaths = None | |
| bool | incremental = False |
| str | msvsc = "vs2015" |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Protected Member Functions | |
| _create_command (self) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _perform_post_actions (self) | |
Static Protected Attributes | |
| str | _PACKAGE_NAME = 'beos' |
| int | _KEY_OPT = 2 |
| _INPUT_FILES = GetSourceCode(_KEY_OPT) | |
Static Protected Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| str | _PACKAGE_NAME = '' |
| list | _INPUT_FILES = [] |
Additional Inherited Members | |
Public Member Functions inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Static Public Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| str | description = "Runs the build process of Fortran source code for Python using f2py." |
| list | user_options |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Protected Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| dict | _MAKE_OPT = {"Python":0, "Java":1, "Fortran":2} |
Runs the build process for Beos.
Definition at line 648 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 658 of file stm_make.py.
|
staticprotected |
Definition at line 656 of file stm_make.py.
|
staticprotected |
Definition at line 653 of file stm_make.py.
|
staticprotected |
Definition at line 652 of file stm_make.py.
| bool PyXMake.VTL.stm_make.f2py_beos.incremental = True |
Definition at line 661 of file stm_make.py.