ワークスペースで別のファイルが見つかった場合、前提条件を追加することはできますか? または、他にどのように次のアイデアを実現できますか? 基本的に、ワークスペースの特定の場所に 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 > $@