github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/ifdef_ret_in_arg.mk (about)

     1  define x
     2  a
     3  b
     4  endef
     5  $(x):=PASS
     6  ifdef $(x)
     7  $(info $($(x)))
     8  endif