source := $(wildcard *.p4) outfile := $(source:.p4=.json) 这里的原来的source 代表的所有p4 src 代码文件,被替换为.json 结尾的文件