From 5ec4adc52ffacb8407d17dc728e45f7ac8f66261 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 14 May 2019 18:26:25 +0200 Subject: python/libghdl: refactoring --- src/vhdl/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/vhdl/Makefile') diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index 6eb52cfae..425563a18 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -27,9 +27,9 @@ DEPS=vhdl-nodes.ads vhdl-nodes.adb.in $(PNODES) GEN_FILES=vhdl-nodes.adb vhdl-nodes_meta.ads vhdl-nodes_meta.adb \ vhdl-elocations.adb vhdl-elocations_meta.ads vhdl-elocations_meta.adb \ - python/libghdl/iirs.py python/libghdl/nodes_meta.py \ - python/libghdl/std_names.py python/libghdl/tokens.py \ - python/libghdl/elocations.py python/libghdl/errorout.py + python/libghdl/thin/vhdl/nodes.py python/libghdl/thin/vhdl/nodes_meta.py \ + python/libghdl/thin/vhdl/tokens.py python/libghdl/thin/vhdl/elocations.py \ + python/libghdl/thin/errorout.py python/libghdl/thin/std_names.py NODES_FLAGS=--node-file=vhdl-nodes.ads --field-file=vhdl-nodes.adb.in \ --template-file=vhdl-nodes.adb.in --kind-file=vhdl-nodes.ads \ @@ -71,32 +71,32 @@ vhdl-elocations_meta.adb: vhdl-elocations_meta.adb.in vhdl-elocations.ads $(DEPS $(PNODES) $(ELOCATIONS_FLAGS) meta_body > $@ chmod -w $@ -python/libghdl/iirs.py: $(DEPS) $(PNODESPY) +python/libghdl/thin/vhdl/nodes.py: $(DEPS) $(PNODESPY) $(RM) $@ - $(PNODESPY) $(NODES_FLAGS) libghdl-iirs > $@ + $(PNODESPY) $(NODES_FLAGS) libghdl-nodes > $@ chmod -w $@ -python/libghdl/nodes_meta.py: $(DEPS) $(PNODESPY) +python/libghdl/thin/vhdl/nodes_meta.py: $(DEPS) $(PNODESPY) $(RM) $@ $(PNODESPY) $(NODES_FLAGS) libghdl-meta > $@ chmod -w $@ -python/libghdl/std_names.py: $(PNODESPY) ../std_names.ads +python/libghdl/thin/std_names.py: $(PNODESPY) ../std_names.ads $(RM) $@ $(PNODESPY) $(NODES_FLAGS) libghdl-names > $@ chmod -w $@ -python/libghdl/tokens.py: $(PNODESPY) vhdl-tokens.ads +python/libghdl/thin/vhdl/tokens.py: $(PNODESPY) vhdl-tokens.ads $(RM) $@ $(PNODESPY) $(NODES_FLAGS) libghdl-tokens > $@ chmod -w $@ -python/libghdl/elocations.py: $(PNODESPY) vhdl-elocations.ads +python/libghdl/thin/vhdl/elocations.py: $(PNODESPY) vhdl-elocations.ads $(RM) $@ $(PNODESPY) $(ELOCATIONS_FLAGS) libghdl-elocs > $@ chmod -w $@ -python/libghdl/errorout.py: $(PNODESPY) ../errorout.ads +python/libghdl/thin/errorout.py: $(PNODESPY) ../errorout.ads $(RM) $@ $(PNODESPY) $(ELOCATIONS_FLAGS) libghdl-errorout > $@ chmod -w $@ -- cgit v1.2.3