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