annotate scripts/image/module.mk @ 20159:597991b19e40 stable

gmap40.m: Deprecate function. Function is specifically for gnuplot-4.0 support, but Octave already requires version 4.2.5. * scripts/deprecated/gmap40.m: Moved from image/ directory. Add warning when run. Add deprecation notice to docstring. * scripts/deprecated/module.mk: Add gmap40.m to build system. * scripts/image/module.mk: Remove gmap40.m from image dir build system. * scripts/image/gmap40.m: Moved to deprecated/ directory.
author Rik <rik@octave.org>
date Sun, 03 May 2015 12:58:42 -0700
parents b705f88044be
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 += image
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
15740
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
3 image_PRIVATE_FCN_FILES = \
17086
3db796f89695 Rename private core_imfnc functions to follow the __fnc__ convention style.
Carnë Draug <carandraug@octave.org>
parents: 16963
diff changeset
4 image/private/__imfinfo__.m \
3db796f89695 Rename private core_imfnc functions to follow the __fnc__ convention style.
Carnë Draug <carandraug@octave.org>
parents: 16963
diff changeset
5 image/private/__imread__.m \
3db796f89695 Rename private core_imfnc functions to follow the __fnc__ convention style.
Carnë Draug <carandraug@octave.org>
parents: 16963
diff changeset
6 image/private/__imwrite__.m \
16963
ad92406ec915 Add private files for image I/O to list of installed files
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 16901
diff changeset
7 image/private/imageIO.m \
ad92406ec915 Add private files for image I/O to list of installed files
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 16901
diff changeset
8 image/private/imwrite_filename.m \
15740
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
9 image/private/ind2x.m
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
10
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 image_FCN_FILES = \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 image/autumn.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 image/bone.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 image/brighten.m \
14896
0ba7be7fed1c Add new functions cmpermute(), cmunque().
Rik <rik@octave.org>
parents: 14274
diff changeset
15 image/cmpermute.m \
0ba7be7fed1c Add new functions cmpermute(), cmunque().
Rik <rik@octave.org>
parents: 14274
diff changeset
16 image/cmunique.m \
14274
727b74f512af colorcube.m: Add new colormap which maximizes equally spaced colors.
Rik <octave@nomad.inbox5.com>
parents: 14272
diff changeset
17 image/colorcube.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 image/colormap.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 image/contrast.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 image/cool.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 image/copper.m \
19609
b705f88044be Add cubehelix.m to build system (forgotten in 5ab6fcf32d1e)
Carnë Draug <carandraug@octave.org>
parents: 17086
diff changeset
22 image/cubehelix.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 image/flag.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 image/gray.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 image/gray2ind.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 image/hot.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 image/hsv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 image/hsv2rgb.m \
15513
7a0a202fedfe iscolormap: new function for image
Carnë Draug <carandraug+dev@gmail.com>
parents: 14896
diff changeset
29 image/iscolormap.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 image/image.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 image/imagesc.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 image/imfinfo.m \
16901
861516dcad19 New function imformats.
Carnë Draug <carandraug@octave.org>
parents: 15740
diff changeset
33 image/imformats.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 image/imread.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35 image/imshow.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 image/imwrite.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 image/ind2gray.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 image/ind2rgb.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 image/jet.m \
14272
4f8d2931f886 lines.m: Add new colormap corresponding to ColorOrder property.
Rik <octave@nomad.inbox5.com>
parents: 14271
diff changeset
40 image/lines.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41 image/ntsc2rgb.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 image/ocean.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 image/pink.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44 image/prism.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 image/rainbow.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 image/rgb2hsv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47 image/rgb2ind.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 image/rgb2ntsc.m \
14271
e2a14d1b4eaa rgbplot.m: Add new Matlab compatible function for plotting colormaps
Rik <octave@nomad.inbox5.com>
parents: 14264
diff changeset
49 image/rgbplot.m \
14264
284656167c25 spinmap.m: Revamp function and make Matlab-compatible.
Rik <octave@nomad.inbox5.com>
parents: 12210
diff changeset
50 image/spinmap.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
51 image/spring.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52 image/summer.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 image/white.m \
15740
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
54 image/winter.m \
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
55 $(image_PRIVATE_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
56
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
57 IMAGES += \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
58 image/default.img
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
59
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
60 FCN_FILES += $(image_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
61
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
62 PKG_ADD_FILES += image/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9899
diff changeset
63
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9899
diff changeset
64 DIRSTAMP_FILES += image/$(octave_dirstamp)