Lines Matching refs:vpath
1 $description = "This is part 2 in a series to test the vpath directive\n"
3 ." vpath pattern directive\n"
4 ." vpath pattern (clears path associated with pattern)\n"
5 ." vpath (clears all paths specified with vpath)\n";
7 $details = "This test simply adds many search paths using various vpath\n"
17 print MAKEFILE "vpath %.c foo\n";
18 print MAKEFILE "vpath %.c $workdir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n";
20 print MAKEFILE "vpath %.h $workdir\n";
21 print MAKEFILE "vpath %.c\n";
22 print MAKEFILE "vpath\n";