PyXMake Developer Guide 1.0
PyXMake
Loading...
Searching...
No Matches
PyXMake.VTL.stm_make.f2py_beos Class Reference
Inheritance diagram for PyXMake.VTL.stm_make.f2py_beos:
PyXMake.VTL.stm_make.pyx_f2py PyXMake.VTL.stm_make._BaseCommandRunner

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}
 

Detailed Description

Runs the build process for Beos. 

Definition at line 648 of file stm_make.py.

Member Function Documentation

◆ _create_command()

PyXMake.VTL.stm_make.f2py_beos._create_command ( self)
protected

Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.

Definition at line 658 of file stm_make.py.

Member Data Documentation

◆ _INPUT_FILES

PyXMake.VTL.stm_make.f2py_beos._INPUT_FILES = GetSourceCode(_KEY_OPT)
staticprotected

Definition at line 656 of file stm_make.py.

◆ _KEY_OPT

int PyXMake.VTL.stm_make.f2py_beos._KEY_OPT = 2
staticprotected

Definition at line 653 of file stm_make.py.

◆ _PACKAGE_NAME

str PyXMake.VTL.stm_make.f2py_beos._PACKAGE_NAME = 'beos'
staticprotected

Definition at line 652 of file stm_make.py.

◆ incremental

bool PyXMake.VTL.stm_make.f2py_beos.incremental = True

Definition at line 661 of file stm_make.py.


The documentation for this class was generated from the following file: