# -*-perl-*- $description = "Test automatic variable setting."; $details = ""; use Cwd; $dir = cwd; $dir =~ s,.*/([^/]+)$,../$1,; # simple test # Touch these into the past &utouch(-10, qw(foo.x baz.z)); run_make_test(q! .SUFFIXES: .SUFFIXES: .x .y .z $(dir)/foo.x : baz.z $(dir)/bar.y baz.z #TAB#@echo '$$@ = $@, $$(@D) = $(@D), $$(@F) = $(@F)' #TAB#@echo '$$* = $*, $$(*D) = $(*D), $$(*F) = $(*F)' #TAB#@echo '$$< = $<, $$(