annotate scripts/path/module.mk @ 20807:69270256b879

Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel. * Canvas/cc (Canvas::canvasMouseMoveEvent): call "select_object" with the actual Canvas object which may also be a uipanel.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sat, 10 Oct 2015 13:07:51 +0200
parents 916cc788d906
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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/path \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
3 scripts/path/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: 19530
diff changeset
5 scripts_path_PRIVATE_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
6 scripts/path/private/getsavepath.m
19530
bb8d3f17248d Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents: 9906
diff changeset
7
20538
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
8 scripts_path_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
9 scripts/path/matlabroot.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
10 scripts/path/pathdef.m \
20553
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
11 scripts/path/savepath.m
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
12
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
13 scripts_pathdir = $(fcnfiledir)/path
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
14
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
15 scripts_path_DATA = $(scripts_path_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
16
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
17 scripts_path_privatedir = $(fcnfiledir)/path/private
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
18
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
19 scripts_path_private_DATA = $(scripts_path_PRIVATE_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
20
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
21 FCN_FILES += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20538
diff changeset
22 $(scripts_path_FCN_FILES) \
20538
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
23 $(scripts_path_PRIVATE_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24
20538
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
25 PKG_ADD_FILES += scripts/path/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9899
diff changeset
26
20538
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19530
diff changeset
27 DIRSTAMP_FILES += scripts/path/$(octave_dirstamp)