def output(self): prefix = self._prefix if '-WbF' in self._flags: return make_tuples([prefix + 'DynSK.h', prefix + 'SK.h', prefix + '_defs.hh', prefix + '_operators.hh', prefix + '_poa.hh']) if self._genh: return make_tuples([prefix + 'DynSK.h', prefix + 'SK.h', prefix + '.hh']) return make_tuples([prefix + 'DynSK.cc', prefix + 'SK.cc', prefix + '.hh'])
def input(self): return common.make_tuples([self._path])
def output(self): return common.make_tuples( [common.tobuilddir(common.stripext(self._path)) + '.fbs.h'])
def input(self): return common.make_tuples([self._path, '$S/build/scripts/stdout2stderr.py'])
def input(self): return common.make_tuples(self._pre_include + [self._path])
def output(self): return common.make_tuples([self.main_out()])
def output(self): return common.make_tuples([common.tobuilddir(common.stripext(self._path)) + '.o'])
def input(self): return make_tuples([self._path])
def output(self): return common.make_tuples([ common.tobuilddir(self._path + '.h.rl5') ])
def input(self): return common.make_tuples([ '$S/library/xml/parslib/xsyn2ragel.py', self._path, '$S/library/xml/parslib/xmlpars.xh' ])
def output(self): return common.make_tuples([ common.tobuilddir(common.stripext(self._path)) + self.extension() ])
def output(self): return common.make_tuples([common.tobuilddir(self._path + '.h.rl5')])
def output(self): return common.make_tuples([common.tobuilddir(common.stripext(self._path)) + self.extension()])
def input(self): return common.make_tuples( [self._path, '$S/build/scripts/stdout2stderr.py'])