annotate scripts/image/module.mk @ 22965:4248b1e1a59f stable

update module.mk files for frame2im, im2frame move * scripts/image/module.mk: Update. * scripts/plot/util/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Tue, 27 Dec 2016 13:42:11 -0500
parents 842765b159ed
children 8308417aff1c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
1 FCN_FILE_DIRS += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
2 scripts/image \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
3 scripts/image/private
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
5 scripts_image_PRIVATE_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
6 scripts/image/private/__imfinfo__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
7 scripts/image/private/__imread__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
8 scripts/image/private/__imwrite__.m \
20372
c5343519df78 build: Add missing scripts from image/private/ dir to tarball.
Rik <rik@octave.org>
parents: 20343
diff changeset
9 scripts/image/private/colorspace_conversion_input_check.m \
c5343519df78 build: Add missing scripts from image/private/ dir to tarball.
Rik <rik@octave.org>
parents: 20343
diff changeset
10 scripts/image/private/colorspace_conversion_revert.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
11 scripts/image/private/imageIO.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
12 scripts/image/private/imwrite_filename.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
13 scripts/image/private/ind2x.m
15740
1a350ab31b55 build: include scripts/image/private functions in build.
Rik <rik@octave.org>
parents: 15513
diff changeset
14
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
15 scripts_image_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
16 scripts/image/autumn.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
17 scripts/image/bone.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
18 scripts/image/brighten.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
19 scripts/image/cmpermute.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
20 scripts/image/cmunique.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
21 scripts/image/colorcube.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
22 scripts/image/colormap.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
23 scripts/image/contrast.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
24 scripts/image/cool.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
25 scripts/image/copper.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
26 scripts/image/cubehelix.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
27 scripts/image/flag.m \
22965
4248b1e1a59f update module.mk files for frame2im, im2frame move
John W. Eaton <jwe@octave.org>
parents: 20736
diff changeset
28 scripts/image/frame2im.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
29 scripts/image/gray.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
30 scripts/image/gray2ind.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
31 scripts/image/hot.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
32 scripts/image/hsv.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
33 scripts/image/hsv2rgb.m \
20736
842765b159ed New function im2double ported from the image package.
Carnë Draug <carandraug@octave.org>
parents: 20529
diff changeset
34 scripts/image/im2double.m \
22965
4248b1e1a59f update module.mk files for frame2im, im2frame move
John W. Eaton <jwe@octave.org>
parents: 20736
diff changeset
35 scripts/image/im2frame.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
36 scripts/image/image.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
37 scripts/image/imagesc.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
38 scripts/image/imfinfo.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
39 scripts/image/imformats.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
40 scripts/image/imread.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
41 scripts/image/imshow.m \
22965
4248b1e1a59f update module.mk files for frame2im, im2frame move
John W. Eaton <jwe@octave.org>
parents: 20736
diff changeset
42 scripts/image/iscolormap.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
43 scripts/image/imwrite.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
44 scripts/image/ind2gray.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
45 scripts/image/ind2rgb.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
46 scripts/image/jet.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
47 scripts/image/lines.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
48 scripts/image/ntsc2rgb.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
49 scripts/image/ocean.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
50 scripts/image/pink.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
51 scripts/image/prism.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
52 scripts/image/rainbow.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
53 scripts/image/rgb2hsv.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
54 scripts/image/rgb2ind.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
55 scripts/image/rgb2ntsc.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
56 scripts/image/rgbplot.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
57 scripts/image/spinmap.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
58 scripts/image/spring.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
59 scripts/image/summer.m \
20529
2e7a09136516 Add the default matplotlib colormap "viridis" to the list of colormaps
Carlo de Falco <cdf@users.sourceforge.net>
parents: 20372
diff changeset
60 scripts/image/viridis.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
61 scripts/image/white.m \
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
62 scripts/image/winter.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
63
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
64 SCRIPTS_IMAGES += \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
65 scripts/image/default.img
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
66
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
67 scripts_imagedir = $(fcnfiledir)/image
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
68
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
69 scripts_image_DATA = $(scripts_image_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
70
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
71 scripts_image_privatedir = $(fcnfiledir)/image/private
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
72
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
73 scripts_image_private_DATA = $(scripts_image_PRIVATE_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
74
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
75 FCN_FILES += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
76 $(scripts_image_FCN_FILES) \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
77 $(scripts_image_PRIVATE_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
78
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
79 PKG_ADD_FILES += scripts/image/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9899
diff changeset
80
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20159
diff changeset
81 DIRSTAMP_FILES += scripts/image/$(octave_dirstamp)