Searched refs:cmakefile (Results 1 – 1 of 1) sorted by relevance
464 def ExtractPerlAsmFromCMakeFile(cmakefile): argument468 with open(cmakefile) as f:474 raise ValueError('Bad perlasm line in %s' % cmakefile)478 raise ValueError('Bad perlasm line in %s' % cmakefile)481 'input': os.path.join(os.path.dirname(cmakefile), params[1]),482 'output': os.path.join(os.path.dirname(cmakefile), params[0]),494 for cmakefile in cmakefiles:495 perlasms.extend(ExtractPerlAsmFromCMakeFile(cmakefile))561 def ExtractVariablesFromCMakeFile(cmakefile): argument567 with open(cmakefile) as f: