|
__init__(self)
Initialise the main building targets. |
|
|
|
clean_all_files(self,
target,
source,
env)
Builder action for cleaning up. |
|
|
|
clean_files(self,
target,
source,
env)
Builder action for removing temporary files. |
|
|
|
dummy(self,
target,
source,
env)
Dummy function which returns zero. |
|
|
|
help(self)
The help message. |
|
|
|
relax_fit(self)
Function for setting up scons for building the relaxation curve
fitting C modules. |
|
|
|
test_version(self,
target,
source,
env)
Builder action for testing that the program version number has been
set. |
|
|