diff options
82 files changed, 99 insertions, 345 deletions
diff --git a/scilab/Makefile.am b/scilab/Makefile.am index 75f4659..3a68509 100644 --- a/scilab/Makefile.am +++ b/scilab/Makefile.am | |||
@@ -287,7 +287,7 @@ endif | |||
287 | # For each module, build and call Java unitary tests | 287 | # For each module, build and call Java unitary tests |
288 | # If fails, stops the call | 288 | # If fails, stops the call |
289 | check-java: | 289 | check-java: |
290 | @echo "-- Launch all testng (Java) unitary tests"; \ | 290 | @echo "-- Launch all TestNG (Java) unitary tests"; \ |
291 | MASK="$(top_srcdir)/modules/*/tests/java/"; \ | 291 | MASK="$(top_srcdir)/modules/*/tests/java/"; \ |
292 | MODULES=`ls -d $$MASK`; \ | 292 | MODULES=`ls -d $$MASK`; \ |
293 | for M in $$MODULES; do \ | 293 | for M in $$MODULES; do \ |
diff --git a/scilab/Makefile.in b/scilab/Makefile.in index f36ae90..9be2b9d 100644 --- a/scilab/Makefile.in +++ b/scilab/Makefile.in | |||
@@ -1794,7 +1794,7 @@ distclean-generated: | |||
1794 | # For each module, build and call Java unitary tests | 1794 | # For each module, build and call Java unitary tests |
1795 | # If fails, stops the call | 1795 | # If fails, stops the call |
1796 | check-java: | 1796 | check-java: |
1797 | @echo "-- Launch all testng (Java) unitary tests"; \ | 1797 | @echo "-- Launch all TestNG (Java) unitary tests"; \ |
1798 | MASK="$(top_srcdir)/modules/*/tests/java/"; \ | 1798 | MASK="$(top_srcdir)/modules/*/tests/java/"; \ |
1799 | MODULES=`ls -d $$MASK`; \ | 1799 | MODULES=`ls -d $$MASK`; \ |
1800 | for M in $$MODULES; do \ | 1800 | for M in $$MODULES; do \ |
diff --git a/scilab/Makefile.incl.am b/scilab/Makefile.incl.am index c625793..00aea38 100644 --- a/scilab/Makefile.incl.am +++ b/scilab/Makefile.incl.am | |||
@@ -113,11 +113,6 @@ clean-macros: | |||
113 | rm -f $(builddir)/$$dir/$(MACROBINMASK); \ | 113 | rm -f $(builddir)/$$dir/$(MACROBINMASK); \ |
114 | done | 114 | done |
115 | 115 | ||
116 | if COMPILATION_TESTS | ||
117 | # With --enable-compilation-tests, launch java unitary tests | ||
118 | TARGETS_ALL+=test | ||
119 | endif | ||
120 | |||
121 | test: | 116 | test: |
122 | # More tests could be added here | 117 | # More tests could be added here |
123 | @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ | 118 | @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ |
diff --git a/scilab/libs/MALLOC/Makefile.in b/scilab/libs/MALLOC/Makefile.in index 8742234..788d910 100644 --- a/scilab/libs/MALLOC/Makefile.in +++ b/scilab/libs/MALLOC/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(libscimalloc_la_include_HEADERS) $(srcdir)/Makefile.am \ | 59 | DIST_COMMON = $(libscimalloc_la_include_HEADERS) $(srcdir)/Makefile.am \ |
60 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 60 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = libs/MALLOC | 62 | subdir = libs/MALLOC |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -426,7 +423,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
426 | #### the procedure will be the same with Microsoft Windows (C) | 423 | #### the procedure will be the same with Microsoft Windows (C) |
427 | #### and Linux/Unix | 424 | #### and Linux/Unix |
428 | ####################################################################### | 425 | ####################################################################### |
429 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 426 | TARGETS_ALL = $(am__append_1) |
430 | 427 | ||
431 | ################ MACROS ###################### | 428 | ################ MACROS ###################### |
432 | # Rule to build a macro | 429 | # Rule to build a macro |
diff --git a/scilab/libs/doublylinkedlist/Makefile.in b/scilab/libs/doublylinkedlist/Makefile.in index bddbe3f..84b2a74 100644 --- a/scilab/libs/doublylinkedlist/Makefile.in +++ b/scilab/libs/doublylinkedlist/Makefile.in | |||
@@ -60,9 +60,6 @@ DIST_COMMON = $(libscidoublylinkedlist_la_include_HEADERS) \ | |||
60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
61 | $(top_srcdir)/Makefile.incl.am | 61 | $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = libs/doublylinkedlist | 63 | subdir = libs/doublylinkedlist |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -416,7 +413,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
416 | #### the procedure will be the same with Microsoft Windows (C) | 413 | #### the procedure will be the same with Microsoft Windows (C) |
417 | #### and Linux/Unix | 414 | #### and Linux/Unix |
418 | ####################################################################### | 415 | ####################################################################### |
419 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 416 | TARGETS_ALL = $(am__append_1) |
420 | 417 | ||
421 | ################ MACROS ###################### | 418 | ################ MACROS ###################### |
422 | # Rule to build a macro | 419 | # Rule to build a macro |
diff --git a/scilab/libs/dynamiclibrary/Makefile.in b/scilab/libs/dynamiclibrary/Makefile.in index bec488e..7c1d1bd 100644 --- a/scilab/libs/dynamiclibrary/Makefile.in +++ b/scilab/libs/dynamiclibrary/Makefile.in | |||
@@ -60,9 +60,6 @@ DIST_COMMON = $(libscidynamiclibrary_la_include_HEADERS) \ | |||
60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
61 | $(top_srcdir)/Makefile.incl.am | 61 | $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = libs/dynamiclibrary | 63 | subdir = libs/dynamiclibrary |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -418,7 +415,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
418 | #### the procedure will be the same with Microsoft Windows (C) | 415 | #### the procedure will be the same with Microsoft Windows (C) |
419 | #### and Linux/Unix | 416 | #### and Linux/Unix |
420 | ####################################################################### | 417 | ####################################################################### |
421 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 418 | TARGETS_ALL = $(am__append_1) |
422 | 419 | ||
423 | ################ MACROS ###################### | 420 | ################ MACROS ###################### |
424 | # Rule to build a macro | 421 | # Rule to build a macro |
diff --git a/scilab/libs/hashtable/Makefile.in b/scilab/libs/hashtable/Makefile.in index 1ab6518..5624361 100644 --- a/scilab/libs/hashtable/Makefile.in +++ b/scilab/libs/hashtable/Makefile.in | |||
@@ -60,9 +60,6 @@ DIST_COMMON = $(libscihashtable_la_include_HEADERS) \ | |||
60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 60 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
61 | $(top_srcdir)/Makefile.incl.am | 61 | $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = libs/hashtable | 63 | subdir = libs/hashtable |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -418,7 +415,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
418 | #### the procedure will be the same with Microsoft Windows (C) | 415 | #### the procedure will be the same with Microsoft Windows (C) |
419 | #### and Linux/Unix | 416 | #### and Linux/Unix |
420 | ####################################################################### | 417 | ####################################################################### |
421 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 418 | TARGETS_ALL = $(am__append_1) |
422 | 419 | ||
423 | ################ MACROS ###################### | 420 | ################ MACROS ###################### |
424 | # Rule to build a macro | 421 | # Rule to build a macro |
diff --git a/scilab/libs/libst/Makefile.in b/scilab/libs/libst/Makefile.in index eb8769f4..88f28f7 100644 --- a/scilab/libs/libst/Makefile.in +++ b/scilab/libs/libst/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = libs/libst | 61 | subdir = libs/libst |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -406,7 +403,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
406 | #### the procedure will be the same with Microsoft Windows (C) | 403 | #### the procedure will be the same with Microsoft Windows (C) |
407 | #### and Linux/Unix | 404 | #### and Linux/Unix |
408 | ####################################################################### | 405 | ####################################################################### |
409 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 406 | TARGETS_ALL = $(am__append_1) |
410 | 407 | ||
411 | ################ MACROS ###################### | 408 | ################ MACROS ###################### |
412 | # Rule to build a macro | 409 | # Rule to build a macro |
diff --git a/scilab/modules/action_binding/Makefile.in b/scilab/modules/action_binding/Makefile.in index 04d3886..f57f214 100644 --- a/scilab/modules/action_binding/Makefile.in +++ b/scilab/modules/action_binding/Makefile.in | |||
@@ -65,9 +65,6 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_2 = java | 67 | @NEED_JAVA_TRUE@am__append_2 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
71 | subdir = modules/action_binding | 68 | subdir = modules/action_binding |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -527,7 +524,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
527 | #### the procedure will be the same with Microsoft Windows (C) | 524 | #### the procedure will be the same with Microsoft Windows (C) |
528 | #### and Linux/Unix | 525 | #### and Linux/Unix |
529 | ####################################################################### | 526 | ####################################################################### |
530 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 527 | TARGETS_ALL = $(am__append_2) |
531 | 528 | ||
532 | ################ MACROS ###################### | 529 | ################ MACROS ###################### |
533 | # Rule to build a macro | 530 | # Rule to build a macro |
diff --git a/scilab/modules/api_scilab/Makefile.in b/scilab/modules/api_scilab/Makefile.in index 7215014..211f6a5 100644 --- a/scilab/modules/api_scilab/Makefile.in +++ b/scilab/modules/api_scilab/Makefile.in | |||
@@ -63,9 +63,6 @@ DIST_COMMON = $(libsciapi_scilab_la_include_HEADERS) \ | |||
63 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 63 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
64 | $(top_srcdir)/Makefile.incl.am | 64 | $(top_srcdir)/Makefile.incl.am |
65 | @NEED_JAVA_TRUE@am__append_1 = java | 65 | @NEED_JAVA_TRUE@am__append_1 = java |
66 | |||
67 | # With --enable-compilation-tests, launch java unitary tests | ||
68 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
69 | subdir = modules/api_scilab | 66 | subdir = modules/api_scilab |
70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -481,7 +478,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
481 | #### the procedure will be the same with Microsoft Windows (C) | 478 | #### the procedure will be the same with Microsoft Windows (C) |
482 | #### and Linux/Unix | 479 | #### and Linux/Unix |
483 | ####################################################################### | 480 | ####################################################################### |
484 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 481 | TARGETS_ALL = $(am__append_1) |
485 | 482 | ||
486 | ################ MACROS ###################### | 483 | ################ MACROS ###################### |
487 | # Rule to build a macro | 484 | # Rule to build a macro |
diff --git a/scilab/modules/arnoldi/Makefile.in b/scilab/modules/arnoldi/Makefile.in index cdd6a70..d65e0f6 100644 --- a/scilab/modules/arnoldi/Makefile.in +++ b/scilab/modules/arnoldi/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/arnoldi | 62 | subdir = modules/arnoldi |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -526,7 +523,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
526 | #### the procedure will be the same with Microsoft Windows (C) | 523 | #### the procedure will be the same with Microsoft Windows (C) |
527 | #### and Linux/Unix | 524 | #### and Linux/Unix |
528 | ####################################################################### | 525 | ####################################################################### |
529 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 526 | TARGETS_ALL = $(am__append_1) |
530 | 527 | ||
531 | ################ MACROS ###################### | 528 | ################ MACROS ###################### |
532 | # Rule to build a macro | 529 | # Rule to build a macro |
diff --git a/scilab/modules/atoms/Makefile.in b/scilab/modules/atoms/Makefile.in index 712aa17..fafd6d2 100644 --- a/scilab/modules/atoms/Makefile.in +++ b/scilab/modules/atoms/Makefile.in | |||
@@ -62,9 +62,6 @@ host_triplet = @host@ | |||
62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
63 | $(top_srcdir)/Makefile.incl.am | 63 | $(top_srcdir)/Makefile.incl.am |
64 | @NEED_JAVA_TRUE@am__append_1 = java | 64 | @NEED_JAVA_TRUE@am__append_1 = java |
65 | |||
66 | # With --enable-compilation-tests, launch java unitary tests | ||
67 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
68 | subdir = modules/atoms | 65 | subdir = modules/atoms |
69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -403,7 +400,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
403 | #### the procedure will be the same with Microsoft Windows (C) | 400 | #### the procedure will be the same with Microsoft Windows (C) |
404 | #### and Linux/Unix | 401 | #### and Linux/Unix |
405 | ####################################################################### | 402 | ####################################################################### |
406 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 403 | TARGETS_ALL = $(am__append_1) |
407 | 404 | ||
408 | ################ MACROS ###################### | 405 | ################ MACROS ###################### |
409 | # Rule to build a macro | 406 | # Rule to build a macro |
diff --git a/scilab/modules/boolean/Makefile.in b/scilab/modules/boolean/Makefile.in index b41fcb3..b4fed58 100644 --- a/scilab/modules/boolean/Makefile.in +++ b/scilab/modules/boolean/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/boolean | 62 | subdir = modules/boolean |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -462,7 +459,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
462 | #### the procedure will be the same with Microsoft Windows (C) | 459 | #### the procedure will be the same with Microsoft Windows (C) |
463 | #### and Linux/Unix | 460 | #### and Linux/Unix |
464 | ####################################################################### | 461 | ####################################################################### |
465 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 462 | TARGETS_ALL = $(am__append_1) |
466 | 463 | ||
467 | ################ MACROS ###################### | 464 | ################ MACROS ###################### |
468 | # Rule to build a macro | 465 | # Rule to build a macro |
diff --git a/scilab/modules/cacsd/Makefile.in b/scilab/modules/cacsd/Makefile.in index e59eb45..1afb85a 100644 --- a/scilab/modules/cacsd/Makefile.in +++ b/scilab/modules/cacsd/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/cacsd | 62 | subdir = modules/cacsd |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -736,7 +733,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
736 | #### the procedure will be the same with Microsoft Windows (C) | 733 | #### the procedure will be the same with Microsoft Windows (C) |
737 | #### and Linux/Unix | 734 | #### and Linux/Unix |
738 | ####################################################################### | 735 | ####################################################################### |
739 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 736 | TARGETS_ALL = $(am__append_1) |
740 | 737 | ||
741 | ################ MACROS ###################### | 738 | ################ MACROS ###################### |
742 | # Rule to build a macro | 739 | # Rule to build a macro |
diff --git a/scilab/modules/call_scilab/Makefile.in b/scilab/modules/call_scilab/Makefile.in index ac18088..1835295 100644 --- a/scilab/modules/call_scilab/Makefile.in +++ b/scilab/modules/call_scilab/Makefile.in | |||
@@ -61,9 +61,6 @@ DIST_COMMON = $(libscicall_scilab_la_include_HEADERS) \ | |||
61 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 61 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
62 | $(top_srcdir)/Makefile.incl.am | 62 | $(top_srcdir)/Makefile.incl.am |
63 | @NEED_JAVA_TRUE@am__append_1 = java | 63 | @NEED_JAVA_TRUE@am__append_1 = java |
64 | |||
65 | # With --enable-compilation-tests, launch java unitary tests | ||
66 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
67 | subdir = modules/call_scilab | 64 | subdir = modules/call_scilab |
68 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
69 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -463,7 +460,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
463 | #### the procedure will be the same with Microsoft Windows (C) | 460 | #### the procedure will be the same with Microsoft Windows (C) |
464 | #### and Linux/Unix | 461 | #### and Linux/Unix |
465 | ####################################################################### | 462 | ####################################################################### |
466 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 463 | TARGETS_ALL = $(am__append_1) |
467 | 464 | ||
468 | ################ MACROS ###################### | 465 | ################ MACROS ###################### |
469 | # Rule to build a macro | 466 | # Rule to build a macro |
diff --git a/scilab/modules/commons/Makefile.in b/scilab/modules/commons/Makefile.in index 5ca4a3c..171127a 100644 --- a/scilab/modules/commons/Makefile.in +++ b/scilab/modules/commons/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libscicommons.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libscicommons.la | ||
72 | subdir = modules/commons | 69 | subdir = modules/commons |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -445,7 +442,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
445 | #### the procedure will be the same with Microsoft Windows (C) | 442 | #### the procedure will be the same with Microsoft Windows (C) |
446 | #### and Linux/Unix | 443 | #### and Linux/Unix |
447 | ####################################################################### | 444 | ####################################################################### |
448 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 445 | TARGETS_ALL = $(am__append_1) |
449 | 446 | ||
450 | ################ MACROS ###################### | 447 | ################ MACROS ###################### |
451 | # Rule to build a macro | 448 | # Rule to build a macro |
@@ -513,7 +510,7 @@ libscicommons_disable_la_CFLAGS = | |||
513 | COMMONS_DISABLE_C_SOURCES = | 510 | COMMONS_DISABLE_C_SOURCES = |
514 | libscicommons_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 511 | libscicommons_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
515 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) | 512 | libscicommons_disable_la_SOURCES = $(COMMONS_DISABLE_C_SOURCES) |
516 | pkglib_LTLIBRARIES = libscicommons-disable.la $(am__append_3) | 513 | pkglib_LTLIBRARIES = libscicommons-disable.la $(am__append_2) |
517 | libscicommons_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 514 | libscicommons_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
518 | 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) |
519 | 516 | ||
diff --git a/scilab/modules/compatibility_functions/Makefile.in b/scilab/modules/compatibility_functions/Makefile.in index 26dcde5..37a319b 100644 --- a/scilab/modules/compatibility_functions/Makefile.in +++ b/scilab/modules/compatibility_functions/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/compatibility_functions | 62 | subdir = modules/compatibility_functions |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -377,7 +374,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
377 | #### the procedure will be the same with Microsoft Windows (C) | 374 | #### the procedure will be the same with Microsoft Windows (C) |
378 | #### and Linux/Unix | 375 | #### and Linux/Unix |
379 | ####################################################################### | 376 | ####################################################################### |
380 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 377 | TARGETS_ALL = $(am__append_1) |
381 | 378 | ||
382 | ################ MACROS ###################### | 379 | ################ MACROS ###################### |
383 | # Rule to build a macro | 380 | # Rule to build a macro |
diff --git a/scilab/modules/completion/Makefile.in b/scilab/modules/completion/Makefile.in index 972d78c..1da7e98 100644 --- a/scilab/modules/completion/Makefile.in +++ b/scilab/modules/completion/Makefile.in | |||
@@ -65,9 +65,6 @@ DIST_COMMON = $(libscicompletion_la_include_HEADERS) \ | |||
65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | subdir = modules/completion | 68 | subdir = modules/completion |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -526,7 +523,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
526 | #### the procedure will be the same with Microsoft Windows (C) | 523 | #### the procedure will be the same with Microsoft Windows (C) |
527 | #### and Linux/Unix | 524 | #### and Linux/Unix |
528 | ####################################################################### | 525 | ####################################################################### |
529 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 526 | TARGETS_ALL = $(am__append_1) |
530 | 527 | ||
531 | ################ MACROS ###################### | 528 | ################ MACROS ###################### |
532 | # Rule to build a macro | 529 | # Rule to build a macro |
diff --git a/scilab/modules/console/Makefile.in b/scilab/modules/console/Makefile.in index bd37447..8005cc7 100644 --- a/scilab/modules/console/Makefile.in +++ b/scilab/modules/console/Makefile.in | |||
@@ -71,9 +71,6 @@ host_triplet = @host@ | |||
71 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 71 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
72 | $(top_srcdir)/Makefile.incl.am | 72 | $(top_srcdir)/Makefile.incl.am |
73 | @NEED_JAVA_TRUE@am__append_4 = java | 73 | @NEED_JAVA_TRUE@am__append_4 = java |
74 | |||
75 | # With --enable-compilation-tests, launch java unitary tests | ||
76 | @COMPILATION_TESTS_TRUE@am__append_5 = test | ||
77 | subdir = modules/console | 74 | subdir = modules/console |
78 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 75 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
79 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 76 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -529,7 +526,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
529 | #### the procedure will be the same with Microsoft Windows (C) | 526 | #### the procedure will be the same with Microsoft Windows (C) |
530 | #### and Linux/Unix | 527 | #### and Linux/Unix |
531 | ####################################################################### | 528 | ####################################################################### |
532 | TARGETS_ALL = $(am__append_4) $(am__append_5) | 529 | TARGETS_ALL = $(am__append_4) |
533 | 530 | ||
534 | ################ MACROS ###################### | 531 | ################ MACROS ###################### |
535 | # Rule to build a macro | 532 | # Rule to build a macro |
diff --git a/scilab/modules/core/Makefile.in b/scilab/modules/core/Makefile.in index 9b6691704f..2a48841 100644 --- a/scilab/modules/core/Makefile.in +++ b/scilab/modules/core/Makefile.in | |||
@@ -71,9 +71,6 @@ host_triplet = @host@ | |||
71 | DIST_COMMON = $(libscicore_la_include_HEADERS) $(srcdir)/Makefile.am \ | 71 | DIST_COMMON = $(libscicore_la_include_HEADERS) $(srcdir)/Makefile.am \ |
72 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 72 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
73 | @NEED_JAVA_TRUE@am__append_4 = java | 73 | @NEED_JAVA_TRUE@am__append_4 = java |
74 | |||
75 | # With --enable-compilation-tests, launch java unitary tests | ||
76 | @COMPILATION_TESTS_TRUE@am__append_5 = test | ||
77 | subdir = modules/core | 74 | subdir = modules/core |
78 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 75 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
79 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 76 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -892,7 +889,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
892 | #### the procedure will be the same with Microsoft Windows (C) | 889 | #### the procedure will be the same with Microsoft Windows (C) |
893 | #### and Linux/Unix | 890 | #### and Linux/Unix |
894 | ####################################################################### | 891 | ####################################################################### |
895 | TARGETS_ALL = $(am__append_4) $(am__append_5) | 892 | TARGETS_ALL = $(am__append_4) |
896 | 893 | ||
897 | ################ MACROS ###################### | 894 | ################ MACROS ###################### |
898 | # Rule to build a macro | 895 | # Rule to build a macro |
diff --git a/scilab/modules/data_structures/Makefile.in b/scilab/modules/data_structures/Makefile.in index 3b127f0..513086e 100644 --- a/scilab/modules/data_structures/Makefile.in +++ b/scilab/modules/data_structures/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/data_structures | 62 | subdir = modules/data_structures |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -519,7 +516,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
519 | #### the procedure will be the same with Microsoft Windows (C) | 516 | #### the procedure will be the same with Microsoft Windows (C) |
520 | #### and Linux/Unix | 517 | #### and Linux/Unix |
521 | ####################################################################### | 518 | ####################################################################### |
522 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 519 | TARGETS_ALL = $(am__append_1) |
523 | 520 | ||
524 | ################ MACROS ###################### | 521 | ################ MACROS ###################### |
525 | # Rule to build a macro | 522 | # Rule to build a macro |
diff --git a/scilab/modules/demo_tools/Makefile.in b/scilab/modules/demo_tools/Makefile.in index 8ca4aaf..6f83510 100644 --- a/scilab/modules/demo_tools/Makefile.in +++ b/scilab/modules/demo_tools/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/demo_tools | 61 | subdir = modules/demo_tools |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -391,7 +388,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
391 | #### the procedure will be the same with Microsoft Windows (C) | 388 | #### the procedure will be the same with Microsoft Windows (C) |
392 | #### and Linux/Unix | 389 | #### and Linux/Unix |
393 | ####################################################################### | 390 | ####################################################################### |
394 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 391 | TARGETS_ALL = $(am__append_1) |
395 | 392 | ||
396 | ################ MACROS ###################### | 393 | ################ MACROS ###################### |
397 | # Rule to build a macro | 394 | # Rule to build a macro |
diff --git a/scilab/modules/development_tools/Makefile.in b/scilab/modules/development_tools/Makefile.in index 837a2a2..455911ae 100644 --- a/scilab/modules/development_tools/Makefile.in +++ b/scilab/modules/development_tools/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/development_tools | 61 | subdir = modules/development_tools |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -385,7 +382,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
385 | #### the procedure will be the same with Microsoft Windows (C) | 382 | #### the procedure will be the same with Microsoft Windows (C) |
386 | #### and Linux/Unix | 383 | #### and Linux/Unix |
387 | ####################################################################### | 384 | ####################################################################### |
388 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 385 | TARGETS_ALL = $(am__append_1) |
389 | 386 | ||
390 | ################ MACROS ###################### | 387 | ################ MACROS ###################### |
391 | # Rule to build a macro | 388 | # Rule to build a macro |
diff --git a/scilab/modules/differential_equations/Makefile.in b/scilab/modules/differential_equations/Makefile.in index a40f7c2..24e5370 100644 --- a/scilab/modules/differential_equations/Makefile.in +++ b/scilab/modules/differential_equations/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/differential_equations | 62 | subdir = modules/differential_equations |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -608,7 +605,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
608 | #### the procedure will be the same with Microsoft Windows (C) | 605 | #### the procedure will be the same with Microsoft Windows (C) |
609 | #### and Linux/Unix | 606 | #### and Linux/Unix |
610 | ####################################################################### | 607 | ####################################################################### |
611 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 608 | TARGETS_ALL = $(am__append_1) |
612 | 609 | ||
613 | ################ MACROS ###################### | 610 | ################ MACROS ###################### |
614 | # Rule to build a macro | 611 | # Rule to build a macro |
diff --git a/scilab/modules/double/Makefile.in b/scilab/modules/double/Makefile.in index de108fc..4a3492a 100644 --- a/scilab/modules/double/Makefile.in +++ b/scilab/modules/double/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/double | 62 | subdir = modules/double |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -461,7 +458,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
461 | #### the procedure will be the same with Microsoft Windows (C) | 458 | #### the procedure will be the same with Microsoft Windows (C) |
462 | #### and Linux/Unix | 459 | #### and Linux/Unix |
463 | ####################################################################### | 460 | ####################################################################### |
464 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 461 | TARGETS_ALL = $(am__append_1) |
465 | 462 | ||
466 | ################ MACROS ###################### | 463 | ################ MACROS ###################### |
467 | # Rule to build a macro | 464 | # Rule to build a macro |
diff --git a/scilab/modules/dynamic_link/Makefile.in b/scilab/modules/dynamic_link/Makefile.in index 8ed4fc0..b9b7bed 100644 --- a/scilab/modules/dynamic_link/Makefile.in +++ b/scilab/modules/dynamic_link/Makefile.in | |||
@@ -60,9 +60,6 @@ host_triplet = @host@ | |||
60 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 60 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
61 | $(top_srcdir)/Makefile.incl.am | 61 | $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = modules/dynamic_link | 63 | subdir = modules/dynamic_link |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -507,7 +504,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
507 | #### the procedure will be the same with Microsoft Windows (C) | 504 | #### the procedure will be the same with Microsoft Windows (C) |
508 | #### and Linux/Unix | 505 | #### and Linux/Unix |
509 | ####################################################################### | 506 | ####################################################################### |
510 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 507 | TARGETS_ALL = $(am__append_1) |
511 | 508 | ||
512 | ################ MACROS ###################### | 509 | ################ MACROS ###################### |
513 | # Rule to build a macro | 510 | # Rule to build a macro |
diff --git a/scilab/modules/elementary_functions/Makefile.in b/scilab/modules/elementary_functions/Makefile.in index 1b8e8c3..39b0ce4 100644 --- a/scilab/modules/elementary_functions/Makefile.in +++ b/scilab/modules/elementary_functions/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/elementary_functions | 62 | subdir = modules/elementary_functions |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -1210,7 +1207,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
1210 | #### the procedure will be the same with Microsoft Windows (C) | 1207 | #### the procedure will be the same with Microsoft Windows (C) |
1211 | #### and Linux/Unix | 1208 | #### and Linux/Unix |
1212 | ####################################################################### | 1209 | ####################################################################### |
1213 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 1210 | TARGETS_ALL = $(am__append_1) |
1214 | 1211 | ||
1215 | ################ MACROS ###################### | 1212 | ################ MACROS ###################### |
1216 | # Rule to build a macro | 1213 | # Rule to build a macro |
diff --git a/scilab/modules/fftw/Makefile.in b/scilab/modules/fftw/Makefile.in index 5d83fe2..ed7f301 100644 --- a/scilab/modules/fftw/Makefile.in +++ b/scilab/modules/fftw/Makefile.in | |||
@@ -64,9 +64,6 @@ host_triplet = @host@ | |||
64 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 64 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
65 | $(top_srcdir)/Makefile.incl.am | 65 | $(top_srcdir)/Makefile.incl.am |
66 | @NEED_JAVA_TRUE@am__append_1 = java | 66 | @NEED_JAVA_TRUE@am__append_1 = java |
67 | |||
68 | # With --enable-compilation-tests, launch java unitary tests | ||
69 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
70 | subdir = modules/fftw | 67 | subdir = modules/fftw |
71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 68 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 69 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -488,7 +485,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
488 | #### the procedure will be the same with Microsoft Windows (C) | 485 | #### the procedure will be the same with Microsoft Windows (C) |
489 | #### and Linux/Unix | 486 | #### and Linux/Unix |
490 | ####################################################################### | 487 | ####################################################################### |
491 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 488 | TARGETS_ALL = $(am__append_1) |
492 | 489 | ||
493 | ################ MACROS ###################### | 490 | ################ MACROS ###################### |
494 | # Rule to build a macro | 491 | # Rule to build a macro |
diff --git a/scilab/modules/fileio/Makefile.in b/scilab/modules/fileio/Makefile.in index 4b9b212..4cf8f7e 100644 --- a/scilab/modules/fileio/Makefile.in +++ b/scilab/modules/fileio/Makefile.in | |||
@@ -60,9 +60,6 @@ host_triplet = @host@ | |||
60 | DIST_COMMON = $(libscifileio_la_include_HEADERS) $(srcdir)/Makefile.am \ | 60 | DIST_COMMON = $(libscifileio_la_include_HEADERS) $(srcdir)/Makefile.am \ |
61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = modules/fileio | 63 | subdir = modules/fileio |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -620,7 +617,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
620 | #### the procedure will be the same with Microsoft Windows (C) | 617 | #### the procedure will be the same with Microsoft Windows (C) |
621 | #### and Linux/Unix | 618 | #### and Linux/Unix |
622 | ####################################################################### | 619 | ####################################################################### |
623 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 620 | TARGETS_ALL = $(am__append_1) |
624 | 621 | ||
625 | ################ MACROS ###################### | 622 | ################ MACROS ###################### |
626 | # Rule to build a macro | 623 | # Rule to build a macro |
diff --git a/scilab/modules/functions/Makefile.in b/scilab/modules/functions/Makefile.in index ce44d40..45f0849 100644 --- a/scilab/modules/functions/Makefile.in +++ b/scilab/modules/functions/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/functions | 62 | subdir = modules/functions |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -484,7 +481,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
484 | #### the procedure will be the same with Microsoft Windows (C) | 481 | #### the procedure will be the same with Microsoft Windows (C) |
485 | #### and Linux/Unix | 482 | #### and Linux/Unix |
486 | ####################################################################### | 483 | ####################################################################### |
487 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 484 | TARGETS_ALL = $(am__append_1) |
488 | 485 | ||
489 | ################ MACROS ###################### | 486 | ################ MACROS ###################### |
490 | # Rule to build a macro | 487 | # Rule to build a macro |
diff --git a/scilab/modules/genetic_algorithms/Makefile.in b/scilab/modules/genetic_algorithms/Makefile.in index 71af8dc..ac76eb8 100644 --- a/scilab/modules/genetic_algorithms/Makefile.in +++ b/scilab/modules/genetic_algorithms/Makefile.in | |||
@@ -62,9 +62,6 @@ host_triplet = @host@ | |||
62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
63 | $(top_srcdir)/Makefile.incl.am | 63 | $(top_srcdir)/Makefile.incl.am |
64 | @NEED_JAVA_TRUE@am__append_1 = java | 64 | @NEED_JAVA_TRUE@am__append_1 = java |
65 | |||
66 | # With --enable-compilation-tests, launch java unitary tests | ||
67 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
68 | subdir = modules/genetic_algorithms | 65 | subdir = modules/genetic_algorithms |
69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -390,7 +387,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
390 | #### the procedure will be the same with Microsoft Windows (C) | 387 | #### the procedure will be the same with Microsoft Windows (C) |
391 | #### and Linux/Unix | 388 | #### and Linux/Unix |
392 | ####################################################################### | 389 | ####################################################################### |
393 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 390 | TARGETS_ALL = $(am__append_1) |
394 | 391 | ||
395 | ################ MACROS ###################### | 392 | ################ MACROS ###################### |
396 | # Rule to build a macro | 393 | # Rule to build a macro |
diff --git a/scilab/modules/graph/Makefile.in b/scilab/modules/graph/Makefile.in index f73ae87..55fd4ec8 100644 --- a/scilab/modules/graph/Makefile.in +++ b/scilab/modules/graph/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libscigraph.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libscigraph.la | ||
72 | subdir = modules/graph | 69 | subdir = modules/graph |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -428,7 +425,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
428 | #### the procedure will be the same with Microsoft Windows (C) | 425 | #### the procedure will be the same with Microsoft Windows (C) |
429 | #### and Linux/Unix | 426 | #### and Linux/Unix |
430 | ####################################################################### | 427 | ####################################################################### |
431 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 428 | TARGETS_ALL = $(am__append_1) |
432 | 429 | ||
433 | ################ MACROS ###################### | 430 | ################ MACROS ###################### |
434 | # Rule to build a macro | 431 | # Rule to build a macro |
@@ -495,7 +492,7 @@ libscigraph_disable_la_CFLAGS = | |||
495 | GRAPH_DISABLE_C_SOURCES = | 492 | GRAPH_DISABLE_C_SOURCES = |
496 | libscigraph_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 493 | libscigraph_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
497 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) | 494 | libscigraph_disable_la_SOURCES = $(GRAPH_DISABLE_C_SOURCES) |
498 | pkglib_LTLIBRARIES = libscigraph-disable.la $(am__append_3) | 495 | pkglib_LTLIBRARIES = libscigraph-disable.la $(am__append_2) |
499 | libscigraph_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 496 | libscigraph_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
500 | 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) |
501 | 498 | ||
diff --git a/scilab/modules/graphic_export/Makefile.in b/scilab/modules/graphic_export/Makefile.in index 05b9153..f4036ed 100644 --- a/scilab/modules/graphic_export/Makefile.in +++ b/scilab/modules/graphic_export/Makefile.in | |||
@@ -67,9 +67,6 @@ host_triplet = @host@ | |||
67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
68 | $(top_srcdir)/Makefile.incl.am | 68 | $(top_srcdir)/Makefile.incl.am |
69 | @NEED_JAVA_TRUE@am__append_2 = java | 69 | @NEED_JAVA_TRUE@am__append_2 = java |
70 | |||
71 | # With --enable-compilation-tests, launch java unitary tests | ||
72 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
73 | subdir = modules/graphic_export | 70 | subdir = modules/graphic_export |
74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -544,7 +541,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
544 | #### the procedure will be the same with Microsoft Windows (C) | 541 | #### the procedure will be the same with Microsoft Windows (C) |
545 | #### and Linux/Unix | 542 | #### and Linux/Unix |
546 | ####################################################################### | 543 | ####################################################################### |
547 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 544 | TARGETS_ALL = $(am__append_2) |
548 | 545 | ||
549 | ################ MACROS ###################### | 546 | ################ MACROS ###################### |
550 | # Rule to build a macro | 547 | # Rule to build a macro |
diff --git a/scilab/modules/graphics/Makefile.in b/scilab/modules/graphics/Makefile.in index e8bfa91..40acca4 100644 --- a/scilab/modules/graphics/Makefile.in +++ b/scilab/modules/graphics/Makefile.in | |||
@@ -67,9 +67,6 @@ host_triplet = @host@ | |||
67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
68 | $(top_srcdir)/Makefile.incl.am | 68 | $(top_srcdir)/Makefile.incl.am |
69 | @NEED_JAVA_TRUE@am__append_2 = java | 69 | @NEED_JAVA_TRUE@am__append_2 = java |
70 | |||
71 | # With --enable-compilation-tests, launch java unitary tests | ||
72 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
73 | subdir = modules/graphics | 70 | subdir = modules/graphics |
74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -1273,7 +1270,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
1273 | #### the procedure will be the same with Microsoft Windows (C) | 1270 | #### the procedure will be the same with Microsoft Windows (C) |
1274 | #### and Linux/Unix | 1271 | #### and Linux/Unix |
1275 | ####################################################################### | 1272 | ####################################################################### |
1276 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 1273 | TARGETS_ALL = $(am__append_2) |
1277 | 1274 | ||
1278 | ################ MACROS ###################### | 1275 | ################ MACROS ###################### |
1279 | # Rule to build a macro | 1276 | # Rule to build a macro |
diff --git a/scilab/modules/gui/Makefile.in b/scilab/modules/gui/Makefile.in index 441f02b..a3ce7fc 100644 --- a/scilab/modules/gui/Makefile.in +++ b/scilab/modules/gui/Makefile.in | |||
@@ -69,10 +69,7 @@ host_triplet = @host@ | |||
69 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 69 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
70 | $(top_srcdir)/Makefile.incl.am | 70 | $(top_srcdir)/Makefile.incl.am |
71 | @NEED_JAVA_TRUE@am__append_1 = java | 71 | @NEED_JAVA_TRUE@am__append_1 = java |
72 | 72 | @GUI_TRUE@am__append_2 = libscigui.la | |
73 | # With --enable-compilation-tests, launch java unitary tests | ||
74 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
75 | @GUI_TRUE@am__append_3 = libscigui.la | ||
76 | subdir = modules/gui | 73 | subdir = modules/gui |
77 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
78 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -564,7 +561,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
564 | #### the procedure will be the same with Microsoft Windows (C) | 561 | #### the procedure will be the same with Microsoft Windows (C) |
565 | #### and Linux/Unix | 562 | #### and Linux/Unix |
566 | ####################################################################### | 563 | ####################################################################### |
567 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 564 | TARGETS_ALL = $(am__append_1) |
568 | 565 | ||
569 | ################ MACROS ###################### | 566 | ################ MACROS ###################### |
570 | # Rule to build a macro | 567 | # Rule to build a macro |
@@ -821,7 +818,7 @@ libscigui_disable_la_CFLAGS = -Iincludes/ \ | |||
821 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c | 818 | GUI_DISABLE_C_SOURCES = src/nogui/nogui.c |
822 | libscigui_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 819 | libscigui_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
823 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) | 820 | libscigui_disable_la_SOURCES = $(GUI_DISABLE_C_SOURCES) |
824 | pkglib_LTLIBRARIES = libscigui-disable.la $(am__append_3) | 821 | pkglib_LTLIBRARIES = libscigui-disable.la $(am__append_2) |
825 | libscigui_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 822 | libscigui_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
826 | 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) |
827 | 824 | ||
diff --git a/scilab/modules/hdf5/Makefile.in b/scilab/modules/hdf5/Makefile.in index 09a7f9a..031a7ba 100644 --- a/scilab/modules/hdf5/Makefile.in +++ b/scilab/modules/hdf5/Makefile.in | |||
@@ -67,9 +67,6 @@ host_triplet = @host@ | |||
67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
68 | $(top_srcdir)/Makefile.incl.am | 68 | $(top_srcdir)/Makefile.incl.am |
69 | @NEED_JAVA_TRUE@am__append_3 = java | 69 | @NEED_JAVA_TRUE@am__append_3 = java |
70 | |||
71 | # With --enable-compilation-tests, launch java unitary tests | ||
72 | @COMPILATION_TESTS_TRUE@am__append_4 = test | ||
73 | subdir = modules/hdf5 | 70 | subdir = modules/hdf5 |
74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -556,7 +553,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
556 | #### the procedure will be the same with Microsoft Windows (C) | 553 | #### the procedure will be the same with Microsoft Windows (C) |
557 | #### and Linux/Unix | 554 | #### and Linux/Unix |
558 | ####################################################################### | 555 | ####################################################################### |
559 | TARGETS_ALL = $(am__append_3) $(am__append_4) | 556 | TARGETS_ALL = $(am__append_3) |
560 | 557 | ||
561 | ################ MACROS ###################### | 558 | ################ MACROS ###################### |
562 | # Rule to build a macro | 559 | # Rule to build a macro |
diff --git a/scilab/modules/helptools/Makefile.in b/scilab/modules/helptools/Makefile.in index 5e6957a..c98ecd1 100644 --- a/scilab/modules/helptools/Makefile.in +++ b/scilab/modules/helptools/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/helptools | 62 | subdir = modules/helptools |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -524,7 +521,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
524 | #### the procedure will be the same with Microsoft Windows (C) | 521 | #### the procedure will be the same with Microsoft Windows (C) |
525 | #### and Linux/Unix | 522 | #### and Linux/Unix |
526 | ####################################################################### | 523 | ####################################################################### |
527 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 524 | TARGETS_ALL = $(am__append_1) |
528 | 525 | ||
529 | ################ MACROS ###################### | 526 | ################ MACROS ###################### |
530 | # Rule to build a macro | 527 | # Rule to build a macro |
diff --git a/scilab/modules/history_browser/Makefile.in b/scilab/modules/history_browser/Makefile.in index 901240a..914890e 100644 --- a/scilab/modules/history_browser/Makefile.in +++ b/scilab/modules/history_browser/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libscihistory_browser.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libscihistory_browser.la | ||
72 | subdir = modules/history_browser | 69 | subdir = modules/history_browser |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -459,7 +456,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
459 | #### the procedure will be the same with Microsoft Windows (C) | 456 | #### the procedure will be the same with Microsoft Windows (C) |
460 | #### and Linux/Unix | 457 | #### and Linux/Unix |
461 | ####################################################################### | 458 | ####################################################################### |
462 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 459 | TARGETS_ALL = $(am__append_1) |
463 | 460 | ||
464 | ################ MACROS ###################### | 461 | ################ MACROS ###################### |
465 | # Rule to build a macro | 462 | # Rule to build a macro |
@@ -535,7 +532,7 @@ libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ | |||
535 | 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 |
536 | libscihistory_browser_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 533 | libscihistory_browser_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
537 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) | 534 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) |
538 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la $(am__append_3) | 535 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la $(am__append_2) |
539 | libscihistory_browser_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 536 | libscihistory_browser_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
540 | 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) |
541 | 538 | ||
diff --git a/scilab/modules/history_manager/Makefile.in b/scilab/modules/history_manager/Makefile.in index b8bd496..36db77d 100644 --- a/scilab/modules/history_manager/Makefile.in +++ b/scilab/modules/history_manager/Makefile.in | |||
@@ -64,9 +64,6 @@ DIST_COMMON = $(libscihistory_manager_la_include_HEADERS) \ | |||
64 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 64 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
65 | $(top_srcdir)/Makefile.incl.am | 65 | $(top_srcdir)/Makefile.incl.am |
66 | @NEED_JAVA_TRUE@am__append_2 = java | 66 | @NEED_JAVA_TRUE@am__append_2 = java |
67 | |||
68 | # With --enable-compilation-tests, launch java unitary tests | ||
69 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
70 | subdir = modules/history_manager | 67 | subdir = modules/history_manager |
71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 68 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 69 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -558,7 +555,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
558 | #### the procedure will be the same with Microsoft Windows (C) | 555 | #### the procedure will be the same with Microsoft Windows (C) |
559 | #### and Linux/Unix | 556 | #### and Linux/Unix |
560 | ####################################################################### | 557 | ####################################################################### |
561 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 558 | TARGETS_ALL = $(am__append_2) |
562 | 559 | ||
563 | ################ MACROS ###################### | 560 | ################ MACROS ###################### |
564 | # Rule to build a macro | 561 | # Rule to build a macro |
diff --git a/scilab/modules/integer/Makefile.in b/scilab/modules/integer/Makefile.in index 5eda1d7..3c3ae84 100644 --- a/scilab/modules/integer/Makefile.in +++ b/scilab/modules/integer/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/integer | 62 | subdir = modules/integer |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -589,7 +586,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
589 | #### the procedure will be the same with Microsoft Windows (C) | 586 | #### the procedure will be the same with Microsoft Windows (C) |
590 | #### and Linux/Unix | 587 | #### and Linux/Unix |
591 | ####################################################################### | 588 | ####################################################################### |
592 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 589 | TARGETS_ALL = $(am__append_1) |
593 | 590 | ||
594 | ################ MACROS ###################### | 591 | ################ MACROS ###################### |
595 | # Rule to build a macro | 592 | # Rule to build a macro |
diff --git a/scilab/modules/interpolation/Makefile.in b/scilab/modules/interpolation/Makefile.in index 27e108d..9dfa915 100644 --- a/scilab/modules/interpolation/Makefile.in +++ b/scilab/modules/interpolation/Makefile.in | |||
@@ -63,9 +63,6 @@ host_triplet = @host@ | |||
63 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 63 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
64 | $(top_srcdir)/Makefile.incl.am | 64 | $(top_srcdir)/Makefile.incl.am |
65 | @NEED_JAVA_TRUE@am__append_1 = java | 65 | @NEED_JAVA_TRUE@am__append_1 = java |
66 | |||
67 | # With --enable-compilation-tests, launch java unitary tests | ||
68 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
69 | subdir = modules/interpolation | 66 | subdir = modules/interpolation |
70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -487,7 +484,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
487 | #### the procedure will be the same with Microsoft Windows (C) | 484 | #### the procedure will be the same with Microsoft Windows (C) |
488 | #### and Linux/Unix | 485 | #### and Linux/Unix |
489 | ####################################################################### | 486 | ####################################################################### |
490 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 487 | TARGETS_ALL = $(am__append_1) |
491 | 488 | ||
492 | ################ MACROS ###################### | 489 | ################ MACROS ###################### |
493 | # Rule to build a macro | 490 | # Rule to build a macro |
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index 4ac04ca..ea1347d 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -63,9 +63,6 @@ DIST_COMMON = $(libsciintersci_la_include_HEADERS) \ | |||
63 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 63 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
64 | $(top_srcdir)/Makefile.incl.am | 64 | $(top_srcdir)/Makefile.incl.am |
65 | @NEED_JAVA_TRUE@am__append_1 = java | 65 | @NEED_JAVA_TRUE@am__append_1 = java |
66 | |||
67 | # With --enable-compilation-tests, launch java unitary tests | ||
68 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
69 | subdir = modules/intersci | 66 | subdir = modules/intersci |
70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -465,7 +462,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
465 | #### the procedure will be the same with Microsoft Windows (C) | 462 | #### the procedure will be the same with Microsoft Windows (C) |
466 | #### and Linux/Unix | 463 | #### and Linux/Unix |
467 | ####################################################################### | 464 | ####################################################################### |
468 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 465 | TARGETS_ALL = $(am__append_1) |
469 | 466 | ||
470 | ################ MACROS ###################### | 467 | ################ MACROS ###################### |
471 | # Rule to build a macro | 468 | # Rule to build a macro |
diff --git a/scilab/modules/io/Makefile.in b/scilab/modules/io/Makefile.in index afab6ae..11984af 100644 --- a/scilab/modules/io/Makefile.in +++ b/scilab/modules/io/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/io | 62 | subdir = modules/io |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -500,7 +497,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
500 | #### the procedure will be the same with Microsoft Windows (C) | 497 | #### the procedure will be the same with Microsoft Windows (C) |
501 | #### and Linux/Unix | 498 | #### and Linux/Unix |
502 | ####################################################################### | 499 | ####################################################################### |
503 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 500 | TARGETS_ALL = $(am__append_1) |
504 | 501 | ||
505 | ################ MACROS ###################### | 502 | ################ MACROS ###################### |
506 | # Rule to build a macro | 503 | # Rule to build a macro |
diff --git a/scilab/modules/javasci/Makefile.in b/scilab/modules/javasci/Makefile.in index b1015d2..f28fc10 100644 --- a/scilab/modules/javasci/Makefile.in +++ b/scilab/modules/javasci/Makefile.in | |||
@@ -67,9 +67,6 @@ host_triplet = @host@ | |||
67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
68 | $(top_srcdir)/Makefile.incl.am TODO | 68 | $(top_srcdir)/Makefile.incl.am TODO |
69 | @JAVASCI_TRUE@@NEED_JAVA_TRUE@am__append_2 = java | 69 | @JAVASCI_TRUE@@NEED_JAVA_TRUE@am__append_2 = java |
70 | |||
71 | # With --enable-compilation-tests, launch java unitary tests | ||
72 | @COMPILATION_TESTS_TRUE@@JAVASCI_TRUE@am__append_3 = test | ||
73 | subdir = modules/javasci | 70 | subdir = modules/javasci |
74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -535,7 +532,7 @@ libjavasci_la_etc_DATA = etc/javasci.quit etc/javasci.start | |||
535 | #### the procedure will be the same with Microsoft Windows (C) | 532 | #### the procedure will be the same with Microsoft Windows (C) |
536 | #### and Linux/Unix | 533 | #### and Linux/Unix |
537 | ####################################################################### | 534 | ####################################################################### |
538 | @JAVASCI_TRUE@TARGETS_ALL = $(am__append_2) $(am__append_3) | 535 | @JAVASCI_TRUE@TARGETS_ALL = $(am__append_2) |
539 | 536 | ||
540 | ################ MACROS ###################### | 537 | ################ MACROS ###################### |
541 | # Rule to build a macro | 538 | # Rule to build a macro |
diff --git a/scilab/modules/jvm/Makefile.in b/scilab/modules/jvm/Makefile.in index 2bc7be1..46306f5 100644 --- a/scilab/modules/jvm/Makefile.in +++ b/scilab/modules/jvm/Makefile.in | |||
@@ -69,9 +69,6 @@ host_triplet = @host@ | |||
69 | DIST_COMMON = $(libscijvm_la_include_HEADERS) $(srcdir)/Makefile.am \ | 69 | DIST_COMMON = $(libscijvm_la_include_HEADERS) $(srcdir)/Makefile.am \ |
70 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 70 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
71 | @NEED_JAVA_TRUE@am__append_3 = java | 71 | @NEED_JAVA_TRUE@am__append_3 = java |
72 | |||
73 | # With --enable-compilation-tests, launch java unitary tests | ||
74 | @COMPILATION_TESTS_TRUE@am__append_4 = test | ||
75 | subdir = modules/jvm | 72 | subdir = modules/jvm |
76 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
77 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -528,7 +525,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
528 | #### the procedure will be the same with Microsoft Windows (C) | 525 | #### the procedure will be the same with Microsoft Windows (C) |
529 | #### and Linux/Unix | 526 | #### and Linux/Unix |
530 | ####################################################################### | 527 | ####################################################################### |
531 | TARGETS_ALL = $(am__append_3) $(am__append_4) | 528 | TARGETS_ALL = $(am__append_3) |
532 | 529 | ||
533 | ################ MACROS ###################### | 530 | ################ MACROS ###################### |
534 | # Rule to build a macro | 531 | # Rule to build a macro |
diff --git a/scilab/modules/linear_algebra/Makefile.in b/scilab/modules/linear_algebra/Makefile.in index 7051fac..a04696e 100644 --- a/scilab/modules/linear_algebra/Makefile.in +++ b/scilab/modules/linear_algebra/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/linear_algebra | 62 | subdir = modules/linear_algebra |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -565,7 +562,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
565 | #### the procedure will be the same with Microsoft Windows (C) | 562 | #### the procedure will be the same with Microsoft Windows (C) |
566 | #### and Linux/Unix | 563 | #### and Linux/Unix |
567 | ####################################################################### | 564 | ####################################################################### |
568 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 565 | TARGETS_ALL = $(am__append_1) |
569 | 566 | ||
570 | ################ MACROS ###################### | 567 | ################ MACROS ###################### |
571 | # Rule to build a macro | 568 | # Rule to build a macro |
diff --git a/scilab/modules/localization/Makefile.in b/scilab/modules/localization/Makefile.in index 662e52b..07d62db 100644 --- a/scilab/modules/localization/Makefile.in +++ b/scilab/modules/localization/Makefile.in | |||
@@ -71,9 +71,6 @@ DIST_COMMON = $(libscilocalization_la_include_HEADERS) \ | |||
71 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 71 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
72 | $(top_srcdir)/Makefile.incl.am | 72 | $(top_srcdir)/Makefile.incl.am |
73 | @NEED_JAVA_TRUE@am__append_5 = java | 73 | @NEED_JAVA_TRUE@am__append_5 = java |
74 | |||
75 | # With --enable-compilation-tests, launch java unitary tests | ||
76 | @COMPILATION_TESTS_TRUE@am__append_6 = test | ||
77 | subdir = modules/localization | 74 | subdir = modules/localization |
78 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 75 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
79 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 76 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -505,7 +502,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
505 | #### the procedure will be the same with Microsoft Windows (C) | 502 | #### the procedure will be the same with Microsoft Windows (C) |
506 | #### and Linux/Unix | 503 | #### and Linux/Unix |
507 | ####################################################################### | 504 | ####################################################################### |
508 | TARGETS_ALL = $(am__append_5) $(am__append_6) | 505 | TARGETS_ALL = $(am__append_5) |
509 | 506 | ||
510 | ################ MACROS ###################### | 507 | ################ MACROS ###################### |
511 | # Rule to build a macro | 508 | # Rule to build a macro |
diff --git a/scilab/modules/m2sci/Makefile.in b/scilab/modules/m2sci/Makefile.in index 63f396e..fad5418 100644 --- a/scilab/modules/m2sci/Makefile.in +++ b/scilab/modules/m2sci/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/m2sci | 61 | subdir = modules/m2sci |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -388,7 +385,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
388 | #### the procedure will be the same with Microsoft Windows (C) | 385 | #### the procedure will be the same with Microsoft Windows (C) |
389 | #### and Linux/Unix | 386 | #### and Linux/Unix |
390 | ####################################################################### | 387 | ####################################################################### |
391 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 388 | TARGETS_ALL = $(am__append_1) |
392 | 389 | ||
393 | ################ MACROS ###################### | 390 | ################ MACROS ###################### |
394 | # Rule to build a macro | 391 | # Rule to build a macro |
diff --git a/scilab/modules/maple2scilab/Makefile.in b/scilab/modules/maple2scilab/Makefile.in index 383da9c..d6ec9d6 100644 --- a/scilab/modules/maple2scilab/Makefile.in +++ b/scilab/modules/maple2scilab/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/maple2scilab | 61 | subdir = modules/maple2scilab |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -385,7 +382,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
385 | #### the procedure will be the same with Microsoft Windows (C) | 382 | #### the procedure will be the same with Microsoft Windows (C) |
386 | #### and Linux/Unix | 383 | #### and Linux/Unix |
387 | ####################################################################### | 384 | ####################################################################### |
388 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 385 | TARGETS_ALL = $(am__append_1) |
389 | 386 | ||
390 | ################ MACROS ###################### | 387 | ################ MACROS ###################### |
391 | # Rule to build a macro | 388 | # Rule to build a macro |
diff --git a/scilab/modules/matio/Makefile.in b/scilab/modules/matio/Makefile.in index dbbd1ef..67ae0b3 100644 --- a/scilab/modules/matio/Makefile.in +++ b/scilab/modules/matio/Makefile.in | |||
@@ -60,9 +60,6 @@ host_triplet = @host@ | |||
60 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 60 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
61 | $(top_srcdir)/Makefile.incl.am | 61 | $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = modules/matio | 63 | subdir = modules/matio |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -441,7 +438,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
441 | #### the procedure will be the same with Microsoft Windows (C) | 438 | #### the procedure will be the same with Microsoft Windows (C) |
442 | #### and Linux/Unix | 439 | #### and Linux/Unix |
443 | ####################################################################### | 440 | ####################################################################### |
444 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 441 | TARGETS_ALL = $(am__append_1) |
445 | 442 | ||
446 | ################ MACROS ###################### | 443 | ################ MACROS ###################### |
447 | # Rule to build a macro | 444 | # Rule to build a macro |
diff --git a/scilab/modules/mexlib/Makefile.in b/scilab/modules/mexlib/Makefile.in index 3e15ec7..c03c5ab 100644 --- a/scilab/modules/mexlib/Makefile.in +++ b/scilab/modules/mexlib/Makefile.in | |||
@@ -60,9 +60,6 @@ host_triplet = @host@ | |||
60 | DIST_COMMON = $(libmex_la_include_HEADERS) $(srcdir)/Makefile.am \ | 60 | DIST_COMMON = $(libmex_la_include_HEADERS) $(srcdir)/Makefile.am \ |
61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = modules/mexlib | 63 | subdir = modules/mexlib |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -466,7 +463,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
466 | #### the procedure will be the same with Microsoft Windows (C) | 463 | #### the procedure will be the same with Microsoft Windows (C) |
467 | #### and Linux/Unix | 464 | #### and Linux/Unix |
468 | ####################################################################### | 465 | ####################################################################### |
469 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 466 | TARGETS_ALL = $(am__append_1) |
470 | 467 | ||
471 | ################ MACROS ###################### | 468 | ################ MACROS ###################### |
472 | # Rule to build a macro | 469 | # Rule to build a macro |
diff --git a/scilab/modules/modules_manager/Makefile.in b/scilab/modules/modules_manager/Makefile.in index 5e883ab..c7135c7 100644 --- a/scilab/modules/modules_manager/Makefile.in +++ b/scilab/modules/modules_manager/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/modules_manager | 61 | subdir = modules/modules_manager |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -385,7 +382,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
385 | #### the procedure will be the same with Microsoft Windows (C) | 382 | #### the procedure will be the same with Microsoft Windows (C) |
386 | #### and Linux/Unix | 383 | #### and Linux/Unix |
387 | ####################################################################### | 384 | ####################################################################### |
388 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 385 | TARGETS_ALL = $(am__append_1) |
389 | 386 | ||
390 | ################ MACROS ###################### | 387 | ################ MACROS ###################### |
391 | # Rule to build a macro | 388 | # Rule to build a macro |
diff --git a/scilab/modules/optimization/Makefile.in b/scilab/modules/optimization/Makefile.in index 6212b47..7b1b9bd 100644 --- a/scilab/modules/optimization/Makefile.in +++ b/scilab/modules/optimization/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/optimization | 62 | subdir = modules/optimization |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -590,7 +587,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
590 | #### the procedure will be the same with Microsoft Windows (C) | 587 | #### the procedure will be the same with Microsoft Windows (C) |
591 | #### and Linux/Unix | 588 | #### and Linux/Unix |
592 | ####################################################################### | 589 | ####################################################################### |
593 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 590 | TARGETS_ALL = $(am__append_1) |
594 | 591 | ||
595 | ################ MACROS ###################### | 592 | ################ MACROS ###################### |
596 | # Rule to build a macro | 593 | # Rule to build a macro |
diff --git a/scilab/modules/output_stream/Makefile.in b/scilab/modules/output_stream/Makefile.in index 78fd449..af584e0 100644 --- a/scilab/modules/output_stream/Makefile.in +++ b/scilab/modules/output_stream/Makefile.in | |||
@@ -66,9 +66,6 @@ DIST_COMMON = $(libscioutput_stream_la_include_HEADERS) \ | |||
66 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 66 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
67 | $(top_srcdir)/Makefile.incl.am | 67 | $(top_srcdir)/Makefile.incl.am |
68 | @NEED_JAVA_TRUE@am__append_1 = java | 68 | @NEED_JAVA_TRUE@am__append_1 = java |
69 | |||
70 | # With --enable-compilation-tests, launch java unitary tests | ||
71 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
72 | subdir = modules/output_stream | 69 | subdir = modules/output_stream |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -560,7 +557,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
560 | #### the procedure will be the same with Microsoft Windows (C) | 557 | #### the procedure will be the same with Microsoft Windows (C) |
561 | #### and Linux/Unix | 558 | #### and Linux/Unix |
562 | ####################################################################### | 559 | ####################################################################### |
563 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 560 | TARGETS_ALL = $(am__append_1) |
564 | 561 | ||
565 | ################ MACROS ###################### | 562 | ################ MACROS ###################### |
566 | # Rule to build a macro | 563 | # Rule to build a macro |
diff --git a/scilab/modules/overloading/Makefile.in b/scilab/modules/overloading/Makefile.in index 64226cd..98c960c 100644 --- a/scilab/modules/overloading/Makefile.in +++ b/scilab/modules/overloading/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/overloading | 61 | subdir = modules/overloading |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -386,7 +383,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
386 | #### the procedure will be the same with Microsoft Windows (C) | 383 | #### the procedure will be the same with Microsoft Windows (C) |
387 | #### and Linux/Unix | 384 | #### and Linux/Unix |
388 | ####################################################################### | 385 | ####################################################################### |
389 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 386 | TARGETS_ALL = $(am__append_1) |
390 | 387 | ||
391 | ################ MACROS ###################### | 388 | ################ MACROS ###################### |
392 | # Rule to build a macro | 389 | # Rule to build a macro |
diff --git a/scilab/modules/parallel/Makefile.in b/scilab/modules/parallel/Makefile.in index 10ed8de..3f4f851 100644 --- a/scilab/modules/parallel/Makefile.in +++ b/scilab/modules/parallel/Makefile.in | |||
@@ -65,9 +65,6 @@ DIST_COMMON = $(libsciparallel_la_include_HEADERS) \ | |||
65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | subdir = modules/parallel | 68 | subdir = modules/parallel |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -482,7 +479,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
482 | #### the procedure will be the same with Microsoft Windows (C) | 479 | #### the procedure will be the same with Microsoft Windows (C) |
483 | #### and Linux/Unix | 480 | #### and Linux/Unix |
484 | ####################################################################### | 481 | ####################################################################### |
485 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 482 | TARGETS_ALL = $(am__append_1) |
486 | 483 | ||
487 | ################ MACROS ###################### | 484 | ################ MACROS ###################### |
488 | # Rule to build a macro | 485 | # Rule to build a macro |
diff --git a/scilab/modules/parameters/Makefile.in b/scilab/modules/parameters/Makefile.in index cbf8a58..5ffcbd9 100644 --- a/scilab/modules/parameters/Makefile.in +++ b/scilab/modules/parameters/Makefile.in | |||
@@ -65,9 +65,6 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | subdir = modules/parameters | 68 | subdir = modules/parameters |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -435,7 +432,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
435 | #### the procedure will be the same with Microsoft Windows (C) | 432 | #### the procedure will be the same with Microsoft Windows (C) |
436 | #### and Linux/Unix | 433 | #### and Linux/Unix |
437 | ####################################################################### | 434 | ####################################################################### |
438 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 435 | TARGETS_ALL = $(am__append_1) |
439 | 436 | ||
440 | ################ MACROS ###################### | 437 | ################ MACROS ###################### |
441 | # Rule to build a macro | 438 | # Rule to build a macro |
diff --git a/scilab/modules/polynomials/Makefile.in b/scilab/modules/polynomials/Makefile.in index 1c2368a..daec4a3 100644 --- a/scilab/modules/polynomials/Makefile.in +++ b/scilab/modules/polynomials/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/polynomials | 62 | subdir = modules/polynomials |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -571,7 +568,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
571 | #### the procedure will be the same with Microsoft Windows (C) | 568 | #### the procedure will be the same with Microsoft Windows (C) |
572 | #### and Linux/Unix | 569 | #### and Linux/Unix |
573 | ####################################################################### | 570 | ####################################################################### |
574 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 571 | TARGETS_ALL = $(am__append_1) |
575 | 572 | ||
576 | ################ MACROS ###################### | 573 | ################ MACROS ###################### |
577 | # Rule to build a macro | 574 | # Rule to build a macro |
diff --git a/scilab/modules/pvm/Makefile.in b/scilab/modules/pvm/Makefile.in index 3820645..7d041cb 100644 --- a/scilab/modules/pvm/Makefile.in +++ b/scilab/modules/pvm/Makefile.in | |||
@@ -75,13 +75,7 @@ host_triplet = @host@ | |||
75 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 75 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
76 | $(top_srcdir)/Makefile.incl.am | 76 | $(top_srcdir)/Makefile.incl.am |
77 | @NEED_JAVA_TRUE@@PVM_TRUE@am__append_1 = java | 77 | @NEED_JAVA_TRUE@@PVM_TRUE@am__append_1 = java |
78 | 78 | @NEED_JAVA_TRUE@@PVM_FALSE@am__append_2 = java | |
79 | # With --enable-compilation-tests, launch java unitary tests | ||
80 | @COMPILATION_TESTS_TRUE@@PVM_TRUE@am__append_2 = test | ||
81 | @NEED_JAVA_TRUE@@PVM_FALSE@am__append_3 = java | ||
82 | |||
83 | # With --enable-compilation-tests, launch java unitary tests | ||
84 | @COMPILATION_TESTS_TRUE@@PVM_FALSE@am__append_4 = test | ||
85 | subdir = modules/pvm | 79 | subdir = modules/pvm |
86 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 80 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
87 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 81 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -583,15 +577,14 @@ top_srcdir = @top_srcdir@ | |||
583 | #### the procedure will be the same with Microsoft Windows (C) | 577 | #### the procedure will be the same with Microsoft Windows (C) |
584 | #### and Linux/Unix | 578 | #### and Linux/Unix |
585 | ####################################################################### | 579 | ####################################################################### |
586 | @PVM_FALSE@TARGETS_ALL = $(am__append_3) $(am__append_4) | 580 | @PVM_FALSE@TARGETS_ALL = $(am__append_2) |
587 | 581 | ||
588 | ########################### JAVA ###################################### | 582 | ########################### JAVA ###################################### |
589 | #### We are delegating java compilation to ant... Thanks to that | 583 | #### We are delegating java compilation to ant... Thanks to that |
590 | #### the procedure will be the same with Microsoft Windows (C) | 584 | #### the procedure will be the same with Microsoft Windows (C) |
591 | #### and Linux/Unix | 585 | #### and Linux/Unix |
592 | ####################################################################### | 586 | ####################################################################### |
593 | @PVM_TRUE@TARGETS_ALL = $(am__append_1) $(am__append_2) \ | 587 | @PVM_TRUE@TARGETS_ALL = $(am__append_1) $(am__append_2) |
594 | @PVM_TRUE@ $(am__append_3) $(am__append_4) | ||
595 | 588 | ||
596 | ################ MACROS ###################### | 589 | ################ MACROS ###################### |
597 | # Rule to build a macro | 590 | # Rule to build a macro |
diff --git a/scilab/modules/randlib/Makefile.in b/scilab/modules/randlib/Makefile.in index 87b756b..ef24646 100644 --- a/scilab/modules/randlib/Makefile.in +++ b/scilab/modules/randlib/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/randlib | 62 | subdir = modules/randlib |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -486,7 +483,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
486 | #### the procedure will be the same with Microsoft Windows (C) | 483 | #### the procedure will be the same with Microsoft Windows (C) |
487 | #### and Linux/Unix | 484 | #### and Linux/Unix |
488 | ####################################################################### | 485 | ####################################################################### |
489 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 486 | TARGETS_ALL = $(am__append_1) |
490 | 487 | ||
491 | ################ MACROS ###################### | 488 | ################ MACROS ###################### |
492 | # Rule to build a macro | 489 | # Rule to build a macro |
diff --git a/scilab/modules/renderer/Makefile.in b/scilab/modules/renderer/Makefile.in index 629ffc0..07ca5af 100644 --- a/scilab/modules/renderer/Makefile.in +++ b/scilab/modules/renderer/Makefile.in | |||
@@ -66,9 +66,6 @@ host_triplet = @host@ | |||
66 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 66 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
67 | $(top_srcdir)/Makefile.incl.am | 67 | $(top_srcdir)/Makefile.incl.am |
68 | @NEED_JAVA_TRUE@am__append_1 = java | 68 | @NEED_JAVA_TRUE@am__append_1 = java |
69 | |||
70 | # With --enable-compilation-tests, launch java unitary tests | ||
71 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
72 | subdir = modules/renderer | 69 | subdir = modules/renderer |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -1023,7 +1020,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
1023 | #### the procedure will be the same with Microsoft Windows (C) | 1020 | #### the procedure will be the same with Microsoft Windows (C) |
1024 | #### and Linux/Unix | 1021 | #### and Linux/Unix |
1025 | ####################################################################### | 1022 | ####################################################################### |
1026 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 1023 | TARGETS_ALL = $(am__append_1) |
1027 | 1024 | ||
1028 | ################ MACROS ###################### | 1025 | ################ MACROS ###################### |
1029 | # Rule to build a macro | 1026 | # Rule to build a macro |
diff --git a/scilab/modules/scicos/Makefile.in b/scilab/modules/scicos/Makefile.in index 7bd0088..3a24c3a 100644 --- a/scilab/modules/scicos/Makefile.in +++ b/scilab/modules/scicos/Makefile.in | |||
@@ -81,13 +81,10 @@ DIST_COMMON = $(am__libsciscicos_la_include_HEADERS_DIST) \ | |||
81 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 81 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
82 | $(srcdir)/Makefile.modelica.am $(top_srcdir)/Makefile.incl.am | 82 | $(srcdir)/Makefile.modelica.am $(top_srcdir)/Makefile.incl.am |
83 | @NEED_JAVA_TRUE@am__append_1 = java | 83 | @NEED_JAVA_TRUE@am__append_1 = java |
84 | |||
85 | # With --enable-compilation-tests, launch java unitary tests | ||
86 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
87 | @OCAML_TRUE@@SCICOS_TRUE@bin_PROGRAMS = $(am__EXEEXT_1) | 84 | @OCAML_TRUE@@SCICOS_TRUE@bin_PROGRAMS = $(am__EXEEXT_1) |
88 | 85 | ||
89 | ########## COMMON | 86 | ########## COMMON |
90 | @OCAML_TRUE@@SCICOS_TRUE@am__append_3 = .ml .mli .mll .mly .cmo .cmi .cmx | 87 | @OCAML_TRUE@@SCICOS_TRUE@am__append_2 = .ml .mli .mll .mly .cmo .cmi .cmx |
91 | subdir = modules/scicos | 88 | subdir = modules/scicos |
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 89 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 90 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -663,12 +660,12 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
663 | #### the procedure will be the same with Microsoft Windows (C) | 660 | #### the procedure will be the same with Microsoft Windows (C) |
664 | #### and Linux/Unix | 661 | #### and Linux/Unix |
665 | ####################################################################### | 662 | ####################################################################### |
666 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 663 | TARGETS_ALL = $(am__append_1) |
667 | 664 | ||
668 | ################ MACROS ###################### | 665 | ################ MACROS ###################### |
669 | # Rule to build a macro | 666 | # Rule to build a macro |
670 | # NOT USED AT THE MOMENT | 667 | # NOT USED AT THE MOMENT |
671 | SUFFIXES = .sci $(am__append_3) | 668 | SUFFIXES = .sci $(am__append_2) |
672 | 669 | ||
673 | ########### INSTALL DOCUMENTATION ################### | 670 | ########### INSTALL DOCUMENTATION ################### |
674 | 671 | ||
diff --git a/scilab/modules/scicos_blocks/Makefile.in b/scilab/modules/scicos_blocks/Makefile.in index f0b8e34..4e6860a 100644 --- a/scilab/modules/scicos_blocks/Makefile.in +++ b/scilab/modules/scicos_blocks/Makefile.in | |||
@@ -65,9 +65,6 @@ DIST_COMMON = $(am__libsciscicos_blocks_la_include_HEADERS_DIST) \ | |||
65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | subdir = modules/scicos_blocks | 68 | subdir = modules/scicos_blocks |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -922,7 +919,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
922 | #### the procedure will be the same with Microsoft Windows (C) | 919 | #### the procedure will be the same with Microsoft Windows (C) |
923 | #### and Linux/Unix | 920 | #### and Linux/Unix |
924 | ####################################################################### | 921 | ####################################################################### |
925 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 922 | TARGETS_ALL = $(am__append_1) |
926 | 923 | ||
927 | ################ MACROS ###################### | 924 | ################ MACROS ###################### |
928 | # Rule to build a macro | 925 | # Rule to build a macro |
diff --git a/scilab/modules/scinotes/Makefile.in b/scilab/modules/scinotes/Makefile.in index b430659..61d2015 100644 --- a/scilab/modules/scinotes/Makefile.in +++ b/scilab/modules/scinotes/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libsciscinotes.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libsciscinotes.la | ||
72 | subdir = modules/scinotes | 69 | subdir = modules/scinotes |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -456,7 +453,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
456 | #### the procedure will be the same with Microsoft Windows (C) | 453 | #### the procedure will be the same with Microsoft Windows (C) |
457 | #### and Linux/Unix | 454 | #### and Linux/Unix |
458 | ####################################################################### | 455 | ####################################################################### |
459 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 456 | TARGETS_ALL = $(am__append_1) |
460 | 457 | ||
461 | ################ MACROS ###################### | 458 | ################ MACROS ###################### |
462 | # Rule to build a macro | 459 | # Rule to build a macro |
@@ -549,7 +546,7 @@ libsciscinotes_disable_la_CFLAGS = -Iincludes/ \ | |||
549 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c | 546 | SCINOTES_DISABLE_C_SOURCES = src/noscinotes/noscinotes.c |
550 | libsciscinotes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 547 | libsciscinotes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
551 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) | 548 | libsciscinotes_disable_la_SOURCES = $(SCINOTES_DISABLE_C_SOURCES) |
552 | pkglib_LTLIBRARIES = libsciscinotes-disable.la $(am__append_3) | 549 | pkglib_LTLIBRARIES = libsciscinotes-disable.la $(am__append_2) |
553 | libsciscinotes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 550 | libsciscinotes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
554 | 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) |
555 | 552 | ||
diff --git a/scilab/modules/shell/Makefile.in b/scilab/modules/shell/Makefile.in index d98f51c..5878fdb 100644 --- a/scilab/modules/shell/Makefile.in +++ b/scilab/modules/shell/Makefile.in | |||
@@ -64,9 +64,6 @@ host_triplet = @host@ | |||
64 | DIST_COMMON = $(libscishell_la_include_HEADERS) $(srcdir)/Makefile.am \ | 64 | DIST_COMMON = $(libscishell_la_include_HEADERS) $(srcdir)/Makefile.am \ |
65 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 65 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
66 | @NEED_JAVA_TRUE@am__append_3 = java | 66 | @NEED_JAVA_TRUE@am__append_3 = java |
67 | |||
68 | # With --enable-compilation-tests, launch java unitary tests | ||
69 | @COMPILATION_TESTS_TRUE@am__append_4 = test | ||
70 | subdir = modules/shell | 67 | subdir = modules/shell |
71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 68 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 69 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -508,7 +505,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
508 | #### the procedure will be the same with Microsoft Windows (C) | 505 | #### the procedure will be the same with Microsoft Windows (C) |
509 | #### and Linux/Unix | 506 | #### and Linux/Unix |
510 | ####################################################################### | 507 | ####################################################################### |
511 | TARGETS_ALL = $(am__append_3) $(am__append_4) | 508 | TARGETS_ALL = $(am__append_3) |
512 | 509 | ||
513 | ################ MACROS ###################### | 510 | ################ MACROS ###################### |
514 | # Rule to build a macro | 511 | # Rule to build a macro |
diff --git a/scilab/modules/signal_processing/Makefile.in b/scilab/modules/signal_processing/Makefile.in index dcc3186..9808e3d 100644 --- a/scilab/modules/signal_processing/Makefile.in +++ b/scilab/modules/signal_processing/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/signal_processing | 62 | subdir = modules/signal_processing |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -555,7 +552,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
555 | #### the procedure will be the same with Microsoft Windows (C) | 552 | #### the procedure will be the same with Microsoft Windows (C) |
556 | #### and Linux/Unix | 553 | #### and Linux/Unix |
557 | ####################################################################### | 554 | ####################################################################### |
558 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 555 | TARGETS_ALL = $(am__append_1) |
559 | 556 | ||
560 | ################ MACROS ###################### | 557 | ################ MACROS ###################### |
561 | # Rule to build a macro | 558 | # Rule to build a macro |
diff --git a/scilab/modules/simulated_annealing/Makefile.in b/scilab/modules/simulated_annealing/Makefile.in index bf1ee46..b100d5c 100644 --- a/scilab/modules/simulated_annealing/Makefile.in +++ b/scilab/modules/simulated_annealing/Makefile.in | |||
@@ -62,9 +62,6 @@ host_triplet = @host@ | |||
62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 62 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
63 | $(top_srcdir)/Makefile.incl.am | 63 | $(top_srcdir)/Makefile.incl.am |
64 | @NEED_JAVA_TRUE@am__append_1 = java | 64 | @NEED_JAVA_TRUE@am__append_1 = java |
65 | |||
66 | # With --enable-compilation-tests, launch java unitary tests | ||
67 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
68 | subdir = modules/simulated_annealing | 65 | subdir = modules/simulated_annealing |
69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -390,7 +387,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
390 | #### the procedure will be the same with Microsoft Windows (C) | 387 | #### the procedure will be the same with Microsoft Windows (C) |
391 | #### and Linux/Unix | 388 | #### and Linux/Unix |
392 | ####################################################################### | 389 | ####################################################################### |
393 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 390 | TARGETS_ALL = $(am__append_1) |
394 | 391 | ||
395 | ################ MACROS ###################### | 392 | ################ MACROS ###################### |
396 | # Rule to build a macro | 393 | # Rule to build a macro |
diff --git a/scilab/modules/sound/Makefile.in b/scilab/modules/sound/Makefile.in index 5bd4a82..076512e 100644 --- a/scilab/modules/sound/Makefile.in +++ b/scilab/modules/sound/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/sound | 62 | subdir = modules/sound |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -441,7 +438,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
441 | #### the procedure will be the same with Microsoft Windows (C) | 438 | #### the procedure will be the same with Microsoft Windows (C) |
442 | #### and Linux/Unix | 439 | #### and Linux/Unix |
443 | ####################################################################### | 440 | ####################################################################### |
444 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 441 | TARGETS_ALL = $(am__append_1) |
445 | 442 | ||
446 | ################ MACROS ###################### | 443 | ################ MACROS ###################### |
447 | # Rule to build a macro | 444 | # Rule to build a macro |
diff --git a/scilab/modules/sparse/Makefile.in b/scilab/modules/sparse/Makefile.in index fc5e973..586fc15 100644 --- a/scilab/modules/sparse/Makefile.in +++ b/scilab/modules/sparse/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/sparse | 62 | subdir = modules/sparse |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -637,7 +634,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
637 | #### the procedure will be the same with Microsoft Windows (C) | 634 | #### the procedure will be the same with Microsoft Windows (C) |
638 | #### and Linux/Unix | 635 | #### and Linux/Unix |
639 | ####################################################################### | 636 | ####################################################################### |
640 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 637 | TARGETS_ALL = $(am__append_1) |
641 | 638 | ||
642 | ################ MACROS ###################### | 639 | ################ MACROS ###################### |
643 | # Rule to build a macro | 640 | # Rule to build a macro |
diff --git a/scilab/modules/special_functions/Makefile.in b/scilab/modules/special_functions/Makefile.in index ac5fb8a..25ddc02 100644 --- a/scilab/modules/special_functions/Makefile.in +++ b/scilab/modules/special_functions/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/special_functions | 62 | subdir = modules/special_functions |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -475,7 +472,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
475 | #### the procedure will be the same with Microsoft Windows (C) | 472 | #### the procedure will be the same with Microsoft Windows (C) |
476 | #### and Linux/Unix | 473 | #### and Linux/Unix |
477 | ####################################################################### | 474 | ####################################################################### |
478 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 475 | TARGETS_ALL = $(am__append_1) |
479 | 476 | ||
480 | ################ MACROS ###################### | 477 | ################ MACROS ###################### |
481 | # Rule to build a macro | 478 | # Rule to build a macro |
diff --git a/scilab/modules/spreadsheet/Makefile.in b/scilab/modules/spreadsheet/Makefile.in index 94f2369..f9351b7 100644 --- a/scilab/modules/spreadsheet/Makefile.in +++ b/scilab/modules/spreadsheet/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/spreadsheet | 62 | subdir = modules/spreadsheet |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -459,7 +456,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
459 | #### the procedure will be the same with Microsoft Windows (C) | 456 | #### the procedure will be the same with Microsoft Windows (C) |
460 | #### and Linux/Unix | 457 | #### and Linux/Unix |
461 | ####################################################################### | 458 | ####################################################################### |
462 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 459 | TARGETS_ALL = $(am__append_1) |
463 | 460 | ||
464 | ################ MACROS ###################### | 461 | ################ MACROS ###################### |
465 | # Rule to build a macro | 462 | # Rule to build a macro |
diff --git a/scilab/modules/statistics/Makefile.in b/scilab/modules/statistics/Makefile.in index f357946..1a2592f 100644 --- a/scilab/modules/statistics/Makefile.in +++ b/scilab/modules/statistics/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/statistics | 62 | subdir = modules/statistics |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -543,7 +540,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
543 | #### the procedure will be the same with Microsoft Windows (C) | 540 | #### the procedure will be the same with Microsoft Windows (C) |
544 | #### and Linux/Unix | 541 | #### and Linux/Unix |
545 | ####################################################################### | 542 | ####################################################################### |
546 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 543 | TARGETS_ALL = $(am__append_1) |
547 | 544 | ||
548 | ################ MACROS ###################### | 545 | ################ MACROS ###################### |
549 | # Rule to build a macro | 546 | # Rule to build a macro |
diff --git a/scilab/modules/string/Makefile.in b/scilab/modules/string/Makefile.in index 2bb6416..42c1797 100644 --- a/scilab/modules/string/Makefile.in +++ b/scilab/modules/string/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/string | 62 | subdir = modules/string |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -539,7 +536,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
539 | #### the procedure will be the same with Microsoft Windows (C) | 536 | #### the procedure will be the same with Microsoft Windows (C) |
540 | #### and Linux/Unix | 537 | #### and Linux/Unix |
541 | ####################################################################### | 538 | ####################################################################### |
542 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 539 | TARGETS_ALL = $(am__append_1) |
543 | 540 | ||
544 | ################ MACROS ###################### | 541 | ################ MACROS ###################### |
545 | # Rule to build a macro | 542 | # Rule to build a macro |
diff --git a/scilab/modules/symbolic/Makefile.in b/scilab/modules/symbolic/Makefile.in index 84d54f6..717f95e 100644 --- a/scilab/modules/symbolic/Makefile.in +++ b/scilab/modules/symbolic/Makefile.in | |||
@@ -63,9 +63,6 @@ host_triplet = @host@ | |||
63 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 63 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
64 | $(top_srcdir)/Makefile.incl.am | 64 | $(top_srcdir)/Makefile.incl.am |
65 | @NEED_JAVA_TRUE@am__append_1 = java | 65 | @NEED_JAVA_TRUE@am__append_1 = java |
66 | |||
67 | # With --enable-compilation-tests, launch java unitary tests | ||
68 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
69 | subdir = modules/symbolic | 66 | subdir = modules/symbolic |
70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -458,7 +455,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
458 | #### the procedure will be the same with Microsoft Windows (C) | 455 | #### the procedure will be the same with Microsoft Windows (C) |
459 | #### and Linux/Unix | 456 | #### and Linux/Unix |
460 | ####################################################################### | 457 | ####################################################################### |
461 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 458 | TARGETS_ALL = $(am__append_1) |
462 | 459 | ||
463 | ################ MACROS ###################### | 460 | ################ MACROS ###################### |
464 | # Rule to build a macro | 461 | # Rule to build a macro |
diff --git a/scilab/modules/tclsci/Makefile.in b/scilab/modules/tclsci/Makefile.in index 1b78df6..a98d1e5 100644 --- a/scilab/modules/tclsci/Makefile.in +++ b/scilab/modules/tclsci/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/tclsci | 62 | subdir = modules/tclsci |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -686,7 +683,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
686 | #### the procedure will be the same with Microsoft Windows (C) | 683 | #### the procedure will be the same with Microsoft Windows (C) |
687 | #### and Linux/Unix | 684 | #### and Linux/Unix |
688 | ####################################################################### | 685 | ####################################################################### |
689 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 686 | TARGETS_ALL = $(am__append_1) |
690 | 687 | ||
691 | ################ MACROS ###################### | 688 | ################ MACROS ###################### |
692 | # Rule to build a macro | 689 | # Rule to build a macro |
diff --git a/scilab/modules/texmacs/Makefile.in b/scilab/modules/texmacs/Makefile.in index 6613ac9..dc875ca 100644 --- a/scilab/modules/texmacs/Makefile.in +++ b/scilab/modules/texmacs/Makefile.in | |||
@@ -58,9 +58,6 @@ host_triplet = @host@ | |||
58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
59 | $(top_srcdir)/Makefile.incl.am | 59 | $(top_srcdir)/Makefile.incl.am |
60 | @NEED_JAVA_TRUE@am__append_1 = java | 60 | @NEED_JAVA_TRUE@am__append_1 = java |
61 | |||
62 | # With --enable-compilation-tests, launch java unitary tests | ||
63 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
64 | subdir = modules/texmacs | 61 | subdir = modules/texmacs |
65 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
66 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -388,7 +385,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
388 | #### the procedure will be the same with Microsoft Windows (C) | 385 | #### the procedure will be the same with Microsoft Windows (C) |
389 | #### and Linux/Unix | 386 | #### and Linux/Unix |
390 | ####################################################################### | 387 | ####################################################################### |
391 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 388 | TARGETS_ALL = $(am__append_1) |
392 | 389 | ||
393 | ################ MACROS ###################### | 390 | ################ MACROS ###################### |
394 | # Rule to build a macro | 391 | # Rule to build a macro |
diff --git a/scilab/modules/time/Makefile.in b/scilab/modules/time/Makefile.in index 82ce3f3..2ae07ee 100644 --- a/scilab/modules/time/Makefile.in +++ b/scilab/modules/time/Makefile.in | |||
@@ -60,9 +60,6 @@ host_triplet = @host@ | |||
60 | DIST_COMMON = $(libscitime_la_include_HEADERS) $(srcdir)/Makefile.am \ | 60 | DIST_COMMON = $(libscitime_la_include_HEADERS) $(srcdir)/Makefile.am \ |
61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am | 61 | $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am |
62 | @NEED_JAVA_TRUE@am__append_1 = java | 62 | @NEED_JAVA_TRUE@am__append_1 = java |
63 | |||
64 | # With --enable-compilation-tests, launch java unitary tests | ||
65 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
66 | subdir = modules/time | 63 | subdir = modules/time |
67 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 64 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
68 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 65 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -460,7 +457,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
460 | #### the procedure will be the same with Microsoft Windows (C) | 457 | #### the procedure will be the same with Microsoft Windows (C) |
461 | #### and Linux/Unix | 458 | #### and Linux/Unix |
462 | ####################################################################### | 459 | ####################################################################### |
463 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 460 | TARGETS_ALL = $(am__append_1) |
464 | 461 | ||
465 | ################ MACROS ###################### | 462 | ################ MACROS ###################### |
466 | # Rule to build a macro | 463 | # Rule to build a macro |
diff --git a/scilab/modules/types/Makefile.in b/scilab/modules/types/Makefile.in index d6f4723..5f2ca2f 100644 --- a/scilab/modules/types/Makefile.in +++ b/scilab/modules/types/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libscitypes.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libscitypes.la | ||
72 | subdir = modules/types | 69 | subdir = modules/types |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -428,7 +425,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
428 | #### the procedure will be the same with Microsoft Windows (C) | 425 | #### the procedure will be the same with Microsoft Windows (C) |
429 | #### and Linux/Unix | 426 | #### and Linux/Unix |
430 | ####################################################################### | 427 | ####################################################################### |
431 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 428 | TARGETS_ALL = $(am__append_1) |
432 | 429 | ||
433 | ################ MACROS ###################### | 430 | ################ MACROS ###################### |
434 | # Rule to build a macro | 431 | # Rule to build a macro |
@@ -495,7 +492,7 @@ libscitypes_disable_la_CFLAGS = | |||
495 | TYPES_DISABLE_C_SOURCES = | 492 | TYPES_DISABLE_C_SOURCES = |
496 | libscitypes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 493 | libscitypes_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
497 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) | 494 | libscitypes_disable_la_SOURCES = $(TYPES_DISABLE_C_SOURCES) |
498 | pkglib_LTLIBRARIES = libscitypes-disable.la $(am__append_3) | 495 | pkglib_LTLIBRARIES = libscitypes-disable.la $(am__append_2) |
499 | libscitypes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 496 | libscitypes_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
500 | 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) |
501 | 498 | ||
diff --git a/scilab/modules/ui_data/Makefile.in b/scilab/modules/ui_data/Makefile.in index 6dcbae4..5fe5197 100644 --- a/scilab/modules/ui_data/Makefile.in +++ b/scilab/modules/ui_data/Makefile.in | |||
@@ -65,10 +65,7 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_1 = java | 67 | @NEED_JAVA_TRUE@am__append_1 = java |
68 | 68 | @GUI_TRUE@am__append_2 = libsciui_data.la | |
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
71 | @GUI_TRUE@am__append_3 = libsciui_data.la | ||
72 | subdir = modules/ui_data | 69 | subdir = modules/ui_data |
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 70 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
74 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 71 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -455,7 +452,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
455 | #### the procedure will be the same with Microsoft Windows (C) | 452 | #### the procedure will be the same with Microsoft Windows (C) |
456 | #### and Linux/Unix | 453 | #### and Linux/Unix |
457 | ####################################################################### | 454 | ####################################################################### |
458 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 455 | TARGETS_ALL = $(am__append_1) |
459 | 456 | ||
460 | ################ MACROS ###################### | 457 | ################ MACROS ###################### |
461 | # Rule to build a macro | 458 | # Rule to build a macro |
@@ -544,7 +541,7 @@ libsciui_data_disable_la_CFLAGS = -Iincludes/ \ | |||
544 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c | 541 | UI_DATA_DISABLE_C_SOURCES = src/noui_data/noui_data.c |
545 | libsciui_data_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 542 | libsciui_data_disable_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
546 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) | 543 | libsciui_data_disable_la_SOURCES = $(UI_DATA_DISABLE_C_SOURCES) |
547 | pkglib_LTLIBRARIES = libsciui_data-disable.la $(am__append_3) | 544 | pkglib_LTLIBRARIES = libsciui_data-disable.la $(am__append_2) |
548 | libsciui_data_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 545 | libsciui_data_la_LDFLAGS = -version-info $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
549 | 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) |
550 | 547 | ||
diff --git a/scilab/modules/umfpack/Makefile.in b/scilab/modules/umfpack/Makefile.in index adef33c..0d6372c 100644 --- a/scilab/modules/umfpack/Makefile.in +++ b/scilab/modules/umfpack/Makefile.in | |||
@@ -65,9 +65,6 @@ host_triplet = @host@ | |||
65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 65 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
66 | $(top_srcdir)/Makefile.incl.am | 66 | $(top_srcdir)/Makefile.incl.am |
67 | @NEED_JAVA_TRUE@am__append_2 = java | 67 | @NEED_JAVA_TRUE@am__append_2 = java |
68 | |||
69 | # With --enable-compilation-tests, launch java unitary tests | ||
70 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
71 | subdir = modules/umfpack | 68 | subdir = modules/umfpack |
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
73 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 70 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -506,7 +503,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
506 | #### the procedure will be the same with Microsoft Windows (C) | 503 | #### the procedure will be the same with Microsoft Windows (C) |
507 | #### and Linux/Unix | 504 | #### and Linux/Unix |
508 | ####################################################################### | 505 | ####################################################################### |
509 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 506 | TARGETS_ALL = $(am__append_2) |
510 | 507 | ||
511 | ################ MACROS ###################### | 508 | ################ MACROS ###################### |
512 | # Rule to build a macro | 509 | # Rule to build a macro |
diff --git a/scilab/modules/windows_tools/Makefile.in b/scilab/modules/windows_tools/Makefile.in index 65b57cb..913d528 100644 --- a/scilab/modules/windows_tools/Makefile.in +++ b/scilab/modules/windows_tools/Makefile.in | |||
@@ -59,9 +59,6 @@ host_triplet = @host@ | |||
59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 59 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
60 | $(top_srcdir)/Makefile.incl.am | 60 | $(top_srcdir)/Makefile.incl.am |
61 | @NEED_JAVA_TRUE@am__append_1 = java | 61 | @NEED_JAVA_TRUE@am__append_1 = java |
62 | |||
63 | # With --enable-compilation-tests, launch java unitary tests | ||
64 | @COMPILATION_TESTS_TRUE@am__append_2 = test | ||
65 | subdir = modules/windows_tools | 62 | subdir = modules/windows_tools |
66 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 63 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
67 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 64 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -438,7 +435,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
438 | #### the procedure will be the same with Microsoft Windows (C) | 435 | #### the procedure will be the same with Microsoft Windows (C) |
439 | #### and Linux/Unix | 436 | #### and Linux/Unix |
440 | ####################################################################### | 437 | ####################################################################### |
441 | TARGETS_ALL = $(am__append_1) $(am__append_2) | 438 | TARGETS_ALL = $(am__append_1) |
442 | 439 | ||
443 | ################ MACROS ###################### | 440 | ################ MACROS ###################### |
444 | # Rule to build a macro | 441 | # Rule to build a macro |
diff --git a/scilab/modules/xcos/Makefile.in b/scilab/modules/xcos/Makefile.in index 8638e6f..34092e0 100644 --- a/scilab/modules/xcos/Makefile.in +++ b/scilab/modules/xcos/Makefile.in | |||
@@ -67,9 +67,6 @@ host_triplet = @host@ | |||
67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 67 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
68 | $(top_srcdir)/Makefile.incl.am | 68 | $(top_srcdir)/Makefile.incl.am |
69 | @NEED_JAVA_TRUE@am__append_2 = java | 69 | @NEED_JAVA_TRUE@am__append_2 = java |
70 | |||
71 | # With --enable-compilation-tests, launch java unitary tests | ||
72 | @COMPILATION_TESTS_TRUE@am__append_3 = test | ||
73 | subdir = modules/xcos | 70 | subdir = modules/xcos |
74 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 71 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
75 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | 72 | am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ |
@@ -825,7 +822,7 @@ SPLINT_OPTIONS = -weak -booltype BOOL | |||
825 | #### the procedure will be the same with Microsoft Windows (C) | 822 | #### the procedure will be the same with Microsoft Windows (C) |
826 | #### and Linux/Unix | 823 | #### and Linux/Unix |
827 | ####################################################################### | 824 | ####################################################################### |
828 | TARGETS_ALL = $(am__append_2) $(am__append_3) | 825 | TARGETS_ALL = $(am__append_2) |
829 | 826 | ||
830 | ################ MACROS ###################### | 827 | ################ MACROS ###################### |
831 | # Rule to build a macro | 828 | # Rule to build a macro |