Lines Matching refs:d
18 .SUFFIXES: .a .b .c .d
24 %.d:
30 %.c :: %.d
40 rename: $(VPATH)/foo.c foo.d
45 notarget.c: notarget.d
70 &touchfiles("$VP/foo.d", "$VP/bar.d", "$VP/foo.c", "$VP/bar.c", "foo.b", "bar.d");
76 $answer = "cat bar.d > bar.c
83 &touchfiles("$VP/notarget.c", "notarget.b", "notarget.d");
87 $answer = "not creating notarget.c from notarget.d
96 &touchfiles("$VP/inter.d");
102 $answer = "cat ${VP}inter.d > inter.c
113 &touch("$VP/inter.d");
115 push(@touchedfiles, "$VP/inter.b", "$VP/inter.d");
119 $answer = "cat ${VP}inter.d > inter.c