[PPL-devel] [GIT] ppl/ppl(master): Create ordinary dynamic library for interfaces, not modules. This means that the extension in darwin is changed from . so to .dylib (just like for PPL library).

Abramo Bagnara abramo.bagnara at bugseng.com
Tue Apr 15 10:06:04 CEST 2014


Module: ppl/ppl
Branch: master
Commit: faceaf05b260f5d214ae8777499a24fb69cf5c75
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=faceaf05b260f5d214ae8777499a24fb69cf5c75

Author: Abramo Bagnara <abramo.bagnara at bugseng.com>
Date:   Tue Apr 15 10:05:15 2014 +0200

Create ordinary dynamic library for interfaces, not modules. This means that the extension in darwin is changed from .so to .dylib (just like for PPL library).

---

 interfaces/Java/jni/Makefile.am       |    2 --
 interfaces/Prolog/Ciao/Makefile.am    |    1 -
 interfaces/Prolog/GNU/Makefile.am     |    1 -
 interfaces/Prolog/SICStus/Makefile.am |    1 -
 interfaces/Prolog/SWI/Makefile.am     |    1 -
 interfaces/Prolog/XSB/Makefile.am     |    1 -
 interfaces/Prolog/YAP/Makefile.am     |    1 -
 7 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/interfaces/Java/jni/Makefile.am b/interfaces/Java/jni/Makefile.am
index 789a633..5dc9454 100644
--- a/interfaces/Java/jni/Makefile.am
+++ b/interfaces/Java/jni/Makefile.am
@@ -77,7 +77,6 @@ if HOST_OS_MINGW
 
 libppl_java_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version \
 -Wl,--kill-at
 
@@ -85,7 +84,6 @@ else !HOST_OS_MINGW
 
 libppl_java_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 endif !HOST_OS_MINGW
diff --git a/interfaces/Prolog/Ciao/Makefile.am b/interfaces/Prolog/Ciao/Makefile.am
index b61c69a..2845ac3 100644
--- a/interfaces/Prolog/Ciao/Makefile.am
+++ b/interfaces/Prolog/Ciao/Makefile.am
@@ -158,7 +158,6 @@ libppl_ciao_la_DEPENDENCIES = \
 
 libppl_ciao_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 pkgdata_DATA = ppl_ciao.po
diff --git a/interfaces/Prolog/GNU/Makefile.am b/interfaces/Prolog/GNU/Makefile.am
index d4661f4..9e87d99 100644
--- a/interfaces/Prolog/GNU/Makefile.am
+++ b/interfaces/Prolog/GNU/Makefile.am
@@ -153,7 +153,6 @@ libppl_gprolog_la_DEPENDENCIES = \
 
 libppl_gprolog_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 ppl_gprolog.pl: $(interface_generator_dependencies)
diff --git a/interfaces/Prolog/SICStus/Makefile.am b/interfaces/Prolog/SICStus/Makefile.am
index 9dba960..fb4f414 100644
--- a/interfaces/Prolog/SICStus/Makefile.am
+++ b/interfaces/Prolog/SICStus/Makefile.am
@@ -186,7 +186,6 @@ libppl_sicstus_la_DEPENDENCIES = \
 
 libppl_sicstus_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 ppl_sicstus$(EXEEXT): ppl_sicstus.s.o $(top_builddir)/src/libppl.la
diff --git a/interfaces/Prolog/SWI/Makefile.am b/interfaces/Prolog/SWI/Makefile.am
index 529aa5c..013a73e 100644
--- a/interfaces/Prolog/SWI/Makefile.am
+++ b/interfaces/Prolog/SWI/Makefile.am
@@ -175,7 +175,6 @@ libppl_swiprolog_la_DEPENDENCIES = \
 
 libppl_swiprolog_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 pkgdata_DATA = ppl_swiprolog.pl
diff --git a/interfaces/Prolog/XSB/Makefile.am b/interfaces/Prolog/XSB/Makefile.am
index 1f48c74..1e14d72 100644
--- a/interfaces/Prolog/XSB/Makefile.am
+++ b/interfaces/Prolog/XSB/Makefile.am
@@ -176,7 +176,6 @@ libppl_xsb_la_DEPENDENCIES = \
 
 libppl_xsb_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 pkgdata_DATA = ppl_xsb.xwam
diff --git a/interfaces/Prolog/YAP/Makefile.am b/interfaces/Prolog/YAP/Makefile.am
index 37bee92..39bfd7c 100644
--- a/interfaces/Prolog/YAP/Makefile.am
+++ b/interfaces/Prolog/YAP/Makefile.am
@@ -167,7 +167,6 @@ ppl_yap_la_DEPENDENCIES = \
 
 ppl_yap_la_LDFLAGS = \
 $(NO_UNDEFINED_FLAG) \
--module \
 -avoid-version
 
 pkgdata_DATA = ppl_yap.pl




More information about the PPL-devel mailing list