aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/Makefile
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-05 20:39:59 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-05 20:39:59 +0200
commitf8bf562141e892483af1f568ed4f3a858fcde878 (patch)
tree3e6dd83568e990ac4819703d701dfa2651048c1f /src/vhdl/Makefile
parent1dc7ae40402166d320b8b5ff309477ed3c236407 (diff)
downloadghdl-f8bf562141e892483af1f568ed4f3a858fcde878.tar.gz
ghdl-f8bf562141e892483af1f568ed4f3a858fcde878.tar.bz2
ghdl-f8bf562141e892483af1f568ed4f3a858fcde878.zip
pnodespy: generate std_names.py
Diffstat (limited to 'src/vhdl/Makefile')
-rw-r--r--src/vhdl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile
index 7f3f51245..df65960a0 100644
--- a/src/vhdl/Makefile
+++ b/src/vhdl/Makefile
@@ -26,7 +26,8 @@ PNODESPY=python/pnodespy.py
DEPS=iirs.ads nodes.ads $(PNODES)
GEN_FILES=iirs.adb nodes_meta.ads nodes_meta.adb \
- python/libghdl/iirs.py python/libghdl/nodes_meta.py
+ python/libghdl/iirs.py python/libghdl/nodes_meta.py \
+ python/libghdl/std_names.py
all: $(GEN_FILES)
@@ -55,6 +56,10 @@ python/libghdl/nodes_meta.py: $(DEPS) $(PNODESPY)
$(PNODESPY) libghdl-meta > $@
chmod -w $@
+python/libghdl/std_names.py: $(PNODESPY)
+ $(RM) $@
+ $(PNODESPY) libghdl-names > $@
+ chmod -w $@
clean:
$(RM) -f $(GEN_FILES)