如果在工作区中找到另一个文件,是否可以添加先决条件?或者我还能如何实现以下想法?基本上,如果我的工作区在特定位置有一个 lcf 文件,我需要制作另一个文件。像这样的东西:
lcf := ../base_sw/lcf/base.lcf
.PHONY :
all : $(objects)
# if $(lcf) file exists then
all : $(objects) sup.a2l
sup.a2l :
# Perl script runs here to produce sup.a2l
@echo Chris > $@