File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,7 @@ RESULTS_ODB = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.odb)))
824824RESULTS_DEF = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .def) ) )
825825RESULTS_GDS = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .gds) ) )
826826RESULTS_OAS = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .oas) ) )
827+ .PHONY : $(foreach file,$(RESULTS_DEF ) $(RESULTS_GDS ) $(RESULTS_OAS ) ,klayout_$(file ) )
827828$(foreach file,$(RESULTS_DEF ) $(RESULTS_GDS ) $(RESULTS_OAS ) ,klayout_$(file ) ) : klayout_% : $(OBJECTS_DIR ) /klayout.lyt
828829 $(KLAYOUT_CMD ) -nn $(OBJECTS_DIR ) /klayout.lyt $(RESULTS_DIR ) /$*
829830
@@ -838,9 +839,11 @@ gui_route: gui_5_route.odb
838839.PHONY : gui_final
839840gui_final : gui_6_final.odb
840841
842+ .PHONY : $(foreach file,$(RESULTS_DEF ) ,gui_$(file ) )
841843$(foreach file,$(RESULTS_DEF ) ,gui_$(file ) ) : gui_% :
842844 DEF_FILE=$(RESULTS_DIR ) /$* $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /gui.tcl
843845
846+ .PHONY : $(foreach file,$(RESULTS_ODB ) ,gui_$(file ) )
844847$(foreach file,$(RESULTS_ODB ) ,gui_$(file ) ) : gui_% :
845848 ODB_FILE=$(RESULTS_DIR ) /$* $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /gui.tcl
846849
You can’t perform that action at this time.
0 commit comments