PyXMake Developer Guide  1.0
PyXMake
PyXMake.Build.Make Namespace Reference

Create a make object to define the building environment. More...

Classes

class  CCxx
 Base class for all C/C++ build events inherited from Make. More...
 
class  Custom
 Base class for all custom build events inherited from Make. More...
 
class  Doxygen
 Base class for all Doxygen build events. More...
 
class  Fortran
 Base class for all Fortran build events. More...
 
class  Make
 Abstract base class for all make objects. More...
 
class  NSIS
 Base class for all NSIS build events. More...
 
class  Py2X
 Base class for all Py2X (for now only f2py) build events. More...
 
class  PyInstaller
 Base class for all PyInstaller build events. More...
 
class  Sphinx
 Base class for all Sphinx build events. More...
 
class  SSH
 Base class for all build events requiring a SSH connection. More...
 

Variables

 PyXMakePath = Utility.GetPyXMakePath()
 Absolute system path to PyXMake. More...
 
 Path2Config = os.path.join(PyXMakePath,"Build","config")
 Absolute system path to configuration files. More...
 

Detailed Description

Create a make object to define the building environment.

Create a make object to define the building environment and to execute the 
build commands. The make event is subdivided in a pre-, main- and a post-build 
event.

@note: PyXMake module                   
Created on 20.03.2018    

@version:  1.0    
----------------------------------------------------------------------------------------------
@requires:
      - 

@change: 
      -    
  
@author: garb_ma                                                     [DLR-FA,STM Braunschweig]
----------------------------------------------------------------------------------------------
Author
Marc Garbade
Date
20.03.2018
Notes/Changes
  • Added documentation // mg 29.03.2018

Variable Documentation

◆ Path2Config

PyXMake.Build.Make.Path2Config = os.path.join(PyXMakePath,"Build","config")

Absolute system path to configuration files.

Definition at line 61 of file Make.py.

◆ PyXMakePath

PyXMake.Build.Make.PyXMakePath = Utility.GetPyXMakePath()

Absolute system path to PyXMake.

Definition at line 59 of file Make.py.