Home
last modified time | relevance | path

Searched refs:targname (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Drule.c163 char *targname, *targpercent, *depname; in convert_suffix_rule() local
173 targname = savestring ("(%.obj)", 7); in convert_suffix_rule()
175 targname = savestring ("(%.o)", 5); in convert_suffix_rule()
177 targpercent = targname + 1; in convert_suffix_rule()
183 targname = xmalloc (1 + len + 1); in convert_suffix_rule()
184 targname[0] = '%'; in convert_suffix_rule()
185 bcopy (target, targname + 1, len + 1); in convert_suffix_rule()
186 targpercent = targname; in convert_suffix_rule()
191 names[0] = targname; in convert_suffix_rule()