Lines Matching refs:target
24 char *target;
30 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
35 * Print out the commandline prefixed with cmd_<target filename> :=
39 printf("cmd_%s := %s\n\n", target, cmdline);
65 /* Is the token we found a target name? */
67 /* Don't write any target names into the dependency file */
88 * process the first target name, which
90 * and ignore any other target names,
97 target, s);
99 target);
117 printf("\n%s: $(deps_%s)\n\n", target, target);
118 printf("$(deps_%s):\n", target);
163 target = argv[2];