Searched refs:cmakefile (Results 1 – 1 of 1) sorted by relevance
509 def ExtractPerlAsmFromCMakeFile(cmakefile): argument513 with open(cmakefile) as f:519 raise ValueError('Bad perlasm line in %s' % cmakefile)523 raise ValueError('Bad perlasm line in %s' % cmakefile)526 'input': os.path.join(os.path.dirname(cmakefile), params[1]),527 'output': os.path.join(os.path.dirname(cmakefile), params[0]),539 for cmakefile in cmakefiles:540 perlasms.extend(ExtractPerlAsmFromCMakeFile(cmakefile))