Module makemake
source code
This module is designed to build makefiles.
|
|
maketemp(dir='/tmp',
prefix='maketemp',
suffix='') |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
str !Not an integer!
|
ncpu()
Returns:
a string representation of the integer number of cores that the
computer has. |
source code
|
|
|
|
|
|
|
makeflags = []
|
|
|
makefile = None
hash(x)
|
|
|
DB_format = 'fiatio'
|
|
|
__package__ = 'gmisclib'
|
Imports:
os,
re,
sys,
tempfile,
datetime,
subprocess,
die,
avio,
fiatio,
gpkmisc
|
Writes a rule into a makefile. All lines except the first are
indented.
|
- Returns: str !Not an integer!
- a string representation of the integer number of cores that the
computer has.
|