Home | History | Annotate | Download | only in crunchgen

Lines Matching refs:objs

78     strlst_t *objs, *objpaths;
412 p2->objs = p2->objpaths = p2->links = p2->keepsymbols = NULL;
493 if (!strcmp(argv[2], "objs")) {
496 add_string(&p->objs, argv[i]);
576 "Run \"make -f %s objs exe\" to build crunched binary.\n",
644 if (!p->objs && p->srcdir && is_nonempty_file(path))
647 if (!p->objpaths && p->objs) {
653 for (s = p->objs; s != NULL; s = s->next) {
659 if (!p->objs && verbose)
680 /* discover the objs from the srcdir Makefile */
696 fprintf(f, "OBJS?= ${PROG}.o\n");
698 fprintf(f, "crunchgen_objs:\n\t@echo 'OBJS= '${OBJS}\n");
712 if (strncmp(line, "OBJS= ", 6)) {
729 add_string(&p->objs, obj);
787 if (p->objs) {
788 fprintf(cachef, "special %s objs", p->name);
789 output_strlst(cachef, p->objs);
1012 fprintf(outmk, "objs: $(SUBMAKE_TARGETS)\n");
1036 if (p->objs)
1043 if (p->objs) {
1045 output_strlst(outmk, p->objs);
1067 if (p->objs)
1072 fprintf(outmk, "%s_make:\n\t@echo \"** Using existing objs for %s\"\n\n",
1082 if (p->objs)