‘define NAND(dval) nand nand #(dval)
The ‘include directive can be followed by a macro, instead of a literal string:
‘define home(filename) ‘"/home/foo/myfilefilename‘"
‘include ‘home(myfile)