Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 19482:93a33123fcfe
maint: Periodic merge of gui-release to default.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 28 Oct 2014 13:15:49 -0700 |
parents | e5a1e7951908 |
children | ebd27d8c63fd |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += deprecated |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 deprecated_FCN_FILES = \ |
18804
7485f8a8e431
bicubic.m: Deprecate function for 4.2 release.
Rik <rik@octave.org>
parents:
18606
diff
changeset
|
4 deprecated/bicubic.m \ |
19356
ba167badef9f
Deprecate delaunay3 and extend delaunay to 3-D inputs.
Rik <rik@octave.org>
parents:
19347
diff
changeset
|
5 deprecated/delaunay3.m \ |
19388 | 6 deprecated/dump_prefs.m \ |
18109
2217bc116aa9
maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
18102
diff
changeset
|
7 deprecated/find_dir_in_path.m \ |
19309
a4c226a963c5
Deprecate finite in favor of isfinite.
Rik <rik@octave.org>
parents:
19304
diff
changeset
|
8 deprecated/finite.m \ |
19310 | 9 deprecated/fmod.m \ |
19311 | 10 deprecated/fnmatch.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 deprecated/isstr.m \ |
19340 | 12 deprecated/luinc.m \ |
19460 | 13 deprecated/octave_tmp_file_name.m \ |
19252 | 14 deprecated/nfields.m \ |
19257
d20c81d3cd21
Deprecate syl, add new function sylvester.
Rik <rik@octave.org>
parents:
19252
diff
changeset
|
15 deprecated/strmatch.m \ |
19303 | 16 deprecated/syl.m \ |
17 deprecated/usage.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
18 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
20 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
21 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 22 |
23 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |