equal
deleted
inserted
replaced
260 return os.path.join (calc_header_include (head), tail) |
260 return os.path.join (calc_header_include (head), tail) |
261 |
261 |
262 |
262 |
263 class gen_everything_h_task(Task.Task): |
263 class gen_everything_h_task(Task.Task): |
264 before = 'cc cxx' |
264 before = 'cc cxx' |
|
265 after = 'ns3header_task' |
|
266 color = 'BLUE' |
265 |
267 |
266 def run(self): |
268 def run(self): |
267 assert len(self.outputs) == 1 |
269 assert len(self.outputs) == 1 |
268 |
270 |
269 header_files = [calc_header_include(node.abspath(self.env)) for node in self.inputs] |
271 header_files = [calc_header_include(node.abspath(self.env)) for node in self.inputs] |