blob: f4f5e53a8792860323ff8f290149c3c8e178ecc7 [file] [log] [blame]
TARGET = macro_obs.tcl macro_pdn.tcl
all: $(TARGET)
macro_obs.tcl: macro.cfg
../../../script/mk_obstruction.py $< > $@
macro_pdn.tcl: macro.cfg
../../../script/mk_pdn_macro_hooks.py $< > $@
clean:
rm -f $(TARGET)