![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Base class for all C/C++ build events inherited from Make. More...
Public Member Functions | |
| def | __init__ (self, args, kwargs) |
| def | OutputPath (self, libpath=os.getcwd()) |
| def | Build (self, cmdstring) |
| def | create (self) |
Public Member Functions inherited from PyXMake.Build.Make.Make | |
| def | __init__ (self, BuildID, Srcs, scratch=os.getcwd(), msvsc='vs2015', stype='Fortran', verbose=0, args, kwargs) |
| def | __getstate__ (self) |
| def | __setstate__ (self, _dict) |
| def | AddIncludePath (self, includes) |
| def | AddDependencyPath (self, dependencies) |
| def | UseLibraries (self, libs) |
| def | SourcePath (self, path) |
| def | OutputPath (self, path, files="") |
| def | Environment (self, path, script="ifortvars.bat") |
| def | Preprocessing |
| def | Build (self, cmdstring) |
| def | Postprocessing (self, cmdstring='') |
| def | create (self) |
Public Attributes | |
| MakeObjectKind | |
| String identifier of current instance. More... | |
| exe | |
| The executable command used in the main build event. More... | |
| isStatic | |
| Static or dynamic link library flag. More... | |
| incremental | |
| Define if the input should be compiled exactly as provided. More... | |
| libname | |
| Name of library, assembled using BuildID. More... | |
| buildname | |
| Temporary build name. More... | |
| List of libraries which should be statically linked in. More... | |
| temps | |
| Blank version of tuple to store temporary file names scheduled for removal. More... | |
| libdirs | |
| Blank version of list containing library directories without initially specifying MKL. More... | |
| outlibs | |
| Output path for library files. More... | |
| compargs | |
| Used defined command line options. More... | |
| makecmd | |
| Intel Compiler command. More... | |
| linkcmd | |
| Intel Linker command. More... | |
Public Attributes inherited from PyXMake.Build.Make.Make | |
| buildid | |
| Base string of build object. More... | |
| srcs | |
| Source file or folders. | |
| stype | |
| Source file type. | |
| verbose | |
| Level of verbosity of the current build object. More... | |
| scrtdir | |
| Current scratch directory. | |
| srcdir | |
| Default search directory for source files. More... | |
| outdir | |
| Default search directory for output. More... | |
| intelpath | |
| Path to Intel Fortran Compiler (read from Paths.log). More... | |
| temps | |
| Tuple of data to be removed after job completion. More... | |
| incdirs | |
| List of include directories. More... | |
| libdirs | |
| List of library directories. More... | |
| libs | |
| List of actual libraries (by name) used during linking. More... | |
| copyfiles | |
| List of files to be copied to the output directory after finish. More... | |
| setarch | |
| Define the architecture for the build directly by using the keyword argument "arch". More... | |
| architecture | |
| Processor architecture. | |
| iniCompiler | |
| Executable batch script (including absolute system path) to set up the Intel Fortran Compiler. More... | |
| msvsc | |
| Default version of Microsoft visual studio used by the Intel Fortran Compiler. More... | |
| postcmd | |
| Post build command. More... | |
| buildname | |
| precmd | |
| Command executed during pre-build event. More... | |
| compargs | |
| Command line arguments passed in by the user. More... | |
| makecmd | |
| Command executed during build event. More... | |
Base class for all C/C++ build events inherited from Make.
Inherited class to build projects using Intel C/C++.
| def PyXMake.Build.Make.CCxx.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
| def PyXMake.Build.Make.CCxx.Build | ( | self, | |
| cmdstring | |||
| ) |
| def PyXMake.Build.Make.CCxx.create | ( | self | ) |
| def PyXMake.Build.Make.CCxx.OutputPath | ( | self, | |
libpath = os.getcwd() |
|||
| ) |
| PyXMake.Build.Make.CCxx.compargs |
| PyXMake.Build.Make.CCxx.exe |
| PyXMake.Build.Make.CCxx.incremental |
| PyXMake.Build.Make.CCxx.isStatic |
| PyXMake.Build.Make.CCxx.libdirs |
| PyXMake.Build.Make.CCxx.libname |
| PyXMake.Build.Make.CCxx.linkedIn |
| PyXMake.Build.Make.CCxx.MakeObjectKind |
| PyXMake.Build.Make.CCxx.outlibs |
| PyXMake.Build.Make.CCxx.temps |