Lines Matching refs:objs
73 strlst_t *objs, *objpaths;
438 p2->objs = NULL;
541 } else if (!strcmp(argv[2], "objs")) {
542 p->objs = NULL;
544 add_string(&p->objs, argv[i]);
687 if (!p->objs && p->srcdir && is_nonempty_file(path))
694 if (!p->objs && verbose)
698 if ((!p->srcdir || !p->objdir) && !p->objs)
712 /* discover the objs from the srcdir Makefile */
788 add_string(&p->objs, obj);
852 if (p->objs) {
853 fprintf(cachef, "special %s objs", p->name);
854 output_strlst(cachef, p->objs);
1033 fprintf(outmk, "all: objs exe\nobjs: $(SUBMAKE_TARGETS)\n");
1070 for (lst = p->objs; lst != NULL; lst = lst->next) {
1077 if (p->srcdir && p->objs) {
1082 output_strlst(outmk, p->objs);
1107 fprintf(outmk, "\t@echo \"** cannot make objs for %s\"\n\n",