diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/sysdef.io.MakeWriter2-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/sysdef.io.MakeWriter2-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,374 @@ + + + + + sysdef.io.MakeWriter2 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package sysdef :: + Module io :: + Class MakeWriter2 + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class MakeWriter2

source code

+
+buildtools.AbstractOutputWriter --+
+                                  |
+                                 MakeWriter2
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
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)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +