diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-03-02 11:31:21 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2011-03-02 11:34:49 +0100 |
commit | a4944e8b26b09c5879f5f843f576eeccb91b8245 (patch) | |
tree | 02a38d17bff43561c5672cf46f7b3d90251cf73d /scilab/modules | |
parent | 77e46c62de602b6de5673837c9b0810d0da13e34 (diff) | |
download | scilab-a4944e8b26b09c5879f5f843f576eeccb91b8245.zip scilab-a4944e8b26b09c5879f5f843f576eeccb91b8245.tar.gz |
Swich from -version-info to -version-number
Change-Id: Ib23759008e82382e4288a02e085fd69a324c9ef8
Diffstat (limited to 'scilab/modules')
124 files changed, 154 insertions, 154 deletions
diff --git a/scilab/modules/action_binding/Makefile.am b/scilab/modules/action_binding/Makefile.am index a4235c3..3fd31d6 100644 --- a/scilab/modules/action_binding/Makefile.am +++ b/scilab/modules/action_binding/Makefile.am | |||
@@ -73,7 +73,7 @@ if GUI | |||
73 | pkglib_LTLIBRARIES += libsciaction_binding.la | 73 | pkglib_LTLIBRARIES += libsciaction_binding.la |
74 | endif | 74 | endif |
75 | 75 | ||
76 | libsciaction_binding_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 76 | libsciaction_binding_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
77 | 77 | ||
78 | # All the sources needed by libsciaction_binding.la | 78 | # All the sources needed by libsciaction_binding.la |
79 | libsciaction_binding_la_SOURCES = $(ACTION_BINDING_C_SOURCES) $(ACTION_BINDING_CPP_SOURCES) $(CONSOLE_C_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) | 79 | libsciaction_binding_la_SOURCES = $(ACTION_BINDING_C_SOURCES) $(ACTION_BINDING_CPP_SOURCES) $(CONSOLE_C_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) |
diff --git a/scilab/modules/action_binding/Makefile.in b/scilab/modules/action_binding/Makefile.in index 962d614..0da2c87 100644 --- a/scilab/modules/action_binding/Makefile.in +++ b/scilab/modules/action_binding/Makefile.in | |||
@@ -483,7 +483,7 @@ libsciaction_binding_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
483 | # Name of the future library (.la will be replace by .so, .a, etc regarding | 483 | # Name of the future library (.la will be replace by .so, .a, etc regarding |
484 | # the system) | 484 | # the system) |
485 | pkglib_LTLIBRARIES = libsciaction_binding-disable.la $(am__append_1) | 485 | pkglib_LTLIBRARIES = libsciaction_binding-disable.la $(am__append_1) |
486 | libsciaction_binding_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 486 | libsciaction_binding_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
487 | 487 | ||
488 | # All the sources needed by libsciaction_binding.la | 488 | # All the sources needed by libsciaction_binding.la |
489 | libsciaction_binding_la_SOURCES = $(ACTION_BINDING_C_SOURCES) $(ACTION_BINDING_CPP_SOURCES) $(CONSOLE_C_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) | 489 | libsciaction_binding_la_SOURCES = $(ACTION_BINDING_C_SOURCES) $(ACTION_BINDING_CPP_SOURCES) $(CONSOLE_C_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) |
diff --git a/scilab/modules/api_scilab/Makefile.am b/scilab/modules/api_scilab/Makefile.am index e64af24..77fbad0 100644 --- a/scilab/modules/api_scilab/Makefile.am +++ b/scilab/modules/api_scilab/Makefile.am | |||
@@ -40,7 +40,7 @@ libsciapi_scilab_la_CPPFLAGS=-I$(srcdir)/includes/ \ | |||
40 | 40 | ||
41 | pkglib_LTLIBRARIES = libsciapi_scilab.la | 41 | pkglib_LTLIBRARIES = libsciapi_scilab.la |
42 | 42 | ||
43 | libsciapi_scilab_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 43 | libsciapi_scilab_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
44 | 44 | ||
45 | libsciapi_scilab_la_SOURCES = $(API_SCILAB_C_SOURCES) $(API_SCILAB_CPP_SOURCES) $(GATEWAY_C_SOURCES) | 45 | libsciapi_scilab_la_SOURCES = $(API_SCILAB_C_SOURCES) $(API_SCILAB_CPP_SOURCES) $(GATEWAY_C_SOURCES) |
46 | 46 | ||
diff --git a/scilab/modules/api_scilab/Makefile.in b/scilab/modules/api_scilab/Makefile.in index 2f4c3da..6a2d529 100644 --- a/scilab/modules/api_scilab/Makefile.in +++ b/scilab/modules/api_scilab/Makefile.in | |||
@@ -431,7 +431,7 @@ libsciapi_scilab_la_CPPFLAGS = -I$(srcdir)/includes/ \ | |||
431 | -I$(top_srcdir)/modules/string/includes | 431 | -I$(top_srcdir)/modules/string/includes |
432 | 432 | ||
433 | pkglib_LTLIBRARIES = libsciapi_scilab.la | 433 | pkglib_LTLIBRARIES = libsciapi_scilab.la |
434 | libsciapi_scilab_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 434 | libsciapi_scilab_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
435 | libsciapi_scilab_la_SOURCES = $(API_SCILAB_C_SOURCES) $(API_SCILAB_CPP_SOURCES) $(GATEWAY_C_SOURCES) | 435 | libsciapi_scilab_la_SOURCES = $(API_SCILAB_C_SOURCES) $(API_SCILAB_CPP_SOURCES) $(GATEWAY_C_SOURCES) |
436 | 436 | ||
437 | # For the code check (splint) | 437 | # For the code check (splint) |
diff --git a/scilab/modules/arnoldi/Makefile.am b/scilab/modules/arnoldi/Makefile.am index 2433b5c..bb51403 100644 --- a/scilab/modules/arnoldi/Makefile.am +++ b/scilab/modules/arnoldi/Makefile.am | |||
@@ -73,7 +73,7 @@ libsciarnoldi_la_FFLAGS= -I$(srcdir)/src/arpack/ | |||
73 | 73 | ||
74 | pkglib_LTLIBRARIES = libsciarnoldi.la | 74 | pkglib_LTLIBRARIES = libsciarnoldi.la |
75 | 75 | ||
76 | libsciarnoldi_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS) | 76 | libsciarnoldi_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS) |
77 | 77 | ||
78 | libsciarnoldi_la_SOURCES = $(ARNOLDI_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 78 | libsciarnoldi_la_SOURCES = $(ARNOLDI_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
79 | 79 | ||
diff --git a/scilab/modules/arnoldi/Makefile.in b/scilab/modules/arnoldi/Makefile.in index ac257ee..277ef1a 100644 --- a/scilab/modules/arnoldi/Makefile.in +++ b/scilab/modules/arnoldi/Makefile.in | |||
@@ -489,7 +489,7 @@ libsciarnoldi_la_CFLAGS = -I$(top_srcdir)/libs/MALLOC/includes/ \ | |||
489 | 489 | ||
490 | libsciarnoldi_la_FFLAGS = -I$(srcdir)/src/arpack/ | 490 | libsciarnoldi_la_FFLAGS = -I$(srcdir)/src/arpack/ |
491 | pkglib_LTLIBRARIES = libsciarnoldi.la | 491 | pkglib_LTLIBRARIES = libsciarnoldi.la |
492 | libsciarnoldi_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS) | 492 | libsciarnoldi_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS) |
493 | libsciarnoldi_la_SOURCES = $(ARNOLDI_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 493 | libsciarnoldi_la_SOURCES = $(ARNOLDI_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
494 | 494 | ||
495 | # For the code check (splint) | 495 | # For the code check (splint) |
diff --git a/scilab/modules/boolean/Makefile.am b/scilab/modules/boolean/Makefile.am index f24887c..ee98740 100644 --- a/scilab/modules/boolean/Makefile.am +++ b/scilab/modules/boolean/Makefile.am | |||
@@ -27,7 +27,7 @@ libsciboolean_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
27 | 27 | ||
28 | pkglib_LTLIBRARIES = libsciboolean.la | 28 | pkglib_LTLIBRARIES = libsciboolean.la |
29 | 29 | ||
30 | libsciboolean_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 30 | libsciboolean_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
31 | 31 | ||
32 | libsciboolean_la_SOURCES = $(BOOLEAN_C_SOURCES) $(BOOLEAN_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 32 | libsciboolean_la_SOURCES = $(BOOLEAN_C_SOURCES) $(BOOLEAN_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
33 | 33 | ||
diff --git a/scilab/modules/boolean/Makefile.in b/scilab/modules/boolean/Makefile.in index 5188f9c..beada0a 100644 --- a/scilab/modules/boolean/Makefile.in +++ b/scilab/modules/boolean/Makefile.in | |||
@@ -424,7 +424,7 @@ libsciboolean_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
424 | -I$(top_srcdir)/modules/output_stream/includes | 424 | -I$(top_srcdir)/modules/output_stream/includes |
425 | 425 | ||
426 | pkglib_LTLIBRARIES = libsciboolean.la | 426 | pkglib_LTLIBRARIES = libsciboolean.la |
427 | libsciboolean_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 427 | libsciboolean_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
428 | libsciboolean_la_SOURCES = $(BOOLEAN_C_SOURCES) $(BOOLEAN_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 428 | libsciboolean_la_SOURCES = $(BOOLEAN_C_SOURCES) $(BOOLEAN_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
429 | 429 | ||
430 | # For the code check (splint) | 430 | # For the code check (splint) |
diff --git a/scilab/modules/cacsd/Makefile.am b/scilab/modules/cacsd/Makefile.am index 8369c5f..e1f0b00 100644 --- a/scilab/modules/cacsd/Makefile.am +++ b/scilab/modules/cacsd/Makefile.am | |||
@@ -208,7 +208,7 @@ libscicacsd_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
208 | 208 | ||
209 | pkglib_LTLIBRARIES = libscicacsd.la | 209 | pkglib_LTLIBRARIES = libscicacsd.la |
210 | 210 | ||
211 | libscicacsd_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(ATLAS_LIBS) | 211 | libscicacsd_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(ATLAS_LIBS) |
212 | 212 | ||
213 | libscicacsd_la_SOURCES = $(CACSD_FORTRAN_SOURCES) $(SLICOT_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 213 | libscicacsd_la_SOURCES = $(CACSD_FORTRAN_SOURCES) $(SLICOT_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
214 | 214 | ||
diff --git a/scilab/modules/cacsd/Makefile.in b/scilab/modules/cacsd/Makefile.in index cd420e1..b8d5281 100644 --- a/scilab/modules/cacsd/Makefile.in +++ b/scilab/modules/cacsd/Makefile.in | |||
@@ -697,7 +697,7 @@ libscicacsd_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
697 | -I$(top_srcdir)/modules/output_stream/includes/ | 697 | -I$(top_srcdir)/modules/output_stream/includes/ |
698 | 698 | ||
699 | pkglib_LTLIBRARIES = libscicacsd.la | 699 | pkglib_LTLIBRARIES = libscicacsd.la |
700 | libscicacsd_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(ATLAS_LIBS) | 700 | libscicacsd_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(ATLAS_LIBS) |
701 | libscicacsd_la_SOURCES = $(CACSD_FORTRAN_SOURCES) $(SLICOT_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 701 | libscicacsd_la_SOURCES = $(CACSD_FORTRAN_SOURCES) $(SLICOT_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
702 | 702 | ||
703 | # For the code check (splint) | 703 | # For the code check (splint) |
diff --git a/scilab/modules/call_scilab/Makefile.am b/scilab/modules/call_scilab/Makefile.am index d316194..ca908d4 100644 --- a/scilab/modules/call_scilab/Makefile.am +++ b/scilab/modules/call_scilab/Makefile.am | |||
@@ -27,7 +27,7 @@ libscicall_scilab_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
27 | 27 | ||
28 | pkglib_LTLIBRARIES = libscicall_scilab.la | 28 | pkglib_LTLIBRARIES = libscicall_scilab.la |
29 | 29 | ||
30 | libscicall_scilab_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 30 | libscicall_scilab_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
31 | 31 | ||
32 | libscicall_scilab_la_SOURCES = $(CALLSCILAB_C_SOURCES) $(GATEWAY_C_SOURCES) | 32 | libscicall_scilab_la_SOURCES = $(CALLSCILAB_C_SOURCES) $(GATEWAY_C_SOURCES) |
33 | 33 | ||
diff --git a/scilab/modules/call_scilab/Makefile.in b/scilab/modules/call_scilab/Makefile.in index 54393f6..bf20292 100644 --- a/scilab/modules/call_scilab/Makefile.in +++ b/scilab/modules/call_scilab/Makefile.in | |||
@@ -420,7 +420,7 @@ libscicall_scilab_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
420 | -I$(top_srcdir)/modules/core/src/c/ | 420 | -I$(top_srcdir)/modules/core/src/c/ |
421 | 421 | ||
422 | pkglib_LTLIBRARIES = libscicall_scilab.la | 422 | pkglib_LTLIBRARIES = libscicall_scilab.la |
423 | libscicall_scilab_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 423 | libscicall_scilab_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
424 | libscicall_scilab_la_SOURCES = $(CALLSCILAB_C_SOURCES) $(GATEWAY_C_SOURCES) | 424 | libscicall_scilab_la_SOURCES = $(CALLSCILAB_C_SOURCES) $(GATEWAY_C_SOURCES) |
425 | 425 | ||
426 | # For the code check (splint) | 426 | # For the code check (splint) |
diff --git a/scilab/modules/commons/Makefile.am b/scilab/modules/commons/Makefile.am index 9157523..65ba1a3 100644 --- a/scilab/modules/commons/Makefile.am +++ b/scilab/modules/commons/Makefile.am | |||
@@ -54,7 +54,7 @@ libscicommons_la_CPPFLAGS = | |||
54 | libscicommons_disable_la_CFLAGS = | 54 | libscicommons_disable_la_CFLAGS = |
55 | 55 | ||
56 | COMMONS_DISABLE_C_SOURCES = | 56 | COMMONS_DISABLE_C_SOURCES = |
57 | libscicommons_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 57 | libscicommons_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
58 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) | 58 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) |
59 | 59 | ||
60 | pkglib_LTLIBRARIES = libscicommons-disable.la | 60 | pkglib_LTLIBRARIES = libscicommons-disable.la |
@@ -63,7 +63,7 @@ if GUI | |||
63 | pkglib_LTLIBRARIES += libscicommons.la | 63 | pkglib_LTLIBRARIES += libscicommons.la |
64 | endif | 64 | endif |
65 | 65 | ||
66 | libscicommons_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 66 | libscicommons_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
67 | 67 | ||
68 | libscicommons_la_SOURCES = $(COMMONS_C_SOURCES) $(COMMONS_FORTRAN_SOURCES) $(COMMONS_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(COMMONS_CPP_SOURCES) | 68 | libscicommons_la_SOURCES = $(COMMONS_C_SOURCES) $(COMMONS_FORTRAN_SOURCES) $(COMMONS_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(COMMONS_CPP_SOURCES) |
69 | 69 | ||
diff --git a/scilab/modules/commons/Makefile.in b/scilab/modules/commons/Makefile.in index 85040c2..9254814 100644 --- a/scilab/modules/commons/Makefile.in +++ b/scilab/modules/commons/Makefile.in | |||
@@ -508,10 +508,10 @@ libscicommons_la_CPPFLAGS = | |||
508 | # Without the commons module | 508 | # Without the commons module |
509 | libscicommons_disable_la_CFLAGS = | 509 | libscicommons_disable_la_CFLAGS = |
510 | COMMONS_DISABLE_C_SOURCES = | 510 | COMMONS_DISABLE_C_SOURCES = |
511 | libscicommons_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 511 | libscicommons_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
512 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) | 512 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) |
513 | pkglib_LTLIBRARIES = libscicommons-disable.la $(am__append_2) | 513 | pkglib_LTLIBRARIES = libscicommons-disable.la $(am__append_2) |
514 | libscicommons_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 514 | libscicommons_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
515 | libscicommons_la_SOURCES = $(COMMONS_C_SOURCES) $(COMMONS_FORTRAN_SOURCES) $(COMMONS_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(COMMONS_CPP_SOURCES) | 515 | libscicommons_la_SOURCES = $(COMMONS_C_SOURCES) $(COMMONS_FORTRAN_SOURCES) $(COMMONS_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(COMMONS_CPP_SOURCES) |
516 | 516 | ||
517 | # For the code check (splint) | 517 | # For the code check (splint) |
diff --git a/scilab/modules/completion/Makefile.am b/scilab/modules/completion/Makefile.am index bf42114..e9f9973 100644 --- a/scilab/modules/completion/Makefile.am +++ b/scilab/modules/completion/Makefile.am | |||
@@ -47,7 +47,7 @@ libscicompletion_la_CFLAGS= $(JAVA_JNI_INCLUDE) \ | |||
47 | # the system) | 47 | # the system) |
48 | pkglib_LTLIBRARIES = libscicompletion.la | 48 | pkglib_LTLIBRARIES = libscicompletion.la |
49 | 49 | ||
50 | libscicompletion_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 50 | libscicompletion_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
51 | 51 | ||
52 | # All the sources needed by libscicompletion.la | 52 | # All the sources needed by libscicompletion.la |
53 | libscicompletion_la_SOURCES = $(COMPLETION_JNI_SOURCES) $(COMPLETION_C_SOURCES) $(GATEWAY_C_SOURCES) | 53 | libscicompletion_la_SOURCES = $(COMPLETION_JNI_SOURCES) $(COMPLETION_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/completion/Makefile.in b/scilab/modules/completion/Makefile.in index 45ee57f..a39f511 100644 --- a/scilab/modules/completion/Makefile.in +++ b/scilab/modules/completion/Makefile.in | |||
@@ -464,7 +464,7 @@ libscicompletion_la_CFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
464 | # Name of the future library (.la will be replace by .so, .a, etc regarding | 464 | # Name of the future library (.la will be replace by .so, .a, etc regarding |
465 | # the system) | 465 | # the system) |
466 | pkglib_LTLIBRARIES = libscicompletion.la | 466 | pkglib_LTLIBRARIES = libscicompletion.la |
467 | libscicompletion_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 467 | libscicompletion_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
468 | 468 | ||
469 | # All the sources needed by libscicompletion.la | 469 | # All the sources needed by libscicompletion.la |
470 | libscicompletion_la_SOURCES = $(COMPLETION_JNI_SOURCES) $(COMPLETION_C_SOURCES) $(GATEWAY_C_SOURCES) | 470 | libscicompletion_la_SOURCES = $(COMPLETION_JNI_SOURCES) $(COMPLETION_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/console/Makefile.am b/scilab/modules/console/Makefile.am index 858e692..0094c72 100644 --- a/scilab/modules/console/Makefile.am +++ b/scilab/modules/console/Makefile.am | |||
@@ -84,7 +84,7 @@ if GUI | |||
84 | pkglib_LTLIBRARIES += libsciconsole.la | 84 | pkglib_LTLIBRARIES += libsciconsole.la |
85 | endif | 85 | endif |
86 | 86 | ||
87 | libsciconsole_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 87 | libsciconsole_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
88 | 88 | ||
89 | # All the sources needed by libsciconsole.la | 89 | # All the sources needed by libsciconsole.la |
90 | libsciconsole_la_SOURCES = $(CONSOLE_C_JNI_SOURCES) $(CONSOLE_C_SOURCES) $(CONSOLE_CPP_JNI_SOURCES) $(CONSOLE_CPP_SOURCES) | 90 | libsciconsole_la_SOURCES = $(CONSOLE_C_JNI_SOURCES) $(CONSOLE_C_SOURCES) $(CONSOLE_CPP_JNI_SOURCES) $(CONSOLE_CPP_SOURCES) |
diff --git a/scilab/modules/console/Makefile.in b/scilab/modules/console/Makefile.in index 3b01b04..a9c908e 100644 --- a/scilab/modules/console/Makefile.in +++ b/scilab/modules/console/Makefile.in | |||
@@ -492,7 +492,7 @@ libsciconsole_la_CFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
492 | 492 | ||
493 | # Name of the library | 493 | # Name of the library |
494 | pkglib_LTLIBRARIES = libsciconsole-disable.la $(am__append_3) | 494 | pkglib_LTLIBRARIES = libsciconsole-disable.la $(am__append_3) |
495 | libsciconsole_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 495 | libsciconsole_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
496 | 496 | ||
497 | # All the sources needed by libsciconsole.la | 497 | # All the sources needed by libsciconsole.la |
498 | libsciconsole_la_SOURCES = $(CONSOLE_C_JNI_SOURCES) $(CONSOLE_C_SOURCES) $(CONSOLE_CPP_JNI_SOURCES) $(CONSOLE_CPP_SOURCES) | 498 | libsciconsole_la_SOURCES = $(CONSOLE_C_JNI_SOURCES) $(CONSOLE_C_SOURCES) $(CONSOLE_CPP_JNI_SOURCES) $(CONSOLE_CPP_SOURCES) |
diff --git a/scilab/modules/core/Makefile.am b/scilab/modules/core/Makefile.am index a344df2..d03c712 100644 --- a/scilab/modules/core/Makefile.am +++ b/scilab/modules/core/Makefile.am | |||
@@ -310,7 +310,7 @@ endif | |||
310 | 310 | ||
311 | pkglib_LTLIBRARIES = libscicore.la | 311 | pkglib_LTLIBRARIES = libscicore.la |
312 | 312 | ||
313 | libscicore_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(XML_LIBS) | 313 | libscicore_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(XML_LIBS) |
314 | 314 | ||
315 | # For the code check (splint) | 315 | # For the code check (splint) |
316 | CHECK_SRC= $(CORE_C_SOURCES) $(GATEWAY_C_SOURCES) | 316 | CHECK_SRC= $(CORE_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/core/Makefile.in b/scilab/modules/core/Makefile.in index d05dde0..d4f76ae 100644 --- a/scilab/modules/core/Makefile.in +++ b/scilab/modules/core/Makefile.in | |||
@@ -814,7 +814,7 @@ libscicore_la_CPPFLAGS = -I$(srcdir)/includes/ \ | |||
814 | -I$(top_srcdir)/libs/MALLOC/includes/ | 814 | -I$(top_srcdir)/libs/MALLOC/includes/ |
815 | 815 | ||
816 | pkglib_LTLIBRARIES = libscicore.la | 816 | pkglib_LTLIBRARIES = libscicore.la |
817 | libscicore_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(XML_LIBS) | 817 | libscicore_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(XML_LIBS) |
818 | 818 | ||
819 | # For the code check (splint) | 819 | # For the code check (splint) |
820 | CHECK_SRC = $(CORE_C_SOURCES) $(GATEWAY_C_SOURCES) | 820 | CHECK_SRC = $(CORE_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/data_structures/Makefile.am b/scilab/modules/data_structures/Makefile.am index 1760bd0..0198de7 100644 --- a/scilab/modules/data_structures/Makefile.am +++ b/scilab/modules/data_structures/Makefile.am | |||
@@ -53,7 +53,7 @@ libdummy_data_structures_la_FFLAGS = $(FFLAGS:-O%=) | |||
53 | 53 | ||
54 | pkglib_LTLIBRARIES = libscidata_structures.la | 54 | pkglib_LTLIBRARIES = libscidata_structures.la |
55 | 55 | ||
56 | libscidata_structures_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 56 | libscidata_structures_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
57 | 57 | ||
58 | libscidata_structures_la_SOURCES = $(DATA_STRUCTURES_C_SOURCES) $(DATA_STRUCTURES_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 58 | libscidata_structures_la_SOURCES = $(DATA_STRUCTURES_C_SOURCES) $(DATA_STRUCTURES_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
59 | 59 | ||
diff --git a/scilab/modules/data_structures/Makefile.in b/scilab/modules/data_structures/Makefile.in index 5a8551c..e0db822 100644 --- a/scilab/modules/data_structures/Makefile.in +++ b/scilab/modules/data_structures/Makefile.in | |||
@@ -480,7 +480,7 @@ noinst_LTLIBRARIES = libdummy-data_structures.la | |||
480 | libdummy_data_structures_la_SOURCES = src/fortran/intl_e.f | 480 | libdummy_data_structures_la_SOURCES = src/fortran/intl_e.f |
481 | libdummy_data_structures_la_FFLAGS = $(FFLAGS:-O%=) | 481 | libdummy_data_structures_la_FFLAGS = $(FFLAGS:-O%=) |
482 | pkglib_LTLIBRARIES = libscidata_structures.la | 482 | pkglib_LTLIBRARIES = libscidata_structures.la |
483 | libscidata_structures_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 483 | libscidata_structures_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
484 | libscidata_structures_la_SOURCES = $(DATA_STRUCTURES_C_SOURCES) $(DATA_STRUCTURES_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 484 | libscidata_structures_la_SOURCES = $(DATA_STRUCTURES_C_SOURCES) $(DATA_STRUCTURES_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
485 | 485 | ||
486 | # For the code check (splint) | 486 | # For the code check (splint) |
diff --git a/scilab/modules/differential_equations/Makefile.am b/scilab/modules/differential_equations/Makefile.am index 7bb9250..f0f2387 100644 --- a/scilab/modules/differential_equations/Makefile.am +++ b/scilab/modules/differential_equations/Makefile.am | |||
@@ -135,7 +135,7 @@ libscidifferential_equations_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
135 | 135 | ||
136 | pkglib_LTLIBRARIES = libscidifferential_equations.la | 136 | pkglib_LTLIBRARIES = libscidifferential_equations.la |
137 | 137 | ||
138 | libscidifferential_equations_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 138 | libscidifferential_equations_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
139 | 139 | ||
140 | libscidifferential_equations_la_SOURCES = $(DIFFERENTIAL_EQUATIONS_C_SOURCES) $(DIFFERENTIAL_EQUATIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 140 | libscidifferential_equations_la_SOURCES = $(DIFFERENTIAL_EQUATIONS_C_SOURCES) $(DIFFERENTIAL_EQUATIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
141 | 141 | ||
diff --git a/scilab/modules/differential_equations/Makefile.in b/scilab/modules/differential_equations/Makefile.in index 3614daa..9099457 100644 --- a/scilab/modules/differential_equations/Makefile.in +++ b/scilab/modules/differential_equations/Makefile.in | |||
@@ -571,7 +571,7 @@ libscidifferential_equations_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
571 | -I$(top_srcdir)/modules/dynamic_link/includes | 571 | -I$(top_srcdir)/modules/dynamic_link/includes |
572 | 572 | ||
573 | pkglib_LTLIBRARIES = libscidifferential_equations.la | 573 | pkglib_LTLIBRARIES = libscidifferential_equations.la |
574 | libscidifferential_equations_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 574 | libscidifferential_equations_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
575 | libscidifferential_equations_la_SOURCES = $(DIFFERENTIAL_EQUATIONS_C_SOURCES) $(DIFFERENTIAL_EQUATIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 575 | libscidifferential_equations_la_SOURCES = $(DIFFERENTIAL_EQUATIONS_C_SOURCES) $(DIFFERENTIAL_EQUATIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
576 | 576 | ||
577 | # For the code check (splint) | 577 | # For the code check (splint) |
diff --git a/scilab/modules/double/Makefile.am b/scilab/modules/double/Makefile.am index dee3223..c0d95ae 100644 --- a/scilab/modules/double/Makefile.am +++ b/scilab/modules/double/Makefile.am | |||
@@ -29,7 +29,7 @@ sci_gateway/fortran/matadd.f | |||
29 | 29 | ||
30 | pkglib_LTLIBRARIES = libscidouble.la | 30 | pkglib_LTLIBRARIES = libscidouble.la |
31 | 31 | ||
32 | libscidouble_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 32 | libscidouble_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
33 | 33 | ||
34 | libscidouble_la_CFLAGS = -I$(top_srcdir)/modules/api_scilab/includes \ | 34 | libscidouble_la_CFLAGS = -I$(top_srcdir)/modules/api_scilab/includes \ |
35 | -I$(top_srcdir)/modules/output_stream/includes | 35 | -I$(top_srcdir)/modules/output_stream/includes |
diff --git a/scilab/modules/double/Makefile.in b/scilab/modules/double/Makefile.in index 1d5d9e0..5a97bce 100644 --- a/scilab/modules/double/Makefile.in +++ b/scilab/modules/double/Makefile.in | |||
@@ -425,7 +425,7 @@ sci_gateway/fortran/mattrc.f \ | |||
425 | sci_gateway/fortran/matadd.f | 425 | sci_gateway/fortran/matadd.f |
426 | 426 | ||
427 | pkglib_LTLIBRARIES = libscidouble.la | 427 | pkglib_LTLIBRARIES = libscidouble.la |
428 | libscidouble_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 428 | libscidouble_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
429 | libscidouble_la_CFLAGS = -I$(top_srcdir)/modules/api_scilab/includes \ | 429 | libscidouble_la_CFLAGS = -I$(top_srcdir)/modules/api_scilab/includes \ |
430 | -I$(top_srcdir)/modules/output_stream/includes | 430 | -I$(top_srcdir)/modules/output_stream/includes |
431 | 431 | ||
diff --git a/scilab/modules/dynamic_link/Makefile.am b/scilab/modules/dynamic_link/Makefile.am index 61236c8..4a5a638 100644 --- a/scilab/modules/dynamic_link/Makefile.am +++ b/scilab/modules/dynamic_link/Makefile.am | |||
@@ -35,7 +35,7 @@ libscidynamic_link_la_CFLAGS = \ | |||
35 | 35 | ||
36 | pkglib_LTLIBRARIES = libscidynamic_link.la | 36 | pkglib_LTLIBRARIES = libscidynamic_link.la |
37 | 37 | ||
38 | libscidynamic_link_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 38 | libscidynamic_link_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
39 | libscidynamic_link_la_SOURCES = $(DYNAMIC_LINK_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 39 | libscidynamic_link_la_SOURCES = $(DYNAMIC_LINK_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
40 | 40 | ||
41 | # For the code check (splint) | 41 | # For the code check (splint) |
diff --git a/scilab/modules/dynamic_link/Makefile.in b/scilab/modules/dynamic_link/Makefile.in index cacf563..fc0365d 100644 --- a/scilab/modules/dynamic_link/Makefile.in +++ b/scilab/modules/dynamic_link/Makefile.in | |||
@@ -448,7 +448,7 @@ libscidynamic_link_la_CFLAGS = \ | |||
448 | -I$(srcdir)/includes/ | 448 | -I$(srcdir)/includes/ |
449 | 449 | ||
450 | pkglib_LTLIBRARIES = libscidynamic_link.la | 450 | pkglib_LTLIBRARIES = libscidynamic_link.la |
451 | libscidynamic_link_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 451 | libscidynamic_link_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
452 | libscidynamic_link_la_SOURCES = $(DYNAMIC_LINK_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 452 | libscidynamic_link_la_SOURCES = $(DYNAMIC_LINK_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
453 | 453 | ||
454 | # For the code check (splint) | 454 | # For the code check (splint) |
diff --git a/scilab/modules/elementary_functions/Makefile.am b/scilab/modules/elementary_functions/Makefile.am index 73956bb..d20f4b8 100644 --- a/scilab/modules/elementary_functions/Makefile.am +++ b/scilab/modules/elementary_functions/Makefile.am | |||
@@ -409,7 +409,7 @@ libscielementary_functions_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
409 | 409 | ||
410 | pkglib_LTLIBRARIES = libscielementary_functions.la | 410 | pkglib_LTLIBRARIES = libscielementary_functions.la |
411 | 411 | ||
412 | libscielementary_functions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 412 | libscielementary_functions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
413 | 413 | ||
414 | libscielementary_functions_la_SOURCES = $(SLATEC_SOURCES) $(LINPACK_SOURCES) $(EISPACK_SOURCES) $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(ELEMENTARIES_FUNCTIONS_CPP_SOURCES) | 414 | libscielementary_functions_la_SOURCES = $(SLATEC_SOURCES) $(LINPACK_SOURCES) $(EISPACK_SOURCES) $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(ELEMENTARIES_FUNCTIONS_CPP_SOURCES) |
415 | 415 | ||
diff --git a/scilab/modules/elementary_functions/Makefile.in b/scilab/modules/elementary_functions/Makefile.in index 43dfefa..4c39745 100644 --- a/scilab/modules/elementary_functions/Makefile.in +++ b/scilab/modules/elementary_functions/Makefile.in | |||
@@ -1173,7 +1173,7 @@ libscielementary_functions_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
1173 | -I$(top_srcdir)/modules/output_stream/includes | 1173 | -I$(top_srcdir)/modules/output_stream/includes |
1174 | 1174 | ||
1175 | pkglib_LTLIBRARIES = libscielementary_functions.la | 1175 | pkglib_LTLIBRARIES = libscielementary_functions.la |
1176 | libscielementary_functions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 1176 | libscielementary_functions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
1177 | libscielementary_functions_la_SOURCES = $(SLATEC_SOURCES) $(LINPACK_SOURCES) $(EISPACK_SOURCES) $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(ELEMENTARIES_FUNCTIONS_CPP_SOURCES) | 1177 | libscielementary_functions_la_SOURCES = $(SLATEC_SOURCES) $(LINPACK_SOURCES) $(EISPACK_SOURCES) $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(ELEMENTARIES_FUNCTIONS_CPP_SOURCES) |
1178 | 1178 | ||
1179 | # For the code check (splint) | 1179 | # For the code check (splint) |
diff --git a/scilab/modules/fftw/Makefile.am b/scilab/modules/fftw/Makefile.am index f1e595b..2d10f05 100644 --- a/scilab/modules/fftw/Makefile.am +++ b/scilab/modules/fftw/Makefile.am | |||
@@ -12,7 +12,7 @@ modulename=fftw | |||
12 | 12 | ||
13 | pkglib_LTLIBRARIES = libscifftw.la | 13 | pkglib_LTLIBRARIES = libscifftw.la |
14 | 14 | ||
15 | libscifftw_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(FFTW3_LIB) | 15 | libscifftw_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(FFTW3_LIB) |
16 | 16 | ||
17 | #### fftw : Conf files #### | 17 | #### fftw : Conf files #### |
18 | libscifftw_la_rootdir = $(mydatadir) | 18 | libscifftw_la_rootdir = $(mydatadir) |
diff --git a/scilab/modules/fftw/Makefile.in b/scilab/modules/fftw/Makefile.in index ff1f25e..6ef8c3c 100644 --- a/scilab/modules/fftw/Makefile.in +++ b/scilab/modules/fftw/Makefile.in | |||
@@ -422,7 +422,7 @@ top_builddir = @top_builddir@ | |||
422 | top_srcdir = @top_srcdir@ | 422 | top_srcdir = @top_srcdir@ |
423 | modulename = fftw | 423 | modulename = fftw |
424 | pkglib_LTLIBRARIES = libscifftw.la | 424 | pkglib_LTLIBRARIES = libscifftw.la |
425 | libscifftw_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(FFTW3_LIB) | 425 | libscifftw_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(FFTW3_LIB) |
426 | 426 | ||
427 | #### fftw : Conf files #### | 427 | #### fftw : Conf files #### |
428 | libscifftw_la_rootdir = $(mydatadir) | 428 | libscifftw_la_rootdir = $(mydatadir) |
diff --git a/scilab/modules/fileio/Makefile.am b/scilab/modules/fileio/Makefile.am index 294c06e..82eff85 100644 --- a/scilab/modules/fileio/Makefile.am +++ b/scilab/modules/fileio/Makefile.am | |||
@@ -122,7 +122,7 @@ libscifileio_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
122 | 122 | ||
123 | pkglib_LTLIBRARIES = libscifileio.la | 123 | pkglib_LTLIBRARIES = libscifileio.la |
124 | 124 | ||
125 | libscifileio_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 125 | libscifileio_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
126 | 126 | ||
127 | libscifileio_la_SOURCES = $(FILEIO_SOURCES) $(GATEWAY_SOURCES) $(GATEWAY_CPP_SOURCES) | 127 | libscifileio_la_SOURCES = $(FILEIO_SOURCES) $(GATEWAY_SOURCES) $(GATEWAY_CPP_SOURCES) |
128 | 128 | ||
diff --git a/scilab/modules/fileio/Makefile.in b/scilab/modules/fileio/Makefile.in index b695031..9fc56bd 100644 --- a/scilab/modules/fileio/Makefile.in +++ b/scilab/modules/fileio/Makefile.in | |||
@@ -570,7 +570,7 @@ libscifileio_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
570 | -I$(top_srcdir)/modules/localization/includes | 570 | -I$(top_srcdir)/modules/localization/includes |
571 | 571 | ||
572 | pkglib_LTLIBRARIES = libscifileio.la | 572 | pkglib_LTLIBRARIES = libscifileio.la |
573 | libscifileio_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 573 | libscifileio_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
574 | libscifileio_la_SOURCES = $(FILEIO_SOURCES) $(GATEWAY_SOURCES) $(GATEWAY_CPP_SOURCES) | 574 | libscifileio_la_SOURCES = $(FILEIO_SOURCES) $(GATEWAY_SOURCES) $(GATEWAY_CPP_SOURCES) |
575 | 575 | ||
576 | # For the code check (splint) | 576 | # For the code check (splint) |
diff --git a/scilab/modules/functions/Makefile.am b/scilab/modules/functions/Makefile.am index c37f8d9..8d88665 100644 --- a/scilab/modules/functions/Makefile.am +++ b/scilab/modules/functions/Makefile.am | |||
@@ -37,7 +37,7 @@ libscifunctions_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
37 | 37 | ||
38 | pkglib_LTLIBRARIES = libscifunctions.la | 38 | pkglib_LTLIBRARIES = libscifunctions.la |
39 | 39 | ||
40 | libscifunctions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 40 | libscifunctions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
41 | 41 | ||
42 | libscifunctions_la_SOURCES = $(FUNCTIONS_C_SOURCES) $(FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 42 | libscifunctions_la_SOURCES = $(FUNCTIONS_C_SOURCES) $(FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
43 | 43 | ||
diff --git a/scilab/modules/functions/Makefile.in b/scilab/modules/functions/Makefile.in index e0ee590..5c9421c 100644 --- a/scilab/modules/functions/Makefile.in +++ b/scilab/modules/functions/Makefile.in | |||
@@ -442,7 +442,7 @@ libscifunctions_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
442 | -I$(top_srcdir)/modules/localization/includes | 442 | -I$(top_srcdir)/modules/localization/includes |
443 | 443 | ||
444 | pkglib_LTLIBRARIES = libscifunctions.la | 444 | pkglib_LTLIBRARIES = libscifunctions.la |
445 | libscifunctions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 445 | libscifunctions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
446 | libscifunctions_la_SOURCES = $(FUNCTIONS_C_SOURCES) $(FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 446 | libscifunctions_la_SOURCES = $(FUNCTIONS_C_SOURCES) $(FUNCTIONS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
447 | 447 | ||
448 | # For the code check (splint) | 448 | # For the code check (splint) |
diff --git a/scilab/modules/graph/Makefile.am b/scilab/modules/graph/Makefile.am index 01da71a..e81a527 100644 --- a/scilab/modules/graph/Makefile.am +++ b/scilab/modules/graph/Makefile.am | |||
@@ -52,7 +52,7 @@ libscigraph_la_CPPFLAGS = | |||
52 | libscigraph_disable_la_CFLAGS = | 52 | libscigraph_disable_la_CFLAGS = |
53 | 53 | ||
54 | GRAPH_DISABLE_C_SOURCES = | 54 | GRAPH_DISABLE_C_SOURCES = |
55 | libscigraph_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 55 | libscigraph_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
56 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) | 56 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) |
57 | 57 | ||
58 | pkglib_LTLIBRARIES = libscigraph-disable.la | 58 | pkglib_LTLIBRARIES = libscigraph-disable.la |
@@ -61,7 +61,7 @@ if GUI | |||
61 | pkglib_LTLIBRARIES += libscigraph.la | 61 | pkglib_LTLIBRARIES += libscigraph.la |
62 | endif | 62 | endif |
63 | 63 | ||
64 | libscigraph_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 64 | libscigraph_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
65 | 65 | ||
66 | libscigraph_la_SOURCES = $(GRAPH_C_SOURCES) $(GRAPH_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GRAPH_CPP_SOURCES) | 66 | libscigraph_la_SOURCES = $(GRAPH_C_SOURCES) $(GRAPH_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GRAPH_CPP_SOURCES) |
67 | 67 | ||
diff --git a/scilab/modules/graph/Makefile.in b/scilab/modules/graph/Makefile.in index a0979a0..20508f1 100644 --- a/scilab/modules/graph/Makefile.in +++ b/scilab/modules/graph/Makefile.in | |||
@@ -490,10 +490,10 @@ libscigraph_la_CPPFLAGS = | |||
490 | # Without the graph module | 490 | # Without the graph module |
491 | libscigraph_disable_la_CFLAGS = | 491 | libscigraph_disable_la_CFLAGS = |
492 | GRAPH_DISABLE_C_SOURCES = | 492 | GRAPH_DISABLE_C_SOURCES = |
493 | libscigraph_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 493 | libscigraph_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
494 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) | 494 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) |
495 | pkglib_LTLIBRARIES = libscigraph-disable.la $(am__append_2) | 495 | pkglib_LTLIBRARIES = libscigraph-disable.la $(am__append_2) |
496 | libscigraph_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 496 | libscigraph_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
497 | libscigraph_la_SOURCES = $(GRAPH_C_SOURCES) $(GRAPH_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GRAPH_CPP_SOURCES) | 497 | libscigraph_la_SOURCES = $(GRAPH_C_SOURCES) $(GRAPH_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GRAPH_CPP_SOURCES) |
498 | 498 | ||
499 | # For the code check (splint) | 499 | # For the code check (splint) |
diff --git a/scilab/modules/graphic_export/Makefile.am b/scilab/modules/graphic_export/Makefile.am index 9799a07..02b4d6c 100644 --- a/scilab/modules/graphic_export/Makefile.am +++ b/scilab/modules/graphic_export/Makefile.am | |||
@@ -111,7 +111,7 @@ USEANT=1 | |||
111 | pkglib_LTLIBRARIES += libscigraphic_export.la | 111 | pkglib_LTLIBRARIES += libscigraphic_export.la |
112 | endif | 112 | endif |
113 | 113 | ||
114 | libscigraphic_export_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 114 | libscigraphic_export_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
115 | 115 | ||
116 | #### graphic_export : gateway declaration #### | 116 | #### graphic_export : gateway declaration #### |
117 | libscigraphic_export_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 117 | libscigraphic_export_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
diff --git a/scilab/modules/graphic_export/Makefile.in b/scilab/modules/graphic_export/Makefile.in index bf5db29..888c679 100644 --- a/scilab/modules/graphic_export/Makefile.in +++ b/scilab/modules/graphic_export/Makefile.in | |||
@@ -524,7 +524,7 @@ libscigraphic_export_disable_la_CPPFLAGS = -I$(top_srcdir)/modules/output_stream | |||
524 | # the system) | 524 | # the system) |
525 | pkglib_LTLIBRARIES = libscigraphic_export-disable.la $(am__append_1) | 525 | pkglib_LTLIBRARIES = libscigraphic_export-disable.la $(am__append_1) |
526 | @GUI_TRUE@USEANT = 1 | 526 | @GUI_TRUE@USEANT = 1 |
527 | libscigraphic_export_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 527 | libscigraphic_export_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
528 | 528 | ||
529 | #### graphic_export : gateway declaration #### | 529 | #### graphic_export : gateway declaration #### |
530 | libscigraphic_export_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 530 | libscigraphic_export_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
diff --git a/scilab/modules/graphics/Makefile.am b/scilab/modules/graphics/Makefile.am index 0110aeb..1020440 100644 --- a/scilab/modules/graphics/Makefile.am +++ b/scilab/modules/graphics/Makefile.am | |||
@@ -499,7 +499,7 @@ libscigraphics_disable_la_CFLAGS = -I$(top_srcdir)/modules/output_stream/include | |||
499 | -Iincludes/ \ | 499 | -Iincludes/ \ |
500 | -I$(top_srcdir)/libs/doublylinkedlist/includes/ | 500 | -I$(top_srcdir)/libs/doublylinkedlist/includes/ |
501 | 501 | ||
502 | libscigraphics_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 502 | libscigraphics_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
503 | 503 | ||
504 | libscigraphics_la_CFLAGS += -I$(top_srcdir)/modules/output_stream/includes/ | 504 | libscigraphics_la_CFLAGS += -I$(top_srcdir)/modules/output_stream/includes/ |
505 | 505 | ||
@@ -512,7 +512,7 @@ USEANT=1 | |||
512 | pkglib_LTLIBRARIES += libscigraphics.la | 512 | pkglib_LTLIBRARIES += libscigraphics.la |
513 | endif | 513 | endif |
514 | 514 | ||
515 | libscigraphics_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) $(X_LIBS) | 515 | libscigraphics_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) $(X_LIBS) |
516 | 516 | ||
517 | 517 | ||
518 | include $(top_srcdir)/Makefile.incl.am | 518 | include $(top_srcdir)/Makefile.incl.am |
diff --git a/scilab/modules/graphics/Makefile.in b/scilab/modules/graphics/Makefile.in index 580926e..42ab2dd 100644 --- a/scilab/modules/graphics/Makefile.in +++ b/scilab/modules/graphics/Makefile.in | |||
@@ -1252,12 +1252,12 @@ libscigraphics_disable_la_CFLAGS = -I$(top_srcdir)/modules/output_stream/include | |||
1252 | -Iincludes/ \ | 1252 | -Iincludes/ \ |
1253 | -I$(top_srcdir)/libs/doublylinkedlist/includes/ | 1253 | -I$(top_srcdir)/libs/doublylinkedlist/includes/ |
1254 | 1254 | ||
1255 | libscigraphics_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 1255 | libscigraphics_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
1256 | 1256 | ||
1257 | # endif | 1257 | # endif |
1258 | pkglib_LTLIBRARIES = libscigraphics-disable.la $(am__append_1) | 1258 | pkglib_LTLIBRARIES = libscigraphics-disable.la $(am__append_1) |
1259 | @GUI_TRUE@USEANT = 1 | 1259 | @GUI_TRUE@USEANT = 1 |
1260 | libscigraphics_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) $(X_LIBS) | 1260 | libscigraphics_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) $(X_LIBS) |
1261 | 1261 | ||
1262 | # Where all the Scilab stuff is installed (macros, help, ...) | 1262 | # Where all the Scilab stuff is installed (macros, help, ...) |
1263 | mydatadir = $(pkgdatadir)/modules/$(modulename) | 1263 | mydatadir = $(pkgdatadir)/modules/$(modulename) |
diff --git a/scilab/modules/gui/Makefile.am b/scilab/modules/gui/Makefile.am index 31132c4..1693dda 100644 --- a/scilab/modules/gui/Makefile.am +++ b/scilab/modules/gui/Makefile.am | |||
@@ -254,7 +254,7 @@ libscigui_disable_la_CFLAGS = -Iincludes/ \ | |||
254 | -I$(top_srcdir)/modules/output_stream/includes | 254 | -I$(top_srcdir)/modules/output_stream/includes |
255 | 255 | ||
256 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c | 256 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c |
257 | libscigui_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 257 | libscigui_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
258 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) | 258 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) |
259 | 259 | ||
260 | 260 | ||
@@ -264,7 +264,7 @@ if GUI | |||
264 | pkglib_LTLIBRARIES += libscigui.la | 264 | pkglib_LTLIBRARIES += libscigui.la |
265 | endif | 265 | endif |
266 | 266 | ||
267 | libscigui_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 267 | libscigui_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
268 | 268 | ||
269 | libscigui_la_SOURCES = $(GUI_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GUI_CPP_SOURCES) | 269 | libscigui_la_SOURCES = $(GUI_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GUI_CPP_SOURCES) |
270 | 270 | ||
diff --git a/scilab/modules/gui/Makefile.in b/scilab/modules/gui/Makefile.in index f723c275..939ad58 100644 --- a/scilab/modules/gui/Makefile.in +++ b/scilab/modules/gui/Makefile.in | |||
@@ -816,10 +816,10 @@ libscigui_disable_la_CFLAGS = -Iincludes/ \ | |||
816 | -I$(top_srcdir)/modules/output_stream/includes | 816 | -I$(top_srcdir)/modules/output_stream/includes |
817 | 817 | ||
818 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c | 818 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c |
819 | libscigui_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 819 | libscigui_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
820 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) | 820 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) |
821 | pkglib_LTLIBRARIES = libscigui-disable.la $(am__append_2) | 821 | pkglib_LTLIBRARIES = libscigui-disable.la $(am__append_2) |
822 | libscigui_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 822 | libscigui_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
823 | libscigui_la_SOURCES = $(GUI_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GUI_CPP_SOURCES) | 823 | libscigui_la_SOURCES = $(GUI_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GUI_CPP_SOURCES) |
824 | 824 | ||
825 | # For the code check (splint) | 825 | # For the code check (splint) |
diff --git a/scilab/modules/hdf5/Makefile.am b/scilab/modules/hdf5/Makefile.am index be38265..9f66e04 100644 --- a/scilab/modules/hdf5/Makefile.am +++ b/scilab/modules/hdf5/Makefile.am | |||
@@ -41,12 +41,12 @@ sci_gateway/cpp/sci_import_from_hdf5.cpp | |||
41 | 41 | ||
42 | FORCE_LOAD_SOURCES_DISABLE = src/cpp/forceJHDF5load-jvmdisable.cpp | 42 | FORCE_LOAD_SOURCES_DISABLE = src/cpp/forceJHDF5load-jvmdisable.cpp |
43 | 43 | ||
44 | libscihdf5_forceload_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) | 44 | libscihdf5_forceload_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) |
45 | libscihdf5_forceload_la_SOURCES = $(FORCE_LOAD_SOURCES) | 45 | libscihdf5_forceload_la_SOURCES = $(FORCE_LOAD_SOURCES) |
46 | libscihdf5_forceload_la_CPPFLAGS=$(libscihdf5_la_CPPFLAGS) | 46 | libscihdf5_forceload_la_CPPFLAGS=$(libscihdf5_la_CPPFLAGS) |
47 | libscihdf5_forceload_la_CFLAGS=$(libscihdf5_la_CFLAGS) | 47 | libscihdf5_forceload_la_CFLAGS=$(libscihdf5_la_CFLAGS) |
48 | 48 | ||
49 | libscihdf5_forceload_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) | 49 | libscihdf5_forceload_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) |
50 | libscihdf5_forceload_disable_la_SOURCES = $(FORCE_LOAD_SOURCES_DISABLE) | 50 | libscihdf5_forceload_disable_la_SOURCES = $(FORCE_LOAD_SOURCES_DISABLE) |
51 | libscihdf5_forceload_disable_la_CPPFLAGS=$(libscihdf5_la_CPPFLAGS) | 51 | libscihdf5_forceload_disable_la_CPPFLAGS=$(libscihdf5_la_CPPFLAGS) |
52 | libscihdf5_forceload_disable_la_CFLAGS=$(libscihdf5_la_CFLAGS) | 52 | libscihdf5_forceload_disable_la_CFLAGS=$(libscihdf5_la_CFLAGS) |
@@ -107,7 +107,7 @@ endif | |||
107 | pkglib_LTLIBRARIES += libscihdf5-forceload-disable.la | 107 | pkglib_LTLIBRARIES += libscihdf5-forceload-disable.la |
108 | endif | 108 | endif |
109 | 109 | ||
110 | libscihdf5_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(HDF5_LIBS) | 110 | libscihdf5_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(HDF5_LIBS) |
111 | 111 | ||
112 | libscihdf5_la_SOURCES = $(HDF5_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(HDF5_CPP_SOURCES) | 112 | libscihdf5_la_SOURCES = $(HDF5_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(HDF5_CPP_SOURCES) |
113 | 113 | ||
diff --git a/scilab/modules/hdf5/Makefile.in b/scilab/modules/hdf5/Makefile.in index 1c14155..d3f4d67 100644 --- a/scilab/modules/hdf5/Makefile.in +++ b/scilab/modules/hdf5/Makefile.in | |||
@@ -480,11 +480,11 @@ top_srcdir = @top_srcdir@ | |||
480 | @HDF5_TRUE@sci_gateway/cpp/sci_import_from_hdf5.cpp | 480 | @HDF5_TRUE@sci_gateway/cpp/sci_import_from_hdf5.cpp |
481 | 481 | ||
482 | @HDF5_TRUE@FORCE_LOAD_SOURCES_DISABLE = src/cpp/forceJHDF5load-jvmdisable.cpp | 482 | @HDF5_TRUE@FORCE_LOAD_SOURCES_DISABLE = src/cpp/forceJHDF5load-jvmdisable.cpp |
483 | @HDF5_TRUE@libscihdf5_forceload_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) | 483 | @HDF5_TRUE@libscihdf5_forceload_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) |
484 | @HDF5_TRUE@libscihdf5_forceload_la_SOURCES = $(FORCE_LOAD_SOURCES) | 484 | @HDF5_TRUE@libscihdf5_forceload_la_SOURCES = $(FORCE_LOAD_SOURCES) |
485 | @HDF5_TRUE@libscihdf5_forceload_la_CPPFLAGS = $(libscihdf5_la_CPPFLAGS) | 485 | @HDF5_TRUE@libscihdf5_forceload_la_CPPFLAGS = $(libscihdf5_la_CPPFLAGS) |
486 | @HDF5_TRUE@libscihdf5_forceload_la_CFLAGS = $(libscihdf5_la_CFLAGS) | 486 | @HDF5_TRUE@libscihdf5_forceload_la_CFLAGS = $(libscihdf5_la_CFLAGS) |
487 | @HDF5_TRUE@libscihdf5_forceload_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) | 487 | @HDF5_TRUE@libscihdf5_forceload_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(HDF5_LIBS) |
488 | @HDF5_TRUE@libscihdf5_forceload_disable_la_SOURCES = $(FORCE_LOAD_SOURCES_DISABLE) | 488 | @HDF5_TRUE@libscihdf5_forceload_disable_la_SOURCES = $(FORCE_LOAD_SOURCES_DISABLE) |
489 | @HDF5_TRUE@libscihdf5_forceload_disable_la_CPPFLAGS = $(libscihdf5_la_CPPFLAGS) | 489 | @HDF5_TRUE@libscihdf5_forceload_disable_la_CPPFLAGS = $(libscihdf5_la_CPPFLAGS) |
490 | @HDF5_TRUE@libscihdf5_forceload_disable_la_CFLAGS = $(libscihdf5_la_CFLAGS) | 490 | @HDF5_TRUE@libscihdf5_forceload_disable_la_CFLAGS = $(libscihdf5_la_CFLAGS) |
@@ -518,7 +518,7 @@ libscihdf5_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
518 | libscihdf5_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 518 | libscihdf5_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
519 | libscihdf5_la_sci_gateway_DATA = sci_gateway/hdf5_gateway.xml | 519 | libscihdf5_la_sci_gateway_DATA = sci_gateway/hdf5_gateway.xml |
520 | pkglib_LTLIBRARIES = libscihdf5.la $(am__append_1) $(am__append_2) | 520 | pkglib_LTLIBRARIES = libscihdf5.la $(am__append_1) $(am__append_2) |
521 | libscihdf5_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(HDF5_LIBS) | 521 | libscihdf5_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(HDF5_LIBS) |
522 | libscihdf5_la_SOURCES = $(HDF5_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(HDF5_CPP_SOURCES) | 522 | libscihdf5_la_SOURCES = $(HDF5_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(HDF5_CPP_SOURCES) |
523 | 523 | ||
524 | # For the code check (splint) | 524 | # For the code check (splint) |
diff --git a/scilab/modules/helptools/Makefile.am b/scilab/modules/helptools/Makefile.am index 779930a..86cc9f2 100644 --- a/scilab/modules/helptools/Makefile.am +++ b/scilab/modules/helptools/Makefile.am | |||
@@ -49,7 +49,7 @@ libscihelptools_la_CPPFLAGS= $(JAVA_JNI_INCLUDE) \ | |||
49 | -I$(top_srcdir)/modules/api_scilab/includes \ | 49 | -I$(top_srcdir)/modules/api_scilab/includes \ |
50 | -I$(top_srcdir)/modules/output_stream/includes/ | 50 | -I$(top_srcdir)/modules/output_stream/includes/ |
51 | 51 | ||
52 | libscihelptools_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 52 | libscihelptools_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
53 | 53 | ||
54 | libscihelptools_la_SOURCES = $(GATEWAY_C_SOURCES) $(HELPTOOLS_SOURCES) $(GATEWAY_CPP_SOURCES) | 54 | libscihelptools_la_SOURCES = $(GATEWAY_C_SOURCES) $(HELPTOOLS_SOURCES) $(GATEWAY_CPP_SOURCES) |
55 | 55 | ||
diff --git a/scilab/modules/helptools/Makefile.in b/scilab/modules/helptools/Makefile.in index d0fe015..68e3414 100644 --- a/scilab/modules/helptools/Makefile.in +++ b/scilab/modules/helptools/Makefile.in | |||
@@ -454,7 +454,7 @@ libscihelptools_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
454 | -I$(top_srcdir)/modules/api_scilab/includes \ | 454 | -I$(top_srcdir)/modules/api_scilab/includes \ |
455 | -I$(top_srcdir)/modules/output_stream/includes/ | 455 | -I$(top_srcdir)/modules/output_stream/includes/ |
456 | 456 | ||
457 | libscihelptools_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 457 | libscihelptools_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
458 | libscihelptools_la_SOURCES = $(GATEWAY_C_SOURCES) $(HELPTOOLS_SOURCES) $(GATEWAY_CPP_SOURCES) | 458 | libscihelptools_la_SOURCES = $(GATEWAY_C_SOURCES) $(HELPTOOLS_SOURCES) $(GATEWAY_CPP_SOURCES) |
459 | 459 | ||
460 | # For the code check (splint) | 460 | # For the code check (splint) |
diff --git a/scilab/modules/history_browser/Makefile.am b/scilab/modules/history_browser/Makefile.am index 983b795..48d3e77 100755 --- a/scilab/modules/history_browser/Makefile.am +++ b/scilab/modules/history_browser/Makefile.am | |||
@@ -60,7 +60,7 @@ libscihistory_browser_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
60 | # Without the history_browser module | 60 | # Without the history_browser module |
61 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ | 61 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ |
62 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c | 62 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c |
63 | libscihistory_browser_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 63 | libscihistory_browser_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
64 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) | 64 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) |
65 | 65 | ||
66 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la | 66 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la |
@@ -69,7 +69,7 @@ if GUI | |||
69 | pkglib_LTLIBRARIES += libscihistory_browser.la | 69 | pkglib_LTLIBRARIES += libscihistory_browser.la |
70 | endif | 70 | endif |
71 | 71 | ||
72 | libscihistory_browser_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 72 | libscihistory_browser_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
73 | 73 | ||
74 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) | 74 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) |
75 | 75 | ||
diff --git a/scilab/modules/history_browser/Makefile.in b/scilab/modules/history_browser/Makefile.in index 67a0843..b006aaf 100644 --- a/scilab/modules/history_browser/Makefile.in +++ b/scilab/modules/history_browser/Makefile.in | |||
@@ -530,10 +530,10 @@ libscihistory_browser_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
530 | # Without the history_browser module | 530 | # Without the history_browser module |
531 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ | 531 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ |
532 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c | 532 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c |
533 | libscihistory_browser_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 533 | libscihistory_browser_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
534 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) | 534 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) |
535 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la $(am__append_2) | 535 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la $(am__append_2) |
536 | libscihistory_browser_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 536 | libscihistory_browser_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
537 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) | 537 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) |
538 | 538 | ||
539 | # For the code check (splint) | 539 | # For the code check (splint) |
diff --git a/scilab/modules/history_manager/Makefile.am b/scilab/modules/history_manager/Makefile.am index 06d0c76..a021fe7 100644 --- a/scilab/modules/history_manager/Makefile.am +++ b/scilab/modules/history_manager/Makefile.am | |||
@@ -72,7 +72,7 @@ libscihistory_manager_la_CFLAGS= $(JAVA_JNI_INCLUDE) \ | |||
72 | # the system) | 72 | # the system) |
73 | pkglib_LTLIBRARIES = libscihistory_manager.la | 73 | pkglib_LTLIBRARIES = libscihistory_manager.la |
74 | 74 | ||
75 | libscihistory_manager_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 75 | libscihistory_manager_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
76 | 76 | ||
77 | # All the sources needed by libscihistory_manager.la | 77 | # All the sources needed by libscihistory_manager.la |
78 | libscihistory_manager_la_SOURCES = $(HISTORY_MANAGER_C_SOURCES) $(HISTORY_MANAGER_CPP_SOURCES) $(GATEWAY_C_SOURCES) | 78 | libscihistory_manager_la_SOURCES = $(HISTORY_MANAGER_C_SOURCES) $(HISTORY_MANAGER_CPP_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/history_manager/Makefile.in b/scilab/modules/history_manager/Makefile.in index f3d3525..5a332b1 100644 --- a/scilab/modules/history_manager/Makefile.in +++ b/scilab/modules/history_manager/Makefile.in | |||
@@ -509,7 +509,7 @@ libscihistory_manager_la_CFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
509 | # Name of the future library (.la will be replace by .so, .a, etc regarding | 509 | # Name of the future library (.la will be replace by .so, .a, etc regarding |
510 | # the system) | 510 | # the system) |
511 | pkglib_LTLIBRARIES = libscihistory_manager.la | 511 | pkglib_LTLIBRARIES = libscihistory_manager.la |
512 | libscihistory_manager_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 512 | libscihistory_manager_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
513 | 513 | ||
514 | # All the sources needed by libscihistory_manager.la | 514 | # All the sources needed by libscihistory_manager.la |
515 | libscihistory_manager_la_SOURCES = $(HISTORY_MANAGER_C_SOURCES) $(HISTORY_MANAGER_CPP_SOURCES) $(GATEWAY_C_SOURCES) | 515 | libscihistory_manager_la_SOURCES = $(HISTORY_MANAGER_C_SOURCES) $(HISTORY_MANAGER_CPP_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/integer/Makefile.am b/scilab/modules/integer/Makefile.am index ec57c06..17fdeec 100644 --- a/scilab/modules/integer/Makefile.am +++ b/scilab/modules/integer/Makefile.am | |||
@@ -120,7 +120,7 @@ libsciinteger_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
120 | 120 | ||
121 | pkglib_LTLIBRARIES = libsciinteger.la | 121 | pkglib_LTLIBRARIES = libsciinteger.la |
122 | 122 | ||
123 | libsciinteger_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 123 | libsciinteger_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
124 | 124 | ||
125 | libsciinteger_la_SOURCES = $(INTEGER_C_SOURCES) $(INTEGER_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 125 | libsciinteger_la_SOURCES = $(INTEGER_C_SOURCES) $(INTEGER_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
126 | 126 | ||
diff --git a/scilab/modules/integer/Makefile.in b/scilab/modules/integer/Makefile.in index 919f3fb..0c2cb99 100644 --- a/scilab/modules/integer/Makefile.in +++ b/scilab/modules/integer/Makefile.in | |||
@@ -550,7 +550,7 @@ libsciinteger_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
550 | -I$(top_srcdir)/modules/output_stream/includes/ | 550 | -I$(top_srcdir)/modules/output_stream/includes/ |
551 | 551 | ||
552 | pkglib_LTLIBRARIES = libsciinteger.la | 552 | pkglib_LTLIBRARIES = libsciinteger.la |
553 | libsciinteger_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 553 | libsciinteger_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
554 | libsciinteger_la_SOURCES = $(INTEGER_C_SOURCES) $(INTEGER_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 554 | libsciinteger_la_SOURCES = $(INTEGER_C_SOURCES) $(INTEGER_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
555 | 555 | ||
556 | # For the code check (splint) | 556 | # For the code check (splint) |
diff --git a/scilab/modules/interpolation/Makefile.am b/scilab/modules/interpolation/Makefile.am index d218c7f..8e82e74 100644 --- a/scilab/modules/interpolation/Makefile.am +++ b/scilab/modules/interpolation/Makefile.am | |||
@@ -37,7 +37,7 @@ libsciinterpolation_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
37 | 37 | ||
38 | pkglib_LTLIBRARIES = libsciinterpolation.la | 38 | pkglib_LTLIBRARIES = libsciinterpolation.la |
39 | 39 | ||
40 | libsciinterpolation_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 40 | libsciinterpolation_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
41 | 41 | ||
42 | libsciinterpolation_la_SOURCES = $(INTERPOLATION_C_SOURCES) $(INTERPOLATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 42 | libsciinterpolation_la_SOURCES = $(INTERPOLATION_C_SOURCES) $(INTERPOLATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
43 | 43 | ||
diff --git a/scilab/modules/interpolation/Makefile.in b/scilab/modules/interpolation/Makefile.in index 2cfb501..98f617f 100644 --- a/scilab/modules/interpolation/Makefile.in +++ b/scilab/modules/interpolation/Makefile.in | |||
@@ -446,7 +446,7 @@ libsciinterpolation_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
446 | -I$(top_srcdir)/modules/string/includes | 446 | -I$(top_srcdir)/modules/string/includes |
447 | 447 | ||
448 | pkglib_LTLIBRARIES = libsciinterpolation.la | 448 | pkglib_LTLIBRARIES = libsciinterpolation.la |
449 | libsciinterpolation_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 449 | libsciinterpolation_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
450 | libsciinterpolation_la_SOURCES = $(INTERPOLATION_C_SOURCES) $(INTERPOLATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 450 | libsciinterpolation_la_SOURCES = $(INTERPOLATION_C_SOURCES) $(INTERPOLATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
451 | 451 | ||
452 | # For the code check (splint) | 452 | # For the code check (splint) |
diff --git a/scilab/modules/intersci/Makefile.am b/scilab/modules/intersci/Makefile.am index bc0f7a0..cacaeb5 100644 --- a/scilab/modules/intersci/Makefile.am +++ b/scilab/modules/intersci/Makefile.am | |||
@@ -26,7 +26,7 @@ libsciintersci_la_include_HEADERS = includes/libinter.h | |||
26 | 26 | ||
27 | pkglib_LTLIBRARIES = libsciintersci.la | 27 | pkglib_LTLIBRARIES = libsciintersci.la |
28 | 28 | ||
29 | libsciintersci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 29 | libsciintersci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
30 | 30 | ||
31 | bin_PROGRAMS = intersci | 31 | bin_PROGRAMS = intersci |
32 | intersci_SOURCES = $(INTERSCI_EXE_C_SOURCES) | 32 | intersci_SOURCES = $(INTERSCI_EXE_C_SOURCES) |
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index 59552bc..ac18124 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -422,7 +422,7 @@ src/exe/check.c | |||
422 | libsciintersci_la_includedir = $(pkgincludedir) | 422 | libsciintersci_la_includedir = $(pkgincludedir) |
423 | libsciintersci_la_include_HEADERS = includes/libinter.h | 423 | libsciintersci_la_include_HEADERS = includes/libinter.h |
424 | pkglib_LTLIBRARIES = libsciintersci.la | 424 | pkglib_LTLIBRARIES = libsciintersci.la |
425 | libsciintersci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 425 | libsciintersci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
426 | intersci_SOURCES = $(INTERSCI_EXE_C_SOURCES) | 426 | intersci_SOURCES = $(INTERSCI_EXE_C_SOURCES) |
427 | libsciintersci_la_SOURCES = $(INTERSCI_LIB_C_SOURCES) | 427 | libsciintersci_la_SOURCES = $(INTERSCI_LIB_C_SOURCES) |
428 | libsciintersci_la_CFLAGS = -I$(top_srcdir)/libs/MALLOC/includes/ \ | 428 | libsciintersci_la_CFLAGS = -I$(top_srcdir)/libs/MALLOC/includes/ \ |
diff --git a/scilab/modules/io/Makefile.am b/scilab/modules/io/Makefile.am index 1a5cfa8..f24360a 100644 --- a/scilab/modules/io/Makefile.am +++ b/scilab/modules/io/Makefile.am | |||
@@ -55,7 +55,7 @@ libsciio_la_CPPFLAGS= -I$(srcdir)/includes/ \ | |||
55 | 55 | ||
56 | pkglib_LTLIBRARIES = libsciio.la | 56 | pkglib_LTLIBRARIES = libsciio.la |
57 | 57 | ||
58 | libsciio_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 58 | libsciio_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
59 | 59 | ||
60 | libsciio_la_SOURCES = $(IO_C_SOURCES) $(IO_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 60 | libsciio_la_SOURCES = $(IO_C_SOURCES) $(IO_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
61 | 61 | ||
diff --git a/scilab/modules/io/Makefile.in b/scilab/modules/io/Makefile.in index 48f4538..8440b6f 100644 --- a/scilab/modules/io/Makefile.in +++ b/scilab/modules/io/Makefile.in | |||
@@ -463,7 +463,7 @@ libsciio_la_CPPFLAGS = -I$(srcdir)/includes/ \ | |||
463 | -I$(top_srcdir)/modules/output_stream/includes/ | 463 | -I$(top_srcdir)/modules/output_stream/includes/ |
464 | 464 | ||
465 | pkglib_LTLIBRARIES = libsciio.la | 465 | pkglib_LTLIBRARIES = libsciio.la |
466 | libsciio_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 466 | libsciio_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
467 | libsciio_la_SOURCES = $(IO_C_SOURCES) $(IO_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 467 | libsciio_la_SOURCES = $(IO_C_SOURCES) $(IO_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
468 | 468 | ||
469 | # For the code check (splint) | 469 | # For the code check (splint) |
diff --git a/scilab/modules/javasci/Makefile.am b/scilab/modules/javasci/Makefile.am index 78a61d2..86b06d0 100644 --- a/scilab/modules/javasci/Makefile.am +++ b/scilab/modules/javasci/Makefile.am | |||
@@ -44,11 +44,11 @@ src/c/javasci2_helper.c | |||
44 | 44 | ||
45 | pkglib_LTLIBRARIES = libjavasci.la libjavasci2.la | 45 | pkglib_LTLIBRARIES = libjavasci.la libjavasci2.la |
46 | 46 | ||
47 | libjavasci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 47 | libjavasci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
48 | 48 | ||
49 | libjavasci_la_SOURCES = $(JAVASCI_V1_C_SOURCES) | 49 | libjavasci_la_SOURCES = $(JAVASCI_V1_C_SOURCES) |
50 | 50 | ||
51 | libjavasci2_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 51 | libjavasci2_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
52 | 52 | ||
53 | libjavasci2_la_SOURCES = $(JAVASCI_V2_C_SOURCES) | 53 | libjavasci2_la_SOURCES = $(JAVASCI_V2_C_SOURCES) |
54 | 54 | ||
diff --git a/scilab/modules/javasci/Makefile.in b/scilab/modules/javasci/Makefile.in index 4ac7522..39381eb 100644 --- a/scilab/modules/javasci/Makefile.in +++ b/scilab/modules/javasci/Makefile.in | |||
@@ -459,9 +459,9 @@ libjavasci_la_etc_DATA = etc/javasci.quit etc/javasci.start | |||
459 | @JAVASCI_TRUE@src/c/javasci2_helper.c | 459 | @JAVASCI_TRUE@src/c/javasci2_helper.c |
460 | 460 | ||
461 | @JAVASCI_TRUE@pkglib_LTLIBRARIES = libjavasci.la libjavasci2.la | 461 | @JAVASCI_TRUE@pkglib_LTLIBRARIES = libjavasci.la libjavasci2.la |
462 | @JAVASCI_TRUE@libjavasci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 462 | @JAVASCI_TRUE@libjavasci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
463 | @JAVASCI_TRUE@libjavasci_la_SOURCES = $(JAVASCI_V1_C_SOURCES) | 463 | @JAVASCI_TRUE@libjavasci_la_SOURCES = $(JAVASCI_V1_C_SOURCES) |
464 | @JAVASCI_TRUE@libjavasci2_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 464 | @JAVASCI_TRUE@libjavasci2_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
465 | @JAVASCI_TRUE@libjavasci2_la_SOURCES = $(JAVASCI_V2_C_SOURCES) | 465 | @JAVASCI_TRUE@libjavasci2_la_SOURCES = $(JAVASCI_V2_C_SOURCES) |
466 | 466 | ||
467 | # For the code check (splint) | 467 | # For the code check (splint) |
diff --git a/scilab/modules/jvm/Makefile.am b/scilab/modules/jvm/Makefile.am index de1b7cb..36dbb6b 100644 --- a/scilab/modules/jvm/Makefile.am +++ b/scilab/modules/jvm/Makefile.am | |||
@@ -45,7 +45,7 @@ USEANT=1 | |||
45 | pkglib_LTLIBRARIES += libscijvm.la | 45 | pkglib_LTLIBRARIES += libscijvm.la |
46 | endif | 46 | endif |
47 | 47 | ||
48 | libscijvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) -lpthread $(XML_LIBS) | 48 | libscijvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) -lpthread $(XML_LIBS) |
49 | 49 | ||
50 | if IS_MACOSX | 50 | if IS_MACOSX |
51 | libscijvm_la_LDFLAGS += -framework JavaVM | 51 | libscijvm_la_LDFLAGS += -framework JavaVM |
diff --git a/scilab/modules/jvm/Makefile.in b/scilab/modules/jvm/Makefile.in index 8d35721..a861072 100644 --- a/scilab/modules/jvm/Makefile.in +++ b/scilab/modules/jvm/Makefile.in | |||
@@ -455,7 +455,7 @@ libscijvm_la_CFLAGS = $(JAVA_JNI_INCLUDE) \ | |||
455 | 455 | ||
456 | pkglib_LTLIBRARIES = libscijvm-disable.la $(am__append_1) | 456 | pkglib_LTLIBRARIES = libscijvm-disable.la $(am__append_1) |
457 | @GUI_TRUE@USEANT = 1 | 457 | @GUI_TRUE@USEANT = 1 |
458 | libscijvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) \ | 458 | libscijvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) \ |
459 | -lpthread $(XML_LIBS) $(am__append_2) | 459 | -lpthread $(XML_LIBS) $(am__append_2) |
460 | libscijvm_la_LIBADD = $(top_builddir)/libs/MALLOC/libscimalloc.la $(top_builddir)/modules/fileio/libscifileio.la $(top_builddir)/libs/dynamiclibrary/libscidynamiclibrary.la $(top_builddir)/modules/output_stream/libscioutput_stream.la | 460 | libscijvm_la_LIBADD = $(top_builddir)/libs/MALLOC/libscimalloc.la $(top_builddir)/modules/fileio/libscifileio.la $(top_builddir)/libs/dynamiclibrary/libscidynamiclibrary.la $(top_builddir)/modules/output_stream/libscioutput_stream.la |
461 | 461 | ||
diff --git a/scilab/modules/linear_algebra/Makefile.am b/scilab/modules/linear_algebra/Makefile.am index 8645294..7bf50fe 100644 --- a/scilab/modules/linear_algebra/Makefile.am +++ b/scilab/modules/linear_algebra/Makefile.am | |||
@@ -97,7 +97,7 @@ libscilinear_algebra_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
97 | 97 | ||
98 | pkglib_LTLIBRARIES = libscilinear_algebra.la | 98 | pkglib_LTLIBRARIES = libscilinear_algebra.la |
99 | 99 | ||
100 | libscilinear_algebra_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 100 | libscilinear_algebra_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
101 | 101 | ||
102 | libscilinear_algebra_la_SOURCES = $(LINEAR_ALGEBRA_FORTRAN_SOURCES) $(LINEAR_ALGEBRA_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 102 | libscilinear_algebra_la_SOURCES = $(LINEAR_ALGEBRA_FORTRAN_SOURCES) $(LINEAR_ALGEBRA_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
103 | 103 | ||
diff --git a/scilab/modules/linear_algebra/Makefile.in b/scilab/modules/linear_algebra/Makefile.in index 4c85e80..bceaa41 100644 --- a/scilab/modules/linear_algebra/Makefile.in +++ b/scilab/modules/linear_algebra/Makefile.in | |||
@@ -529,7 +529,7 @@ libscilinear_algebra_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
529 | -I$(top_srcdir)/modules/elementary_functions/includes | 529 | -I$(top_srcdir)/modules/elementary_functions/includes |
530 | 530 | ||
531 | pkglib_LTLIBRARIES = libscilinear_algebra.la | 531 | pkglib_LTLIBRARIES = libscilinear_algebra.la |
532 | libscilinear_algebra_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 532 | libscilinear_algebra_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
533 | libscilinear_algebra_la_SOURCES = $(LINEAR_ALGEBRA_FORTRAN_SOURCES) $(LINEAR_ALGEBRA_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 533 | libscilinear_algebra_la_SOURCES = $(LINEAR_ALGEBRA_FORTRAN_SOURCES) $(LINEAR_ALGEBRA_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
534 | 534 | ||
535 | # For the code check (splint) | 535 | # For the code check (splint) |
diff --git a/scilab/modules/localization/Makefile.am b/scilab/modules/localization/Makefile.am index c88fdad..8e3fdfb 100644 --- a/scilab/modules/localization/Makefile.am +++ b/scilab/modules/localization/Makefile.am | |||
@@ -43,7 +43,7 @@ libscilocalization_la_CFLAGS= $(JAVA_JNI_INCLUDE) \ | |||
43 | 43 | ||
44 | pkglib_LTLIBRARIES = libscilocalization.la | 44 | pkglib_LTLIBRARIES = libscilocalization.la |
45 | 45 | ||
46 | libscilocalization_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 46 | libscilocalization_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
47 | 47 | ||
48 | if IS_MACOSX | 48 | if IS_MACOSX |
49 | libscilocalization_la_LDFLAGS += -lintl -framework Cocoa | 49 | libscilocalization_la_LDFLAGS += -lintl -framework Cocoa |
diff --git a/scilab/modules/localization/Makefile.in b/scilab/modules/localization/Makefile.in index 43d4649..376a3f2 100644 --- a/scilab/modules/localization/Makefile.in +++ b/scilab/modules/localization/Makefile.in | |||
@@ -450,7 +450,7 @@ libscilocalization_la_CFLAGS = $(JAVA_JNI_INCLUDE) -I/sw/include \ | |||
450 | -I$(top_srcdir)/modules/api_scilab/includes \ | 450 | -I$(top_srcdir)/modules/api_scilab/includes \ |
451 | -I$(top_srcdir)/modules/output_stream/includes $(am__append_4) | 451 | -I$(top_srcdir)/modules/output_stream/includes $(am__append_4) |
452 | pkglib_LTLIBRARIES = libscilocalization.la | 452 | pkglib_LTLIBRARIES = libscilocalization.la |
453 | libscilocalization_la_LDFLAGS = -version-info \ | 453 | libscilocalization_la_LDFLAGS = -version-number \ |
454 | $(SCILAB_LIBRARY_VERSION) $(am__append_3) | 454 | $(SCILAB_LIBRARY_VERSION) $(am__append_3) |
455 | libscilocalization_la_SOURCES = $(LOCALIZATION_C_SOURCES) $(GATEWAY_C_SOURCES) | 455 | libscilocalization_la_SOURCES = $(LOCALIZATION_C_SOURCES) $(GATEWAY_C_SOURCES) |
456 | 456 | ||
diff --git a/scilab/modules/mexlib/Makefile.am b/scilab/modules/mexlib/Makefile.am index efe90f0..464fd96 100644 --- a/scilab/modules/mexlib/Makefile.am +++ b/scilab/modules/mexlib/Makefile.am | |||
@@ -28,7 +28,7 @@ libmex_la_LIBADD = $(MEXLIB_DEP) | |||
28 | 28 | ||
29 | libmex_la_CFLAGS= $(MEXLIB_FLAGS) | 29 | libmex_la_CFLAGS= $(MEXLIB_FLAGS) |
30 | 30 | ||
31 | libmex_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 31 | libmex_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
32 | 32 | ||
33 | libmat_la_SOURCES = $(MEXLIB_C_SOURCES) | 33 | libmat_la_SOURCES = $(MEXLIB_C_SOURCES) |
34 | 34 | ||
@@ -36,7 +36,7 @@ libmat_la_LIBADD = $(MEXLIB_DEP) | |||
36 | 36 | ||
37 | libmat_la_CFLAGS= $(MEXLIB_FLAGS) | 37 | libmat_la_CFLAGS= $(MEXLIB_FLAGS) |
38 | 38 | ||
39 | libmat_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 39 | libmat_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
40 | 40 | ||
41 | libmx_la_SOURCES = $(MEXLIB_C_SOURCES) | 41 | libmx_la_SOURCES = $(MEXLIB_C_SOURCES) |
42 | 42 | ||
@@ -44,7 +44,7 @@ libmx_la_LIBADD = $(MEXLIB_DEP) | |||
44 | 44 | ||
45 | libmx_la_CFLAGS= $(MEXLIB_FLAGS) | 45 | libmx_la_CFLAGS= $(MEXLIB_FLAGS) |
46 | 46 | ||
47 | libmx_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 47 | libmx_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
48 | 48 | ||
49 | #### Target ###### | 49 | #### Target ###### |
50 | modulename=mexlib | 50 | modulename=mexlib |
diff --git a/scilab/modules/mexlib/Makefile.in b/scilab/modules/mexlib/Makefile.in index c920a63..a2bab7f 100644 --- a/scilab/modules/mexlib/Makefile.in +++ b/scilab/modules/mexlib/Makefile.in | |||
@@ -421,15 +421,15 @@ pkglib_LTLIBRARIES = libmat.la libmex.la libmx.la | |||
421 | libmex_la_SOURCES = $(MEXLIB_C_SOURCES) | 421 | libmex_la_SOURCES = $(MEXLIB_C_SOURCES) |
422 | libmex_la_LIBADD = $(MEXLIB_DEP) | 422 | libmex_la_LIBADD = $(MEXLIB_DEP) |
423 | libmex_la_CFLAGS = $(MEXLIB_FLAGS) | 423 | libmex_la_CFLAGS = $(MEXLIB_FLAGS) |
424 | libmex_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 424 | libmex_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
425 | libmat_la_SOURCES = $(MEXLIB_C_SOURCES) | 425 | libmat_la_SOURCES = $(MEXLIB_C_SOURCES) |
426 | libmat_la_LIBADD = $(MEXLIB_DEP) | 426 | libmat_la_LIBADD = $(MEXLIB_DEP) |
427 | libmat_la_CFLAGS = $(MEXLIB_FLAGS) | 427 | libmat_la_CFLAGS = $(MEXLIB_FLAGS) |
428 | libmat_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 428 | libmat_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
429 | libmx_la_SOURCES = $(MEXLIB_C_SOURCES) | 429 | libmx_la_SOURCES = $(MEXLIB_C_SOURCES) |
430 | libmx_la_LIBADD = $(MEXLIB_DEP) | 430 | libmx_la_LIBADD = $(MEXLIB_DEP) |
431 | libmx_la_CFLAGS = $(MEXLIB_FLAGS) | 431 | libmx_la_CFLAGS = $(MEXLIB_FLAGS) |
432 | libmx_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 432 | libmx_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
433 | 433 | ||
434 | #### Target ###### | 434 | #### Target ###### |
435 | modulename = mexlib | 435 | modulename = mexlib |
diff --git a/scilab/modules/optimization/Makefile.am b/scilab/modules/optimization/Makefile.am index 5558c6d..430ec3f 100644 --- a/scilab/modules/optimization/Makefile.am +++ b/scilab/modules/optimization/Makefile.am | |||
@@ -128,7 +128,7 @@ libscioptimization_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
128 | 128 | ||
129 | pkglib_LTLIBRARIES = libscioptimization.la | 129 | pkglib_LTLIBRARIES = libscioptimization.la |
130 | 130 | ||
131 | libscioptimization_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 131 | libscioptimization_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
132 | 132 | ||
133 | libscioptimization_la_SOURCES = $(OPTIMIZATION_C_SOURCES) $(OPTIMIZATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(MINPACK_SOURCES) | 133 | libscioptimization_la_SOURCES = $(OPTIMIZATION_C_SOURCES) $(OPTIMIZATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(MINPACK_SOURCES) |
134 | 134 | ||
diff --git a/scilab/modules/optimization/Makefile.in b/scilab/modules/optimization/Makefile.in index 545d1de..f3bf8f7 100644 --- a/scilab/modules/optimization/Makefile.in +++ b/scilab/modules/optimization/Makefile.in | |||
@@ -551,7 +551,7 @@ libscioptimization_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
551 | -I$(top_srcdir)/modules/dynamic_link/includes | 551 | -I$(top_srcdir)/modules/dynamic_link/includes |
552 | 552 | ||
553 | pkglib_LTLIBRARIES = libscioptimization.la | 553 | pkglib_LTLIBRARIES = libscioptimization.la |
554 | libscioptimization_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 554 | libscioptimization_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
555 | libscioptimization_la_SOURCES = $(OPTIMIZATION_C_SOURCES) $(OPTIMIZATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(MINPACK_SOURCES) | 555 | libscioptimization_la_SOURCES = $(OPTIMIZATION_C_SOURCES) $(OPTIMIZATION_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(MINPACK_SOURCES) |
556 | libscioptimization_la_LIBADD = $(top_builddir)/modules/elementary_functions/libscielementary_functions.la $(top_builddir)/modules/dynamic_link/libscidynamic_link.la $(top_builddir)/modules/arnoldi/libsciarnoldi.la $(top_builddir)/modules/string/libscistring.la $(top_builddir)/modules/output_stream/libscioutput_stream.la | 556 | libscioptimization_la_LIBADD = $(top_builddir)/modules/elementary_functions/libscielementary_functions.la $(top_builddir)/modules/dynamic_link/libscidynamic_link.la $(top_builddir)/modules/arnoldi/libsciarnoldi.la $(top_builddir)/modules/string/libscistring.la $(top_builddir)/modules/output_stream/libscioutput_stream.la |
557 | 557 | ||
diff --git a/scilab/modules/output_stream/Makefile.am b/scilab/modules/output_stream/Makefile.am index a0e3fa4..5ab1700 100644 --- a/scilab/modules/output_stream/Makefile.am +++ b/scilab/modules/output_stream/Makefile.am | |||
@@ -85,7 +85,7 @@ if GUI | |||
85 | USEANT=1 | 85 | USEANT=1 |
86 | endif | 86 | endif |
87 | 87 | ||
88 | libscioutput_stream_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 88 | libscioutput_stream_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
89 | 89 | ||
90 | libscioutput_stream_la_SOURCES = $(OUTPUT_STREAM_C_SOURCES) $(OUTPUT_STREAM_CPP_SOURCES) $(OUTPUT_STREAM_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(JNI_SOURCES) | 90 | libscioutput_stream_la_SOURCES = $(OUTPUT_STREAM_C_SOURCES) $(OUTPUT_STREAM_CPP_SOURCES) $(OUTPUT_STREAM_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(JNI_SOURCES) |
91 | 91 | ||
diff --git a/scilab/modules/output_stream/Makefile.in b/scilab/modules/output_stream/Makefile.in index d7aeb3c..d11db4d 100644 --- a/scilab/modules/output_stream/Makefile.in +++ b/scilab/modules/output_stream/Makefile.in | |||
@@ -514,7 +514,7 @@ libscioutput_stream_la_CPPFLAGS = -I$(top_srcdir)/libs/MALLOC/includes/ \ | |||
514 | 514 | ||
515 | pkglib_LTLIBRARIES = libscioutput_stream.la | 515 | pkglib_LTLIBRARIES = libscioutput_stream.la |
516 | @GUI_TRUE@USEANT = 1 | 516 | @GUI_TRUE@USEANT = 1 |
517 | libscioutput_stream_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 517 | libscioutput_stream_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
518 | libscioutput_stream_la_SOURCES = $(OUTPUT_STREAM_C_SOURCES) $(OUTPUT_STREAM_CPP_SOURCES) $(OUTPUT_STREAM_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(JNI_SOURCES) | 518 | libscioutput_stream_la_SOURCES = $(OUTPUT_STREAM_C_SOURCES) $(OUTPUT_STREAM_CPP_SOURCES) $(OUTPUT_STREAM_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(JNI_SOURCES) |
519 | 519 | ||
520 | # For the code check (splint) | 520 | # For the code check (splint) |
diff --git a/scilab/modules/parallel/Makefile.am b/scilab/modules/parallel/Makefile.am index d5cfd41..6d10db1 100644 --- a/scilab/modules/parallel/Makefile.am +++ b/scilab/modules/parallel/Makefile.am | |||
@@ -37,7 +37,7 @@ libsciparallel_la_CPPFLAGS= $(OPENMP_CXXFLAGS) \ | |||
37 | 37 | ||
38 | pkglib_LTLIBRARIES = libsciparallel.la | 38 | pkglib_LTLIBRARIES = libsciparallel.la |
39 | 39 | ||
40 | libsciparallel_la_LDFLAGS = $(OPENMP_LIBS) -version-info $(SCILAB_LIBRARY_VERSION) | 40 | libsciparallel_la_LDFLAGS = $(OPENMP_LIBS) -version-number $(SCILAB_LIBRARY_VERSION) |
41 | 41 | ||
42 | if OPENMP | 42 | if OPENMP |
43 | libsciparallel_la_SOURCES = $(PARALLEL_C_SOURCES) $(PARALLEL_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) | 43 | libsciparallel_la_SOURCES = $(PARALLEL_C_SOURCES) $(PARALLEL_CPP_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) |
diff --git a/scilab/modules/parallel/Makefile.in b/scilab/modules/parallel/Makefile.in index 9f66f1a..a897b2a 100644 --- a/scilab/modules/parallel/Makefile.in +++ b/scilab/modules/parallel/Makefile.in | |||
@@ -439,7 +439,7 @@ libsciparallel_la_CPPFLAGS = $(OPENMP_CXXFLAGS) \ | |||
439 | -I$(top_srcdir)/modules/dynamic_link/includes | 439 | -I$(top_srcdir)/modules/dynamic_link/includes |
440 | 440 | ||
441 | pkglib_LTLIBRARIES = libsciparallel.la | 441 | pkglib_LTLIBRARIES = libsciparallel.la |
442 | libsciparallel_la_LDFLAGS = $(OPENMP_LIBS) -version-info $(SCILAB_LIBRARY_VERSION) | 442 | libsciparallel_la_LDFLAGS = $(OPENMP_LIBS) -version-number $(SCILAB_LIBRARY_VERSION) |
443 | @OPENMP_FALSE@libsciparallel_la_SOURCES = src/noparallel/noparallel.h \ | 443 | @OPENMP_FALSE@libsciparallel_la_SOURCES = src/noparallel/noparallel.h \ |
444 | @OPENMP_FALSE@src/noparallel/noparallel.c | 444 | @OPENMP_FALSE@src/noparallel/noparallel.c |
445 | 445 | ||
diff --git a/scilab/modules/parameters/Makefile.am b/scilab/modules/parameters/Makefile.am index d9e6cc6..6031724 100644 --- a/scilab/modules/parameters/Makefile.am +++ b/scilab/modules/parameters/Makefile.am | |||
@@ -21,7 +21,7 @@ libsciparameters_la_CFLAGS=-I$(srcdir)/includes/ \ | |||
21 | 21 | ||
22 | pkglib_LTLIBRARIES = libsciparameters.la | 22 | pkglib_LTLIBRARIES = libsciparameters.la |
23 | 23 | ||
24 | libsciparameters_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 24 | libsciparameters_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
25 | 25 | ||
26 | libsciparameters_la_SOURCES = $(PARAMETERS_C_SOURCES) | 26 | libsciparameters_la_SOURCES = $(PARAMETERS_C_SOURCES) |
27 | 27 | ||
diff --git a/scilab/modules/parameters/Makefile.in b/scilab/modules/parameters/Makefile.in index 380f6e0..94f8c90 100644 --- a/scilab/modules/parameters/Makefile.in +++ b/scilab/modules/parameters/Makefile.in | |||
@@ -402,7 +402,7 @@ libsciparameters_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
402 | -I$(top_srcdir)/modules/localization/includes | 402 | -I$(top_srcdir)/modules/localization/includes |
403 | 403 | ||
404 | pkglib_LTLIBRARIES = libsciparameters.la | 404 | pkglib_LTLIBRARIES = libsciparameters.la |
405 | libsciparameters_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 405 | libsciparameters_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
406 | libsciparameters_la_SOURCES = $(PARAMETERS_C_SOURCES) | 406 | libsciparameters_la_SOURCES = $(PARAMETERS_C_SOURCES) |
407 | 407 | ||
408 | # For the code check (splint) | 408 | # For the code check (splint) |
diff --git a/scilab/modules/polynomials/Makefile.am b/scilab/modules/polynomials/Makefile.am index 2ba2037..56b98dc 100644 --- a/scilab/modules/polynomials/Makefile.am +++ b/scilab/modules/polynomials/Makefile.am | |||
@@ -109,7 +109,7 @@ libscipolynomials_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
109 | 109 | ||
110 | pkglib_LTLIBRARIES = libscipolynomials.la | 110 | pkglib_LTLIBRARIES = libscipolynomials.la |
111 | 111 | ||
112 | libscipolynomials_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 112 | libscipolynomials_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
113 | 113 | ||
114 | libscipolynomials_la_SOURCES = $(POLYNOMIALS_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 114 | libscipolynomials_la_SOURCES = $(POLYNOMIALS_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
115 | 115 | ||
diff --git a/scilab/modules/polynomials/Makefile.in b/scilab/modules/polynomials/Makefile.in index d26d9b0..0d8d0cf 100644 --- a/scilab/modules/polynomials/Makefile.in +++ b/scilab/modules/polynomials/Makefile.in | |||
@@ -534,7 +534,7 @@ libscipolynomials_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
534 | -I$(top_srcdir)/modules/output_stream/includes | 534 | -I$(top_srcdir)/modules/output_stream/includes |
535 | 535 | ||
536 | pkglib_LTLIBRARIES = libscipolynomials.la | 536 | pkglib_LTLIBRARIES = libscipolynomials.la |
537 | libscipolynomials_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 537 | libscipolynomials_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
538 | libscipolynomials_la_SOURCES = $(POLYNOMIALS_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 538 | libscipolynomials_la_SOURCES = $(POLYNOMIALS_FORTRAN_SOURCES) $(GATEWAY_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
539 | 539 | ||
540 | # For the code check (splint) | 540 | # For the code check (splint) |
diff --git a/scilab/modules/pvm/Makefile.am b/scilab/modules/pvm/Makefile.am index 8242af1..132fc23 100644 --- a/scilab/modules/pvm/Makefile.am +++ b/scilab/modules/pvm/Makefile.am | |||
@@ -59,7 +59,7 @@ libscipvm_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
59 | 59 | ||
60 | pkglib_LTLIBRARIES = libscipvm.la | 60 | pkglib_LTLIBRARIES = libscipvm.la |
61 | 61 | ||
62 | libscipvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(PVM_LIB) | 62 | libscipvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(PVM_LIB) |
63 | 63 | ||
64 | libscipvm_la_SOURCES = $(PVM_C_SOURCES) $(GATEWAY_C_SOURCES) | 64 | libscipvm_la_SOURCES = $(PVM_C_SOURCES) $(GATEWAY_C_SOURCES) |
65 | 65 | ||
@@ -92,7 +92,7 @@ PVM_C_SOURCES = src/nopvm/nopvm.c | |||
92 | 92 | ||
93 | pkglib_LTLIBRARIES = libscipvm.la | 93 | pkglib_LTLIBRARIES = libscipvm.la |
94 | 94 | ||
95 | libscipvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 95 | libscipvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
96 | 96 | ||
97 | libscipvm_la_SOURCES = $(PVM_C_SOURCES) | 97 | libscipvm_la_SOURCES = $(PVM_C_SOURCES) |
98 | 98 | ||
diff --git a/scilab/modules/pvm/Makefile.in b/scilab/modules/pvm/Makefile.in index c00657c..adf95a4 100644 --- a/scilab/modules/pvm/Makefile.in +++ b/scilab/modules/pvm/Makefile.in | |||
@@ -531,8 +531,8 @@ top_srcdir = @top_srcdir@ | |||
531 | 531 | ||
532 | @PVM_FALSE@pkglib_LTLIBRARIES = libscipvm.la | 532 | @PVM_FALSE@pkglib_LTLIBRARIES = libscipvm.la |
533 | @PVM_TRUE@pkglib_LTLIBRARIES = libscipvm.la | 533 | @PVM_TRUE@pkglib_LTLIBRARIES = libscipvm.la |
534 | @PVM_FALSE@libscipvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 534 | @PVM_FALSE@libscipvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
535 | @PVM_TRUE@libscipvm_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(PVM_LIB) | 535 | @PVM_TRUE@libscipvm_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(PVM_LIB) |
536 | @PVM_FALSE@libscipvm_la_SOURCES = $(PVM_C_SOURCES) | 536 | @PVM_FALSE@libscipvm_la_SOURCES = $(PVM_C_SOURCES) |
537 | @PVM_TRUE@libscipvm_la_SOURCES = $(PVM_C_SOURCES) $(GATEWAY_C_SOURCES) | 537 | @PVM_TRUE@libscipvm_la_SOURCES = $(PVM_C_SOURCES) $(GATEWAY_C_SOURCES) |
538 | 538 | ||
diff --git a/scilab/modules/randlib/Makefile.am b/scilab/modules/randlib/Makefile.am index dcdd5eb..1cc6dda 100644 --- a/scilab/modules/randlib/Makefile.am +++ b/scilab/modules/randlib/Makefile.am | |||
@@ -48,7 +48,7 @@ libscirandlib_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
48 | 48 | ||
49 | pkglib_LTLIBRARIES = libscirandlib.la | 49 | pkglib_LTLIBRARIES = libscirandlib.la |
50 | 50 | ||
51 | libscirandlib_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 51 | libscirandlib_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
52 | 52 | ||
53 | libscirandlib_la_SOURCES = $(RANDLIB_C_SOURCES) $(GATEWAY_C_SOURCES) $(RANDLIB_FORTRAN_SOURCES) | 53 | libscirandlib_la_SOURCES = $(RANDLIB_C_SOURCES) $(GATEWAY_C_SOURCES) $(RANDLIB_FORTRAN_SOURCES) |
54 | 54 | ||
diff --git a/scilab/modules/randlib/Makefile.in b/scilab/modules/randlib/Makefile.in index 9f0af05..2d0cefe 100644 --- a/scilab/modules/randlib/Makefile.in +++ b/scilab/modules/randlib/Makefile.in | |||
@@ -449,7 +449,7 @@ libscirandlib_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
449 | -I$(top_srcdir)/modules/output_stream/includes | 449 | -I$(top_srcdir)/modules/output_stream/includes |
450 | 450 | ||
451 | pkglib_LTLIBRARIES = libscirandlib.la | 451 | pkglib_LTLIBRARIES = libscirandlib.la |
452 | libscirandlib_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 452 | libscirandlib_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
453 | libscirandlib_la_SOURCES = $(RANDLIB_C_SOURCES) $(GATEWAY_C_SOURCES) $(RANDLIB_FORTRAN_SOURCES) | 453 | libscirandlib_la_SOURCES = $(RANDLIB_C_SOURCES) $(GATEWAY_C_SOURCES) $(RANDLIB_FORTRAN_SOURCES) |
454 | 454 | ||
455 | # For the code check (splint) | 455 | # For the code check (splint) |
diff --git a/scilab/modules/renderer/Makefile.am b/scilab/modules/renderer/Makefile.am index ad20092..749614e 100644 --- a/scilab/modules/renderer/Makefile.am +++ b/scilab/modules/renderer/Makefile.am | |||
@@ -374,7 +374,7 @@ USEANT=1 | |||
374 | pkglib_LTLIBRARIES = libscirenderer.la | 374 | pkglib_LTLIBRARIES = libscirenderer.la |
375 | endif | 375 | endif |
376 | 376 | ||
377 | libscirenderer_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 377 | libscirenderer_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
378 | 378 | ||
379 | #### renderer : gateway declaration #### | 379 | #### renderer : gateway declaration #### |
380 | #libscirenderer_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 380 | #libscirenderer_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
diff --git a/scilab/modules/renderer/Makefile.in b/scilab/modules/renderer/Makefile.in index 730bdb3..51ad13a 100644 --- a/scilab/modules/renderer/Makefile.in +++ b/scilab/modules/renderer/Makefile.in | |||
@@ -1007,7 +1007,7 @@ src/jni/SubwinBackgroundDrawerGL.giws.xml | |||
1007 | @GIWS_TRUE@BUILT_SOURCES = giws | 1007 | @GIWS_TRUE@BUILT_SOURCES = giws |
1008 | @GUI_TRUE@USEANT = 1 | 1008 | @GUI_TRUE@USEANT = 1 |
1009 | @GUI_TRUE@pkglib_LTLIBRARIES = libscirenderer.la | 1009 | @GUI_TRUE@pkglib_LTLIBRARIES = libscirenderer.la |
1010 | libscirenderer_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 1010 | libscirenderer_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
1011 | 1011 | ||
1012 | # Where all the Scilab stuff is installed (macros, help, ...) | 1012 | # Where all the Scilab stuff is installed (macros, help, ...) |
1013 | mydatadir = $(pkgdatadir)/modules/$(modulename) | 1013 | mydatadir = $(pkgdatadir)/modules/$(modulename) |
diff --git a/scilab/modules/scicos/Makefile.am b/scilab/modules/scicos/Makefile.am index 9821354..f8a1373 100644 --- a/scilab/modules/scicos/Makefile.am +++ b/scilab/modules/scicos/Makefile.am | |||
@@ -11,7 +11,7 @@ | |||
11 | modulename=scicos | 11 | modulename=scicos |
12 | DISABLE_HELP_CLEAN=yes | 12 | DISABLE_HELP_CLEAN=yes |
13 | 13 | ||
14 | libsciscicos_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(RT_LIB) | 14 | libsciscicos_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(RT_LIB) |
15 | 15 | ||
16 | 16 | ||
17 | include $(top_srcdir)/Makefile.incl.am | 17 | include $(top_srcdir)/Makefile.incl.am |
diff --git a/scilab/modules/scicos/Makefile.in b/scilab/modules/scicos/Makefile.in index b5ea17a..2fe4955 100644 --- a/scilab/modules/scicos/Makefile.in +++ b/scilab/modules/scicos/Makefile.in | |||
@@ -649,7 +649,7 @@ top_srcdir = @top_srcdir@ | |||
649 | #### Target ###### | 649 | #### Target ###### |
650 | modulename = scicos | 650 | modulename = scicos |
651 | DISABLE_HELP_CLEAN = yes | 651 | DISABLE_HELP_CLEAN = yes |
652 | libsciscicos_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(RT_LIB) | 652 | libsciscicos_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(RT_LIB) |
653 | 653 | ||
654 | # Where all the Scilab stuff is installed (macros, help, ...) | 654 | # Where all the Scilab stuff is installed (macros, help, ...) |
655 | mydatadir = $(pkgdatadir)/modules/$(modulename) | 655 | mydatadir = $(pkgdatadir)/modules/$(modulename) |
diff --git a/scilab/modules/scicos_blocks/Makefile.am b/scilab/modules/scicos_blocks/Makefile.am index e4ae162..3ceec97 100644 --- a/scilab/modules/scicos_blocks/Makefile.am +++ b/scilab/modules/scicos_blocks/Makefile.am | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | pkglib_LTLIBRARIES = libsciscicos_blocks.la | 10 | pkglib_LTLIBRARIES = libsciscicos_blocks.la |
11 | 11 | ||
12 | libsciscicos_blocks_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(RT_LIB) | 12 | libsciscicos_blocks_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(RT_LIB) |
13 | 13 | ||
14 | #### Target ###### | 14 | #### Target ###### |
15 | modulename=scicos_blocks | 15 | modulename=scicos_blocks |
diff --git a/scilab/modules/scicos_blocks/Makefile.in b/scilab/modules/scicos_blocks/Makefile.in index 49d1f2e..6c5a688 100644 --- a/scilab/modules/scicos_blocks/Makefile.in +++ b/scilab/modules/scicos_blocks/Makefile.in | |||
@@ -903,7 +903,7 @@ top_build_prefix = @top_build_prefix@ | |||
903 | top_builddir = @top_builddir@ | 903 | top_builddir = @top_builddir@ |
904 | top_srcdir = @top_srcdir@ | 904 | top_srcdir = @top_srcdir@ |
905 | pkglib_LTLIBRARIES = libsciscicos_blocks.la | 905 | pkglib_LTLIBRARIES = libsciscicos_blocks.la |
906 | libsciscicos_blocks_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(RT_LIB) | 906 | libsciscicos_blocks_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(RT_LIB) |
907 | 907 | ||
908 | #### Target ###### | 908 | #### Target ###### |
909 | modulename = scicos_blocks | 909 | modulename = scicos_blocks |
diff --git a/scilab/modules/scinotes/Makefile.am b/scilab/modules/scinotes/Makefile.am index 49cf362..d764d02 100644 --- a/scilab/modules/scinotes/Makefile.am +++ b/scilab/modules/scinotes/Makefile.am | |||
@@ -76,7 +76,7 @@ libsciscinotes_disable_la_CFLAGS = -Iincludes/ \ | |||
76 | -I$(top_srcdir)/modules/output_stream/includes | 76 | -I$(top_srcdir)/modules/output_stream/includes |
77 | 77 | ||
78 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c | 78 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c |
79 | libsciscinotes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 79 | libsciscinotes_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
80 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) | 80 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) |
81 | 81 | ||
82 | pkglib_LTLIBRARIES = libsciscinotes-disable.la | 82 | pkglib_LTLIBRARIES = libsciscinotes-disable.la |
@@ -85,7 +85,7 @@ if GUI | |||
85 | pkglib_LTLIBRARIES += libsciscinotes.la | 85 | pkglib_LTLIBRARIES += libsciscinotes.la |
86 | endif | 86 | endif |
87 | 87 | ||
88 | libsciscinotes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 88 | libsciscinotes_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
89 | 89 | ||
90 | libsciscinotes_la_SOURCES = $(SCINOTES_C_SOURCES) $(SCINOTES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(SCINOTES_CPP_SOURCES) | 90 | libsciscinotes_la_SOURCES = $(SCINOTES_C_SOURCES) $(SCINOTES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(SCINOTES_CPP_SOURCES) |
91 | 91 | ||
diff --git a/scilab/modules/scinotes/Makefile.in b/scilab/modules/scinotes/Makefile.in index 1ae513e..9f3fe07 100644 --- a/scilab/modules/scinotes/Makefile.in +++ b/scilab/modules/scinotes/Makefile.in | |||
@@ -544,10 +544,10 @@ libsciscinotes_disable_la_CFLAGS = -Iincludes/ \ | |||
544 | -I$(top_srcdir)/modules/output_stream/includes | 544 | -I$(top_srcdir)/modules/output_stream/includes |
545 | 545 | ||
546 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c | 546 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c |
547 | libsciscinotes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 547 | libsciscinotes_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
548 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) | 548 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) |
549 | pkglib_LTLIBRARIES = libsciscinotes-disable.la $(am__append_2) | 549 | pkglib_LTLIBRARIES = libsciscinotes-disable.la $(am__append_2) |
550 | libsciscinotes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 550 | libsciscinotes_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
551 | libsciscinotes_la_SOURCES = $(SCINOTES_C_SOURCES) $(SCINOTES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(SCINOTES_CPP_SOURCES) | 551 | libsciscinotes_la_SOURCES = $(SCINOTES_C_SOURCES) $(SCINOTES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(SCINOTES_CPP_SOURCES) |
552 | 552 | ||
553 | # For the code check (splint) | 553 | # For the code check (splint) |
diff --git a/scilab/modules/shell/Makefile.am b/scilab/modules/shell/Makefile.am index 5378a20..3ba02e2 100644 --- a/scilab/modules/shell/Makefile.am +++ b/scilab/modules/shell/Makefile.am | |||
@@ -63,7 +63,7 @@ endif | |||
63 | # the system) | 63 | # the system) |
64 | pkglib_LTLIBRARIES = libscishell.la | 64 | pkglib_LTLIBRARIES = libscishell.la |
65 | 65 | ||
66 | libscishell_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TERMCAP_LIB) | 66 | libscishell_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TERMCAP_LIB) |
67 | 67 | ||
68 | # All the sources needed by libscishell.la | 68 | # All the sources needed by libscishell.la |
69 | libscishell_la_SOURCES = $(SHELL_C_SOURCES) $(GATEWAY_C_SOURCES) | 69 | libscishell_la_SOURCES = $(SHELL_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/shell/Makefile.in b/scilab/modules/shell/Makefile.in index 468043b..b785879 100644 --- a/scilab/modules/shell/Makefile.in +++ b/scilab/modules/shell/Makefile.in | |||
@@ -458,7 +458,7 @@ libscishell_la_CFLAGS = $(JAVA_JNI_INCLUDE) -Iincludes/ -Isrc/c/ \ | |||
458 | # Name of the future library (.la will be replace by .so, .a, etc regarding | 458 | # Name of the future library (.la will be replace by .so, .a, etc regarding |
459 | # the system) | 459 | # the system) |
460 | pkglib_LTLIBRARIES = libscishell.la | 460 | pkglib_LTLIBRARIES = libscishell.la |
461 | libscishell_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TERMCAP_LIB) | 461 | libscishell_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TERMCAP_LIB) |
462 | 462 | ||
463 | # All the sources needed by libscishell.la | 463 | # All the sources needed by libscishell.la |
464 | libscishell_la_SOURCES = $(SHELL_C_SOURCES) $(GATEWAY_C_SOURCES) | 464 | libscishell_la_SOURCES = $(SHELL_C_SOURCES) $(GATEWAY_C_SOURCES) |
diff --git a/scilab/modules/signal_processing/Makefile.am b/scilab/modules/signal_processing/Makefile.am index a11a4e4..cfe7896 100644 --- a/scilab/modules/signal_processing/Makefile.am +++ b/scilab/modules/signal_processing/Makefile.am | |||
@@ -99,7 +99,7 @@ libscisignal_processing_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
99 | 99 | ||
100 | pkglib_LTLIBRARIES = libscisignal_processing.la | 100 | pkglib_LTLIBRARIES = libscisignal_processing.la |
101 | 101 | ||
102 | libscisignal_processing_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 102 | libscisignal_processing_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
103 | 103 | ||
104 | libscisignal_processing_la_SOURCES = $(SIGNAL_PROCESSING_FORTRAN_SOURCES) $(SIGNAL_PROCESSING_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 104 | libscisignal_processing_la_SOURCES = $(SIGNAL_PROCESSING_FORTRAN_SOURCES) $(SIGNAL_PROCESSING_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
105 | 105 | ||
diff --git a/scilab/modules/signal_processing/Makefile.in b/scilab/modules/signal_processing/Makefile.in index ec8eaf9..8b4cb2e 100644 --- a/scilab/modules/signal_processing/Makefile.in +++ b/scilab/modules/signal_processing/Makefile.in | |||
@@ -518,7 +518,7 @@ libscisignal_processing_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
518 | -I$(top_srcdir)/modules/dynamic_link/includes | 518 | -I$(top_srcdir)/modules/dynamic_link/includes |
519 | 519 | ||
520 | pkglib_LTLIBRARIES = libscisignal_processing.la | 520 | pkglib_LTLIBRARIES = libscisignal_processing.la |
521 | libscisignal_processing_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 521 | libscisignal_processing_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
522 | libscisignal_processing_la_SOURCES = $(SIGNAL_PROCESSING_FORTRAN_SOURCES) $(SIGNAL_PROCESSING_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 522 | libscisignal_processing_la_SOURCES = $(SIGNAL_PROCESSING_FORTRAN_SOURCES) $(SIGNAL_PROCESSING_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
523 | 523 | ||
524 | # For the code check (splint) | 524 | # For the code check (splint) |
diff --git a/scilab/modules/sound/Makefile.am b/scilab/modules/sound/Makefile.am index 966f2b9..6eb20d9 100644 --- a/scilab/modules/sound/Makefile.am +++ b/scilab/modules/sound/Makefile.am | |||
@@ -17,7 +17,7 @@ libscisound_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
17 | 17 | ||
18 | pkglib_LTLIBRARIES = libscisound.la | 18 | pkglib_LTLIBRARIES = libscisound.la |
19 | 19 | ||
20 | libscisound_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 20 | libscisound_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
21 | 21 | ||
22 | libscisound_la_SOURCES = $(GATEWAY_C_SOURCES) | 22 | libscisound_la_SOURCES = $(GATEWAY_C_SOURCES) |
23 | 23 | ||
diff --git a/scilab/modules/sound/Makefile.in b/scilab/modules/sound/Makefile.in index 0cb0e04..787c792 100644 --- a/scilab/modules/sound/Makefile.in +++ b/scilab/modules/sound/Makefile.in | |||
@@ -401,7 +401,7 @@ libscisound_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
401 | -I$(top_srcdir)/modules/fileio/includes | 401 | -I$(top_srcdir)/modules/fileio/includes |
402 | 402 | ||
403 | pkglib_LTLIBRARIES = libscisound.la | 403 | pkglib_LTLIBRARIES = libscisound.la |
404 | libscisound_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 404 | libscisound_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
405 | libscisound_la_SOURCES = $(GATEWAY_C_SOURCES) | 405 | libscisound_la_SOURCES = $(GATEWAY_C_SOURCES) |
406 | 406 | ||
407 | # For the code check (splint) | 407 | # For the code check (splint) |
diff --git a/scilab/modules/sparse/Makefile.am b/scilab/modules/sparse/Makefile.am index 763d422..2367e71 100644 --- a/scilab/modules/sparse/Makefile.am +++ b/scilab/modules/sparse/Makefile.am | |||
@@ -164,7 +164,7 @@ libscisparse_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
164 | #-Isrc/c/ | 164 | #-Isrc/c/ |
165 | pkglib_LTLIBRARIES = libscisparse.la | 165 | pkglib_LTLIBRARIES = libscisparse.la |
166 | 166 | ||
167 | libscisparse_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 167 | libscisparse_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
168 | 168 | ||
169 | libscisparse_la_SOURCES = $(SPARSE_C_SOURCES) $(SPARSE_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 169 | libscisparse_la_SOURCES = $(SPARSE_C_SOURCES) $(SPARSE_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
170 | 170 | ||
diff --git a/scilab/modules/sparse/Makefile.in b/scilab/modules/sparse/Makefile.in index 00ac680..6ed8e6e 100644 --- a/scilab/modules/sparse/Makefile.in +++ b/scilab/modules/sparse/Makefile.in | |||
@@ -600,7 +600,7 @@ libscisparse_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
600 | 600 | ||
601 | #-Isrc/c/ | 601 | #-Isrc/c/ |
602 | pkglib_LTLIBRARIES = libscisparse.la | 602 | pkglib_LTLIBRARIES = libscisparse.la |
603 | libscisparse_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 603 | libscisparse_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
604 | libscisparse_la_SOURCES = $(SPARSE_C_SOURCES) $(SPARSE_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 604 | libscisparse_la_SOURCES = $(SPARSE_C_SOURCES) $(SPARSE_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
605 | 605 | ||
606 | # For the code check (splint) | 606 | # For the code check (splint) |
diff --git a/scilab/modules/special_functions/Makefile.am b/scilab/modules/special_functions/Makefile.am index e646d2b..b12a2eb 100644 --- a/scilab/modules/special_functions/Makefile.am +++ b/scilab/modules/special_functions/Makefile.am | |||
@@ -31,7 +31,7 @@ libscispecial_functions_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
31 | 31 | ||
32 | pkglib_LTLIBRARIES = libscispecial_functions.la | 32 | pkglib_LTLIBRARIES = libscispecial_functions.la |
33 | 33 | ||
34 | libscispecial_functions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 34 | libscispecial_functions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
35 | 35 | ||
36 | libscispecial_functions_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 36 | libscispecial_functions_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
37 | 37 | ||
diff --git a/scilab/modules/special_functions/Makefile.in b/scilab/modules/special_functions/Makefile.in index 4104164..5035972 100644 --- a/scilab/modules/special_functions/Makefile.in +++ b/scilab/modules/special_functions/Makefile.in | |||
@@ -438,7 +438,7 @@ libscispecial_functions_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
438 | -I$(top_srcdir)/modules/output_stream/includes/ | 438 | -I$(top_srcdir)/modules/output_stream/includes/ |
439 | 439 | ||
440 | pkglib_LTLIBRARIES = libscispecial_functions.la | 440 | pkglib_LTLIBRARIES = libscispecial_functions.la |
441 | libscispecial_functions_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 441 | libscispecial_functions_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
442 | libscispecial_functions_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 442 | libscispecial_functions_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
443 | 443 | ||
444 | # For the code check (splint) | 444 | # For the code check (splint) |
diff --git a/scilab/modules/spreadsheet/Makefile.am b/scilab/modules/spreadsheet/Makefile.am index c2eda80..eacde0b 100644 --- a/scilab/modules/spreadsheet/Makefile.am +++ b/scilab/modules/spreadsheet/Makefile.am | |||
@@ -30,7 +30,7 @@ libscispreadsheet_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
30 | 30 | ||
31 | pkglib_LTLIBRARIES = libscispreadsheet.la | 31 | pkglib_LTLIBRARIES = libscispreadsheet.la |
32 | 32 | ||
33 | libscispreadsheet_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 33 | libscispreadsheet_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
34 | 34 | ||
35 | libscispreadsheet_la_SOURCES = $(SPREADSHEET_C_SOURCES) $(GATEWAY_C_SOURCES) $(RIPOLE_SOURCES) | 35 | libscispreadsheet_la_SOURCES = $(SPREADSHEET_C_SOURCES) $(GATEWAY_C_SOURCES) $(RIPOLE_SOURCES) |
36 | 36 | ||
diff --git a/scilab/modules/spreadsheet/Makefile.in b/scilab/modules/spreadsheet/Makefile.in index 7d6cffc..c2cb7bd 100644 --- a/scilab/modules/spreadsheet/Makefile.in +++ b/scilab/modules/spreadsheet/Makefile.in | |||
@@ -423,7 +423,7 @@ libscispreadsheet_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
423 | -I$(top_srcdir)/modules/fileio/includes | 423 | -I$(top_srcdir)/modules/fileio/includes |
424 | 424 | ||
425 | pkglib_LTLIBRARIES = libscispreadsheet.la | 425 | pkglib_LTLIBRARIES = libscispreadsheet.la |
426 | libscispreadsheet_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 426 | libscispreadsheet_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
427 | libscispreadsheet_la_SOURCES = $(SPREADSHEET_C_SOURCES) $(GATEWAY_C_SOURCES) $(RIPOLE_SOURCES) | 427 | libscispreadsheet_la_SOURCES = $(SPREADSHEET_C_SOURCES) $(GATEWAY_C_SOURCES) $(RIPOLE_SOURCES) |
428 | 428 | ||
429 | # For the code check (splint) | 429 | # For the code check (splint) |
diff --git a/scilab/modules/statistics/Makefile.am b/scilab/modules/statistics/Makefile.am index 8ef2d08..b20613c 100644 --- a/scilab/modules/statistics/Makefile.am +++ b/scilab/modules/statistics/Makefile.am | |||
@@ -89,7 +89,7 @@ libscistatistics_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
89 | #-Isrc/c/ | 89 | #-Isrc/c/ |
90 | pkglib_LTLIBRARIES = libscistatistics.la | 90 | pkglib_LTLIBRARIES = libscistatistics.la |
91 | 91 | ||
92 | libscistatistics_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 92 | libscistatistics_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
93 | 93 | ||
94 | libscistatistics_la_SOURCES = $(STATISTICS_C_SOURCES) $(STATISTICS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 94 | libscistatistics_la_SOURCES = $(STATISTICS_C_SOURCES) $(STATISTICS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
95 | 95 | ||
diff --git a/scilab/modules/statistics/Makefile.in b/scilab/modules/statistics/Makefile.in index 59219dc..6df3834 100644 --- a/scilab/modules/statistics/Makefile.in +++ b/scilab/modules/statistics/Makefile.in | |||
@@ -506,7 +506,7 @@ libscistatistics_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
506 | 506 | ||
507 | #-Isrc/c/ | 507 | #-Isrc/c/ |
508 | pkglib_LTLIBRARIES = libscistatistics.la | 508 | pkglib_LTLIBRARIES = libscistatistics.la |
509 | libscistatistics_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 509 | libscistatistics_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
510 | libscistatistics_la_SOURCES = $(STATISTICS_C_SOURCES) $(STATISTICS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) | 510 | libscistatistics_la_SOURCES = $(STATISTICS_C_SOURCES) $(STATISTICS_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) |
511 | 511 | ||
512 | # For the code check (splint) | 512 | # For the code check (splint) |
diff --git a/scilab/modules/string/Makefile.am b/scilab/modules/string/Makefile.am index 4f1a91a..434e6ec 100644 --- a/scilab/modules/string/Makefile.am +++ b/scilab/modules/string/Makefile.am | |||
@@ -75,7 +75,7 @@ libscistring_la_CFLAGS= $(PCRE_CFLAGS) \ | |||
75 | 75 | ||
76 | pkglib_LTLIBRARIES = libscistring.la | 76 | pkglib_LTLIBRARIES = libscistring.la |
77 | 77 | ||
78 | libscistring_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(PCRE_LIBS) | 78 | libscistring_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(PCRE_LIBS) |
79 | 79 | ||
80 | libscistring_la_SOURCES = $(STRING_C_SOURCES) $(STRING_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 80 | libscistring_la_SOURCES = $(STRING_C_SOURCES) $(STRING_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
81 | 81 | ||
diff --git a/scilab/modules/string/Makefile.in b/scilab/modules/string/Makefile.in index 8b4d3bd..8145349 100644 --- a/scilab/modules/string/Makefile.in +++ b/scilab/modules/string/Makefile.in | |||
@@ -500,7 +500,7 @@ libscistring_la_CFLAGS = $(PCRE_CFLAGS) \ | |||
500 | -I$(top_srcdir)/modules/output_stream/includes | 500 | -I$(top_srcdir)/modules/output_stream/includes |
501 | 501 | ||
502 | pkglib_LTLIBRARIES = libscistring.la | 502 | pkglib_LTLIBRARIES = libscistring.la |
503 | libscistring_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(PCRE_LIBS) | 503 | libscistring_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(PCRE_LIBS) |
504 | libscistring_la_SOURCES = $(STRING_C_SOURCES) $(STRING_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 504 | libscistring_la_SOURCES = $(STRING_C_SOURCES) $(STRING_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
505 | 505 | ||
506 | # For the code check (splint) | 506 | # For the code check (splint) |
diff --git a/scilab/modules/symbolic/Makefile.am b/scilab/modules/symbolic/Makefile.am index cf73689..1ab15b4 100644 --- a/scilab/modules/symbolic/Makefile.am +++ b/scilab/modules/symbolic/Makefile.am | |||
@@ -25,7 +25,7 @@ libscisymbolic_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
25 | #-Isrc/c/ | 25 | #-Isrc/c/ |
26 | pkglib_LTLIBRARIES = libscisymbolic.la | 26 | pkglib_LTLIBRARIES = libscisymbolic.la |
27 | 27 | ||
28 | libscisymbolic_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 28 | libscisymbolic_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
29 | 29 | ||
30 | libscisymbolic_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 30 | libscisymbolic_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
31 | 31 | ||
diff --git a/scilab/modules/symbolic/Makefile.in b/scilab/modules/symbolic/Makefile.in index 632a123..cdea6ae 100644 --- a/scilab/modules/symbolic/Makefile.in +++ b/scilab/modules/symbolic/Makefile.in | |||
@@ -421,7 +421,7 @@ libscisymbolic_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
421 | 421 | ||
422 | #-Isrc/c/ | 422 | #-Isrc/c/ |
423 | pkglib_LTLIBRARIES = libscisymbolic.la | 423 | pkglib_LTLIBRARIES = libscisymbolic.la |
424 | libscisymbolic_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 424 | libscisymbolic_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
425 | libscisymbolic_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) | 425 | libscisymbolic_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) |
426 | 426 | ||
427 | # For the code check (splint) | 427 | # For the code check (splint) |
diff --git a/scilab/modules/tclsci/Makefile.am b/scilab/modules/tclsci/Makefile.am index 5ee06ca..d65db05 100644 --- a/scilab/modules/tclsci/Makefile.am +++ b/scilab/modules/tclsci/Makefile.am | |||
@@ -46,7 +46,7 @@ endif | |||
46 | 46 | ||
47 | pkglib_LTLIBRARIES = libscitclsci.la | 47 | pkglib_LTLIBRARIES = libscitclsci.la |
48 | 48 | ||
49 | libscitclsci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) | 49 | libscitclsci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) |
50 | 50 | ||
51 | libscitclsci_la_CFLAGS= -I$(srcdir)/includes/ \ | 51 | libscitclsci_la_CFLAGS= -I$(srcdir)/includes/ \ |
52 | -I$(srcdir)/src/c \ | 52 | -I$(srcdir)/src/c \ |
diff --git a/scilab/modules/tclsci/Makefile.in b/scilab/modules/tclsci/Makefile.in index 361d06a..170c347 100644 --- a/scilab/modules/tclsci/Makefile.in +++ b/scilab/modules/tclsci/Makefile.in | |||
@@ -471,7 +471,7 @@ top_srcdir = @top_srcdir@ | |||
471 | @TCLTK_TRUE@sci_gateway/c/sci_TCL_UpVar.c | 471 | @TCLTK_TRUE@sci_gateway/c/sci_TCL_UpVar.c |
472 | 472 | ||
473 | pkglib_LTLIBRARIES = libscitclsci.la | 473 | pkglib_LTLIBRARIES = libscitclsci.la |
474 | libscitclsci_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) | 474 | libscitclsci_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(TCLTK_LIBS) |
475 | libscitclsci_la_CFLAGS = -I$(srcdir)/includes/ \ | 475 | libscitclsci_la_CFLAGS = -I$(srcdir)/includes/ \ |
476 | -I$(srcdir)/src/c \ | 476 | -I$(srcdir)/src/c \ |
477 | -I$(srcdir)/sci_gateway/c/ \ | 477 | -I$(srcdir)/sci_gateway/c/ \ |
diff --git a/scilab/modules/time/Makefile.am b/scilab/modules/time/Makefile.am index 40e71db..9118c99 100644 --- a/scilab/modules/time/Makefile.am +++ b/scilab/modules/time/Makefile.am | |||
@@ -24,7 +24,7 @@ libscitime_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
24 | 24 | ||
25 | pkglib_LTLIBRARIES = libscitime.la | 25 | pkglib_LTLIBRARIES = libscitime.la |
26 | 26 | ||
27 | libscitime_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 27 | libscitime_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
28 | 28 | ||
29 | libscitime_la_SOURCES = $(TIME_C_SOURCES) $(GATEWAY_C_SOURCES) | 29 | libscitime_la_SOURCES = $(TIME_C_SOURCES) $(GATEWAY_C_SOURCES) |
30 | 30 | ||
diff --git a/scilab/modules/time/Makefile.in b/scilab/modules/time/Makefile.in index 0be50ba..f0bb6c4 100644 --- a/scilab/modules/time/Makefile.in +++ b/scilab/modules/time/Makefile.in | |||
@@ -417,7 +417,7 @@ libscitime_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
417 | -I$(top_srcdir)/modules/output_stream/includes | 417 | -I$(top_srcdir)/modules/output_stream/includes |
418 | 418 | ||
419 | pkglib_LTLIBRARIES = libscitime.la | 419 | pkglib_LTLIBRARIES = libscitime.la |
420 | libscitime_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 420 | libscitime_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
421 | libscitime_la_SOURCES = $(TIME_C_SOURCES) $(GATEWAY_C_SOURCES) | 421 | libscitime_la_SOURCES = $(TIME_C_SOURCES) $(GATEWAY_C_SOURCES) |
422 | 422 | ||
423 | # For the code check (splint) | 423 | # For the code check (splint) |
diff --git a/scilab/modules/types/Makefile.am b/scilab/modules/types/Makefile.am index e9d5c22..03b7838 100644 --- a/scilab/modules/types/Makefile.am +++ b/scilab/modules/types/Makefile.am | |||
@@ -52,7 +52,7 @@ libscitypes_la_CPPFLAGS = | |||
52 | libscitypes_disable_la_CFLAGS = | 52 | libscitypes_disable_la_CFLAGS = |
53 | 53 | ||
54 | TYPES_DISABLE_C_SOURCES = | 54 | TYPES_DISABLE_C_SOURCES = |
55 | libscitypes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 55 | libscitypes_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
56 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) | 56 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) |
57 | 57 | ||
58 | pkglib_LTLIBRARIES = libscitypes-disable.la | 58 | pkglib_LTLIBRARIES = libscitypes-disable.la |
@@ -61,7 +61,7 @@ if GUI | |||
61 | pkglib_LTLIBRARIES += libscitypes.la | 61 | pkglib_LTLIBRARIES += libscitypes.la |
62 | endif | 62 | endif |
63 | 63 | ||
64 | libscitypes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 64 | libscitypes_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
65 | 65 | ||
66 | libscitypes_la_SOURCES = $(TYPES_C_SOURCES) $(TYPES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(TYPES_CPP_SOURCES) | 66 | libscitypes_la_SOURCES = $(TYPES_C_SOURCES) $(TYPES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(TYPES_CPP_SOURCES) |
67 | 67 | ||
diff --git a/scilab/modules/types/Makefile.in b/scilab/modules/types/Makefile.in index 1adb5f7..8055d75 100644 --- a/scilab/modules/types/Makefile.in +++ b/scilab/modules/types/Makefile.in | |||
@@ -490,10 +490,10 @@ libscitypes_la_CPPFLAGS = | |||
490 | # Without the types module | 490 | # Without the types module |
491 | libscitypes_disable_la_CFLAGS = | 491 | libscitypes_disable_la_CFLAGS = |
492 | TYPES_DISABLE_C_SOURCES = | 492 | TYPES_DISABLE_C_SOURCES = |
493 | libscitypes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 493 | libscitypes_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
494 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) | 494 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) |
495 | pkglib_LTLIBRARIES = libscitypes-disable.la $(am__append_2) | 495 | pkglib_LTLIBRARIES = libscitypes-disable.la $(am__append_2) |
496 | libscitypes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 496 | libscitypes_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
497 | libscitypes_la_SOURCES = $(TYPES_C_SOURCES) $(TYPES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(TYPES_CPP_SOURCES) | 497 | libscitypes_la_SOURCES = $(TYPES_C_SOURCES) $(TYPES_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(TYPES_CPP_SOURCES) |
498 | 498 | ||
499 | # For the code check (splint) | 499 | # For the code check (splint) |
diff --git a/scilab/modules/ui_data/Makefile.am b/scilab/modules/ui_data/Makefile.am index 358129b..91f8ef8 100644 --- a/scilab/modules/ui_data/Makefile.am +++ b/scilab/modules/ui_data/Makefile.am | |||
@@ -71,7 +71,7 @@ libsciui_data_disable_la_CFLAGS = -Iincludes/ \ | |||
71 | -I$(top_srcdir)/modules/output_stream/includes | 71 | -I$(top_srcdir)/modules/output_stream/includes |
72 | 72 | ||
73 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c | 73 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c |
74 | libsciui_data_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 74 | libsciui_data_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
75 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) | 75 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) |
76 | 76 | ||
77 | pkglib_LTLIBRARIES = libsciui_data-disable.la | 77 | pkglib_LTLIBRARIES = libsciui_data-disable.la |
@@ -80,7 +80,7 @@ if GUI | |||
80 | pkglib_LTLIBRARIES += libsciui_data.la | 80 | pkglib_LTLIBRARIES += libsciui_data.la |
81 | endif | 81 | endif |
82 | 82 | ||
83 | libsciui_data_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 83 | libsciui_data_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
84 | 84 | ||
85 | libsciui_data_la_SOURCES = $(UI_DATA_C_SOURCES) $(UI_DATA_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(UI_DATA_CPP_SOURCES) | 85 | libsciui_data_la_SOURCES = $(UI_DATA_C_SOURCES) $(UI_DATA_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(UI_DATA_CPP_SOURCES) |
86 | 86 | ||
diff --git a/scilab/modules/ui_data/Makefile.in b/scilab/modules/ui_data/Makefile.in index 4fb221b..d5ed3e5 100644 --- a/scilab/modules/ui_data/Makefile.in +++ b/scilab/modules/ui_data/Makefile.in | |||
@@ -539,10 +539,10 @@ libsciui_data_disable_la_CFLAGS = -Iincludes/ \ | |||
539 | -I$(top_srcdir)/modules/output_stream/includes | 539 | -I$(top_srcdir)/modules/output_stream/includes |
540 | 540 | ||
541 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c | 541 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c |
542 | libsciui_data_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 542 | libsciui_data_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
543 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) | 543 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) |
544 | pkglib_LTLIBRARIES = libsciui_data-disable.la $(am__append_2) | 544 | pkglib_LTLIBRARIES = libsciui_data-disable.la $(am__append_2) |
545 | libsciui_data_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 545 | libsciui_data_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
546 | libsciui_data_la_SOURCES = $(UI_DATA_C_SOURCES) $(UI_DATA_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(UI_DATA_CPP_SOURCES) | 546 | libsciui_data_la_SOURCES = $(UI_DATA_C_SOURCES) $(UI_DATA_JNI_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(UI_DATA_CPP_SOURCES) |
547 | 547 | ||
548 | # For the code check (splint) | 548 | # For the code check (splint) |
diff --git a/scilab/modules/umfpack/Makefile.am b/scilab/modules/umfpack/Makefile.am index 4b246ba..41b0f34 100644 --- a/scilab/modules/umfpack/Makefile.am +++ b/scilab/modules/umfpack/Makefile.am | |||
@@ -12,7 +12,7 @@ modulename=umfpack | |||
12 | 12 | ||
13 | pkglib_LTLIBRARIES = libsciumfpack.la | 13 | pkglib_LTLIBRARIES = libsciumfpack.la |
14 | 14 | ||
15 | libsciumfpack_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 15 | libsciumfpack_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
16 | 16 | ||
17 | #### umfpack : Conf files #### | 17 | #### umfpack : Conf files #### |
18 | libsciumfpack_la_rootdir = $(mydatadir) | 18 | libsciumfpack_la_rootdir = $(mydatadir) |
diff --git a/scilab/modules/umfpack/Makefile.in b/scilab/modules/umfpack/Makefile.in index 624f526..a57029e 100644 --- a/scilab/modules/umfpack/Makefile.in +++ b/scilab/modules/umfpack/Makefile.in | |||
@@ -429,7 +429,7 @@ top_builddir = @top_builddir@ | |||
429 | top_srcdir = @top_srcdir@ | 429 | top_srcdir = @top_srcdir@ |
430 | modulename = umfpack | 430 | modulename = umfpack |
431 | pkglib_LTLIBRARIES = libsciumfpack.la | 431 | pkglib_LTLIBRARIES = libsciumfpack.la |
432 | libsciumfpack_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) \ | 432 | libsciumfpack_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) \ |
433 | $(am__append_1) | 433 | $(am__append_1) |
434 | 434 | ||
435 | #### umfpack : Conf files #### | 435 | #### umfpack : Conf files #### |
diff --git a/scilab/modules/windows_tools/Makefile.am b/scilab/modules/windows_tools/Makefile.am index 2d90f1d..8eeacbc 100644 --- a/scilab/modules/windows_tools/Makefile.am +++ b/scilab/modules/windows_tools/Makefile.am | |||
@@ -17,7 +17,7 @@ libsciwindows_tools_la_CFLAGS= -I$(srcdir)/includes/ \ | |||
17 | # the system) | 17 | # the system) |
18 | pkglib_LTLIBRARIES = libsciwindows_tools.la | 18 | pkglib_LTLIBRARIES = libsciwindows_tools.la |
19 | 19 | ||
20 | libsciwindows_tools_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 20 | libsciwindows_tools_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
21 | 21 | ||
22 | # All the sources needed by libsciwindows_tools.la | 22 | # All the sources needed by libsciwindows_tools.la |
23 | libsciwindows_tools_la_SOURCES = $(WINDOWS_TOOLS_C_SOURCES) | 23 | libsciwindows_tools_la_SOURCES = $(WINDOWS_TOOLS_C_SOURCES) |
diff --git a/scilab/modules/windows_tools/Makefile.in b/scilab/modules/windows_tools/Makefile.in index 9bca9b2..eaffbf4 100644 --- a/scilab/modules/windows_tools/Makefile.in +++ b/scilab/modules/windows_tools/Makefile.in | |||
@@ -404,7 +404,7 @@ libsciwindows_tools_la_CFLAGS = -I$(srcdir)/includes/ \ | |||
404 | # Name of the future library (.la will be replace by .so, .a, etc regarding | 404 | # Name of the future library (.la will be replace by .so, .a, etc regarding |
405 | # the system) | 405 | # the system) |
406 | pkglib_LTLIBRARIES = libsciwindows_tools.la | 406 | pkglib_LTLIBRARIES = libsciwindows_tools.la |
407 | libsciwindows_tools_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) | 407 | libsciwindows_tools_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) |
408 | 408 | ||
409 | # All the sources needed by libsciwindows_tools.la | 409 | # All the sources needed by libsciwindows_tools.la |
410 | libsciwindows_tools_la_SOURCES = $(WINDOWS_TOOLS_C_SOURCES) | 410 | libsciwindows_tools_la_SOURCES = $(WINDOWS_TOOLS_C_SOURCES) |
diff --git a/scilab/modules/xcos/Makefile.am b/scilab/modules/xcos/Makefile.am index 426b4033..c13523e 100644 --- a/scilab/modules/xcos/Makefile.am +++ b/scilab/modules/xcos/Makefile.am | |||
@@ -95,7 +95,7 @@ libscixcos_disable_la_CFLAGS = -Iincludes/ \ | |||
95 | -I$(top_srcdir)/modules/output_stream/includes | 95 | -I$(top_srcdir)/modules/output_stream/includes |
96 | 96 | ||
97 | XCOS_DISABLE_C_SOURCES = src/noxcos/noxcos.c | 97 | XCOS_DISABLE_C_SOURCES = src/noxcos/noxcos.c |
98 | libscixcos_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 98 | libscixcos_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
99 | libscixcos_disable_la_SOURCES = $(XCOS_DISABLE_C_SOURCES) | 99 | libscixcos_disable_la_SOURCES = $(XCOS_DISABLE_C_SOURCES) |
100 | 100 | ||
101 | pkglib_LTLIBRARIES = libscixcos-disable.la | 101 | pkglib_LTLIBRARIES = libscixcos-disable.la |
@@ -104,7 +104,7 @@ if GUI | |||
104 | pkglib_LTLIBRARIES += libscixcos.la | 104 | pkglib_LTLIBRARIES += libscixcos.la |
105 | endif | 105 | endif |
106 | 106 | ||
107 | libscixcos_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 107 | libscixcos_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
108 | 108 | ||
109 | libscixcos_la_SOURCES = $(XCOS_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(XCOS_CPP_SOURCES) | 109 | libscixcos_la_SOURCES = $(XCOS_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(XCOS_CPP_SOURCES) |
110 | 110 | ||
diff --git a/scilab/modules/xcos/Makefile.in b/scilab/modules/xcos/Makefile.in index b39ca8a..ef6f90e 100644 --- a/scilab/modules/xcos/Makefile.in +++ b/scilab/modules/xcos/Makefile.in | |||
@@ -516,10 +516,10 @@ libscixcos_disable_la_CFLAGS = -Iincludes/ \ | |||
516 | -I$(top_srcdir)/modules/output_stream/includes | 516 | -I$(top_srcdir)/modules/output_stream/includes |
517 | 517 | ||
518 | XCOS_DISABLE_C_SOURCES = src/noxcos/noxcos.c | 518 | XCOS_DISABLE_C_SOURCES = src/noxcos/noxcos.c |
519 | libscixcos_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 519 | libscixcos_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
520 | libscixcos_disable_la_SOURCES = $(XCOS_DISABLE_C_SOURCES) | 520 | libscixcos_disable_la_SOURCES = $(XCOS_DISABLE_C_SOURCES) |
521 | pkglib_LTLIBRARIES = libscixcos-disable.la $(am__append_1) | 521 | pkglib_LTLIBRARIES = libscixcos-disable.la $(am__append_1) |
522 | libscixcos_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 522 | libscixcos_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
523 | libscixcos_la_SOURCES = $(XCOS_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(XCOS_CPP_SOURCES) | 523 | libscixcos_la_SOURCES = $(XCOS_C_SOURCES) $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(XCOS_CPP_SOURCES) |
524 | 524 | ||
525 | # For the code check (splint) | 525 | # For the code check (splint) |