Package sysdef :: Module io :: Class MakeWriter3
[hide private]
[frames] | no frames]

Class MakeWriter3

source code

buildtools.AbstractOutputWriter --+
                                  |
                                 MakeWriter3

Instance Methods [hide private]
 
__init__(self, output) source code
 
__read_file(self, filename) source code
 
write(self, sdf)
Method to override to implement format specific output.
source code
 
_unit_to_makefile(self, unit) source code
 
_group_to_makefile(self, group, gtype) source code
 
_configuration_to_makefile(self, config) source code
 
_task_to_makefile(self, task) source code
 
_task_to_makefile_target(self, task) source code
 
_buildlayer_target(self, bl) source code
 
_buildlayer_target_dep(self, bl)
Generating target name for buildlayer: <config_name>-buildLayer-<_buildlayer_target_cmd>
source code

Inherited from buildtools.AbstractOutputWriter: __call__, close, writeTopLevel

Method Details [hide private]

__init__(self, output)
(Constructor)

source code 
Overrides: buildtools.AbstractOutputWriter.__init__

write(self, sdf)

source code 
Method to override to implement format specific output.
Overrides: buildtools.AbstractOutputWriter.write
(inherited documentation)