是否可以对makefile中的变量执行某些操作?例如,定义
JPI=4 JPJ=2
是否有可能在同一个makefile中定义一个等于$(JPI)*$(JPJ)扩展值的变量JPIJ?
makefile
makefile ×1