Searched refs:outmk (Results 1 – 1 of 1) sorted by relevance
554 static void top_makefile_rules(FILE *outmk);555 static void bottom_makefile_rules(FILE *outmk);556 static void prog_makefile_rules(FILE *outmk, prog_t *p, const char *);829 FILE *outmk; in gen_output_makefile() local836 if ((outmk = fopen(outmkname, "w")) == NULL) { in gen_output_makefile()842 fprintf(outmk, "# %s - generated from %s by crunchgen %s\n\n", in gen_output_makefile()845 top_makefile_rules(outmk); in gen_output_makefile()862 prog_makefile_rules(outmk, p, linevars); in gen_output_makefile()864 fprintf(outmk, "\n.include <bsd.prog.mk>\n"); in gen_output_makefile()865 fprintf(outmk, "\n# ========\n"); in gen_output_makefile()[all …]