Lines Matching refs:_makefile
192 def write_cbmcbatchyaml_target(opsys, _makefile): argument
212 _makefile.write(target)
214 def write_solver(opsys, _makefile): argument
221 _makefile.write(conditional)
224 with open(makefile, "w") as _makefile:
225 write_define(opsys, "FREERTOS_PLUS_TCP", defines, _makefile)
226 write_define(opsys, "PROOFS", defines, _makefile)
227 write_common_defines(opsys, defines, _makefile)
228 write_makefile(opsys, template, defines, _makefile)
229 write_cbmcbatchyaml_target(opsys, _makefile)
230 write_solver(opsys, _makefile)