diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index cb4d69a24..dd7c6b822 100644 --- a/Makefile.in +++ b/Makefile.in @@ -125,6 +125,10 @@ LIBVHDL_FLAGS_TO_PASS=\ all: Makefile all.$(backend) all.libghdl.$(enable_python) install: install.$(backend) +# Generate std.standard package VHDL source + $(DESTDIR)$(bindir)/ghdl$(EXEEXT) --disp-standard --std=87 > $(DESTDIR)$(VHDL_LIB_DIR)/src/std/standard.v87 + $(DESTDIR)$(bindir)/ghdl$(EXEEXT) --disp-standard --std=93 > $(DESTDIR)$(VHDL_LIB_DIR)/src/std/standard.v93 + $(DESTDIR)$(bindir)/ghdl$(EXEEXT) --disp-standard --std=08 > $(DESTDIR)$(VHDL_LIB_DIR)/src/std/standard.v08 check: check.$(backend) |