Exemplo n.º 1
0
    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'])
Exemplo n.º 2
0
    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'])
Exemplo n.º 3
0
 def input(self):
     return common.make_tuples([self._path])
Exemplo n.º 4
0
 def output(self):
     return common.make_tuples(
         [common.tobuilddir(common.stripext(self._path)) + '.fbs.h'])
Exemplo n.º 5
0
 def input(self):
     return common.make_tuples([self._path, '$S/build/scripts/stdout2stderr.py'])
Exemplo n.º 6
0
 def input(self):
     return common.make_tuples(self._pre_include + [self._path])
Exemplo n.º 7
0
 def output(self):
     return common.make_tuples([self.main_out()])
Exemplo n.º 8
0
 def output(self):
     return common.make_tuples([common.tobuilddir(common.stripext(self._path)) + '.o'])
Exemplo n.º 9
0
 def input(self):
     return make_tuples([self._path])
Exemplo n.º 10
0
 def output(self):
     return common.make_tuples([
         common.tobuilddir(self._path + '.h.rl5')
     ])
Exemplo n.º 11
0
 def input(self):
     return common.make_tuples([
         '$S/library/xml/parslib/xsyn2ragel.py',
         self._path,
         '$S/library/xml/parslib/xmlpars.xh'
     ])
Exemplo n.º 12
0
 def output(self):
     return common.make_tuples([
         common.tobuilddir(common.stripext(self._path)) + self.extension()
     ])
Exemplo n.º 13
0
 def output(self):
     return common.make_tuples([common.tobuilddir(self._path + '.h.rl5')])
Exemplo n.º 14
0
 def input(self):
     return common.make_tuples([
         '$S/library/xml/parslib/xsyn2ragel.py', self._path,
         '$S/library/xml/parslib/xmlpars.xh'
     ])
Exemplo n.º 15
0
 def output(self):
     return common.make_tuples([common.tobuilddir(common.stripext(self._path)) + self.extension()])
Exemplo n.º 16
0
 def output(self):
     return common.make_tuples([self.main_out()])
Exemplo n.º 17
0
 def input(self):
     return common.make_tuples(self._pre_include + [self._path])
Exemplo n.º 18
0
 def input(self):
     return common.make_tuples([self._path])
Exemplo n.º 19
0
 def input(self):
     return common.make_tuples(
         [self._path, '$S/build/scripts/stdout2stderr.py'])
Exemplo n.º 20
0
 def input(self):
     return make_tuples([self._path])