Lines Matching refs:eval
3 $description = "Test the eval function.";
5 $details = "This is a test of the eval function in GNU make.
17 X = $(eval $(value Y))
19 $(eval $(shell echo A = A))
20 $(eval $(Y))
21 $(eval A = C)
22 $(eval $(X))
46 $(foreach v,$(VARS),$(eval $(call VARSET,$v,$v)))
60 # Test to make sure eval'ing inside conditionals works properly
76 $(eval $(Y))
92 # TEST very recursive invocation of eval
100 rev=$(eval res:=)$(foreach word,$1,$(eval res:=${word} ${res}))${res}
113 # TEST eval with no filename context.
123 EVAR = $(eval FOBAR = 1)
147 $(eval $(FOO))
155 $(eval $(FOO))
165 run_make_test('deps: ; $(eval deps: foo)', '',