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

Class MakeWriter

source code

buildtools.AbstractOutputWriter --+
                                  |
                                 MakeWriter

Instance Methods [hide private]
 
__init__(self, output) source code
 
write(self, sdf)
Method to override to implement format specific output.
source code
 
_configuration_to_makefile(self, config) source code
 
_task_to_makefile(self, task) source code
 
_task_to_makefile_target(self, task) 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)