Searched refs:cmakefile (Results 1 – 1 of 1) sorted by relevance
731 def ExtractPerlAsmFromCMakeFile(cmakefile): argument735 with open(cmakefile) as f:741 raise ValueError('Bad perlasm line in %s' % cmakefile)745 raise ValueError('Bad perlasm line in %s' % cmakefile)748 'input': os.path.join(os.path.dirname(cmakefile), params[1]),749 'output': os.path.join(os.path.dirname(cmakefile), params[0]),761 for cmakefile in cmakefiles:762 perlasms.extend(ExtractPerlAsmFromCMakeFile(cmakefile))831 def ExtractVariablesFromCMakeFile(cmakefile): argument837 with open(cmakefile) as f: