aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-03 21:27:27 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-04 16:40:42 +0100
commit05b8fe710d53d0db9c8d956bf9aa8bec526ac079 (patch)
treec95bfe79f8c38f8a138b53a6e6458f8a231c844d /Makefile.in
parent76955e2a3cc2c173d6db91e89afe6f476e8735be (diff)
downloadghdl-05b8fe710d53d0db9c8d956bf9aa8bec526ac079.tar.gz
ghdl-05b8fe710d53d0db9c8d956bf9aa8bec526ac079.tar.bz2
ghdl-05b8fe710d53d0db9c8d956bf9aa8bec526ac079.zip
vhdl: merge synopsys into the ieee libraries. For #980
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 9a6b1731a..7bda9e52b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -524,14 +524,13 @@ LIBDST_DIR:=$(libdirsuffix)
VHDLLIB_SUBDIRS_COMMON= src/std src/std/v87 src/std/v93 src/std/v08 \
src/synopsys src/synopsys/v08 \
- std/v87 ieee/v87 synopsys/v87 \
- std/v93 ieee/v93 synopsys/v93 \
+ std/v87 ieee/v87 \
+ std/v93 ieee/v93 \
std/v08 ieee/v08 \
src/openieee
-VHDLLIB_SUBDIRS_FULL= src/ieee src/vital95 src/vital2000 src/mentor \
- src/ieee/v87 src/ieee/v93 src/ieee2008 \
- mentor/v93 synopsys/v08
+VHDLLIB_SUBDIRS_FULL= src/ieee src/vital95 src/vital2000 \
+ src/ieee/v87 src/ieee/v93 src/ieee2008
ifeq ($(enable_openieee),false)
VHDLLIB_SUBDIRS=$(VHDLLIB_SUBDIRS_COMMON) $(VHDLLIB_SUBDIRS_FULL)
@@ -603,8 +602,6 @@ clean-pure-gpl:
# IEEE 1164 or vital libraries aren't GPL compatible
$(RM) -rf libraries/ieee libraries/ieee2008
$(RM) -rf libraries/vital95 libraries/vital2000
-# Don't promote deprecated mentor libraries; synopsys one is ok
- $(RM) -rf libraries/mentor
# The GNA testsuite contains open-source reproducer that may not be GPL.
$(RM) -rf testsuite/gna