crunchgen.c | 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; local in function:gen_output_makefile 836 if ((outmk = fopen(outmkname, "w")) == NULL) { 842 fprintf(outmk, "# %s - generated from %s by crunchgen %s\n\n", 845 top_makefile_rules(outmk); 862 prog_makefile_rules(outmk, p, linevars); 864 fprintf(outmk, "\n.include <bsd.prog.mk>\n"); 865 fprintf(outmk, "\n# ========\n") [all...] |