aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-10 10:44:39 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-10 10:44:39 +0200
commit5071e39d5dd239577dae40782a7dc69033e8920c (patch)
tree05c701abbc90ce5401be412ecce392cd6b695fae /Makefile.in
parentbb75c67563d6dc8920507909779f394d6760dd81 (diff)
downloadghdl-5071e39d5dd239577dae40782a7dc69033e8920c.tar.gz
ghdl-5071e39d5dd239577dae40782a7dc69033e8920c.tar.bz2
ghdl-5071e39d5dd239577dae40782a7dc69033e8920c.zip
grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d692ce123..a025c9e4c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -455,9 +455,10 @@ ghwlib.o: $(srcdir)/src/grt/ghwlib.c $(srcdir)/src/grt/ghwlib.h
############### grt #####################################################
-install.grt: $(libdirsuffix)/libgrt.a $(libdirsuffix)/grt.lst install.dirs
+install.grt: $(libdirsuffix)/libgrt.a $(libdirsuffix)/grt.lst $(libdirsuffix)/grt-exec.lst install.dirs
$(INSTALL_DATA) $(libdirsuffix)/libgrt.a $(DESTDIR)$(VHDL_LIB_DIR)/libgrt.a
$(INSTALL_DATA) $(libdirsuffix)/grt.lst $(DESTDIR)$(VHDL_LIB_DIR)/grt.lst
+ $(INSTALL_DATA) $(libdirsuffix)/grt-exec.lst $(DESTDIR)$(VHDL_LIB_DIR)/grt-exec.lst
$(INSTALL_DATA) $(GRTSRCDIR)/grt.ver $(DESTDIR)$(VHDL_LIB_DIR)/grt.ver
test "x$(LIBBACKTRACE)" = x || test "x$(backend)" = xgcc || \
$(INSTALL_DATA) $(LIBBACKTRACE) $(DESTDIR)$(VHDL_LIB_DIR)/libbacktrace.a
@@ -465,6 +466,7 @@ install.grt: $(libdirsuffix)/libgrt.a $(libdirsuffix)/grt.lst install.dirs
uninstall.grt:
$(RM) $(DESTDIR)$(VHDL_LIB_DIR)/libgrt.a
$(RM) $(DESTDIR)$(VHDL_LIB_DIR)/grt.lst
+ $(RM) $(DESTDIR)$(VHDL_LIB_DIR)/grt-exec.lst
$(RM) $(DESTDIR)$(VHDL_LIB_DIR)/grt.ver
$(RM) $(DESTDIR)$(VHDL_LIB_DIR)/libbacktrace.a