Mercurial > hg > octave-nkf
annotate scripts/general/module.mk @ 20553:916cc788d906
fix installation of script files
* scripts/module.mk (nobase_fcnfile_DATA): Delete.
* scripts/module.mk, scripts/audio/module.mk,
scripts/deprecated/module.mk, scripts/elfun/module.mk,
scripts/general/module.mk, scripts/geometry/module.mk,
scripts/gui/module.mk, scripts/help/module.mk,
scripts/image/module.mk, scripts/io/module.mk, scripts/java/module.mk,
scripts/linear-algebra/module.mk, scripts/miscellaneous/module.mk,
scripts/optimization/module.mk, scripts/path/module.mk,
scripts/pkg/module.mk, scripts/plot/appearance/module.mk,
scripts/plot/draw/module.mk, scripts/plot/util/module.mk,
scripts/polynomial/module.mk, scripts/prefs/module.mk,
scripts/set/module.mk, scripts/signal/module.mk,
scripts/sparse/module.mk, scripts/specfun/module.mk,
scripts/special-matrix/module.mk, scripts/startup/module.mk,
scripts/statistics/base/module.mk,
scripts/statistics/distributions/module.mk,
scripts/statistics/models/module.mk,
scripts/statistics/tests/module.mk, scripts/strings/module.mk,
scripts/testfun/module.mk, scripts/time/module.mk: Define individual
Xdir and X_DATA variables for each scripts subdirectory.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 14 Jul 2015 10:55:51 -0400 |
parents | fa9fa6ab76f0 |
children |
rev | line source |
---|---|
20553
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
1 FCN_FILE_DIRS += \ |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
2 scripts/general \ |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
3 scripts/general/private |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
5 scripts_general_PRIVATE_FCN_FILES = \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
6 scripts/general/private/__isequal__.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
7 scripts/general/private/__splinen__.m |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9869
diff
changeset
|
8 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
9 scripts_general_FCN_FILES = \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
10 scripts/general/accumarray.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
11 scripts/general/accumdim.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
12 scripts/general/bincoeff.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
13 scripts/general/bitcmp.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
14 scripts/general/bitget.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
15 scripts/general/bitset.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
16 scripts/general/blkdiag.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
17 scripts/general/cart2pol.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
18 scripts/general/cart2sph.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
19 scripts/general/cell2mat.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
20 scripts/general/celldisp.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
21 scripts/general/chop.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
22 scripts/general/circshift.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
23 scripts/general/common_size.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
24 scripts/general/cplxpair.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
25 scripts/general/cumtrapz.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
26 scripts/general/curl.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
27 scripts/general/dblquad.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
28 scripts/general/deal.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
29 scripts/general/del2.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
30 scripts/general/display.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
31 scripts/general/divergence.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
32 scripts/general/fieldnames.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
33 scripts/general/flip.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
34 scripts/general/flipdim.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
35 scripts/general/fliplr.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
36 scripts/general/flipud.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
37 scripts/general/gradient.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
38 scripts/general/idivide.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
39 scripts/general/inputParser.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
40 scripts/general/int2str.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
41 scripts/general/interp1.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
42 scripts/general/interp2.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
43 scripts/general/interp3.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
44 scripts/general/interpft.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
45 scripts/general/interpn.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
46 scripts/general/isdir.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
47 scripts/general/isequal.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
48 scripts/general/isequaln.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
49 scripts/general/loadobj.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
50 scripts/general/logspace.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
51 scripts/general/methods.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
52 scripts/general/nargchk.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
53 scripts/general/narginchk.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
54 scripts/general/nargoutchk.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
55 scripts/general/nextpow2.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
56 scripts/general/nthargout.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
57 scripts/general/num2str.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
58 scripts/general/pol2cart.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
59 scripts/general/polyarea.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
60 scripts/general/postpad.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
61 scripts/general/prepad.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
62 scripts/general/profexplore.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
63 scripts/general/profile.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
64 scripts/general/profshow.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
65 scripts/general/quadgk.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
66 scripts/general/quadl.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
67 scripts/general/quadv.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
68 scripts/general/randi.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
69 scripts/general/rat.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
70 scripts/general/repmat.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
71 scripts/general/rot90.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
72 scripts/general/rotdim.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
73 scripts/general/saveobj.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
74 scripts/general/shift.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
75 scripts/general/shiftdim.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
76 scripts/general/sortrows.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
77 scripts/general/sph2cart.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
78 scripts/general/structfun.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
79 scripts/general/subsindex.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
80 scripts/general/trapz.m \ |
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
81 scripts/general/triplequad.m \ |
20553
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
82 scripts/general/validateattributes.m |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
83 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
84 scripts_generaldir = $(fcnfiledir)/general |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
85 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
86 scripts_general_DATA = $(scripts_general_FCN_FILES) |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
87 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
88 scripts_general_privatedir = $(fcnfiledir)/general/private |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
89 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
90 scripts_general_private_DATA = $(scripts_general_PRIVATE_FCN_FILES) |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
91 |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
92 FCN_FILES += \ |
916cc788d906
fix installation of script files
John W. Eaton <jwe@octave.org>
parents:
20538
diff
changeset
|
93 $(scripts_general_FCN_FILES) \ |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
94 $(scripts_general_PRIVATE_FCN_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
95 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
96 PKG_ADD_FILES += scripts/general/PKG_ADD |
9906 | 97 |
20538
fa9fa6ab76f0
eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents:
19591
diff
changeset
|
98 DIRSTAMP_FILES += scripts/general/$(octave_dirstamp) |