diff options
Diffstat (limited to 'scilab/modules/intersci/Makefile.in')
-rw-r--r-- | scilab/modules/intersci/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
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 |