Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 20815:a260a6acb70f
fix test failures introduced by a22d8a2eb0e5
* scripts/ode/private/integrate_adaptive.m: fix stepping backwards, fix
invocation of OutputFcn, fix text of some error messages
* scripts/ode/private/integrate_const.m: remove use of option OutputSave
* scripts/ode/private/integrate_n_steps.m: remove use of option OutputSave
author | Carlo de Falco <carlo.defalco@polimi.it> |
---|---|
date | Sun, 11 Oct 2015 23:09:01 +0200 |
parents | afdb856e44f1 |
children |
rev | line source |
---|---|
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
1 FCN_FILE_DIRS += scripts/deprecated |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
3 scripts_deprecated_FCN_FILES = \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
4 scripts/deprecated/bicubic.m \ |
20696 | 5 scripts/deprecated/bitmax.m \ |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
6 scripts/deprecated/delaunay3.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
7 scripts/deprecated/dump_prefs.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
8 scripts/deprecated/find_dir_in_path.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
9 scripts/deprecated/finite.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
10 scripts/deprecated/fmod.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
11 scripts/deprecated/fnmatch.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
12 scripts/deprecated/gmap40.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
13 scripts/deprecated/isstr.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
14 scripts/deprecated/loadaudio.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
15 scripts/deprecated/luinc.m \ |
20712 | 16 scripts/deprecated/mahalanobis.m \ |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
17 scripts/deprecated/mouse_wheel_zoom.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
18 scripts/deprecated/nfields.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
19 scripts/deprecated/octave_tmp_file_name.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
20 scripts/deprecated/playaudio.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
21 scripts/deprecated/saveaudio.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
22 scripts/deprecated/setaudio.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
23 scripts/deprecated/syl.m \ |
20694 | 24 scripts/deprecated/usage.m \ |
25 scripts/deprecated/wavread.m \ | |
26 scripts/deprecated/wavwrite.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
27 |
20553
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
28 scripts_deprecateddir = $(fcnfiledir)/deprecated |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
29 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
30 scripts_deprecated_DATA = $(scripts_deprecated_FCN_FILES) |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
31 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
32 FCN_FILES += $(scripts_deprecated_FCN_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
33 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
34 PKG_ADD_FILES += scripts/deprecated/PKG_ADD |
9906 | 35 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
20435
diff
changeset
|
36 DIRSTAMP_FILES += scripts/deprecated/$(octave_dirstamp) |