Mercurial > hg > octave-nkf
annotate scripts/startup/module.mk @ 19270:dbe9a11f5dcb
maint: Periodic merge of gui-release to default.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 10 Sep 2014 14:19:58 -0400 |
parents | 5109be17eb49 |
children | fa9fa6ab76f0 |
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 += startup |
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 startup_FCN_FILES = \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 startup/__finish__.m |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
5 |
12633
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
6 LOCAL_STARTUP_FILE_SRC = startup/local-rcfile |
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
7 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 SYSTEM_STARTUP_FILE_SRC = startup/main-rcfile |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
10 SYSTEM_INPUTRC_FILE_SRC = startup/inputrc |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 STARTUP_FILE_SRC = \ |
12633
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
13 $(LOCAL_STARTUP_FILE_SRC) \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
14 $(SYSTEM_STARTUP_FILE_SRC) \ |
12633
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
15 $(SYSTEM_INPUTRC_FILE_SRC) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
16 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
17 FCN_FILES += \ |
12633
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
18 $(startup_FCN_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
20 EXTRA_DIST += \ |
12633
5109be17eb49
maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Rik <octave@nomad.inbox5.com>
parents:
9906
diff
changeset
|
21 $(STARTUP_FILE_SRC) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
22 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
23 PKG_ADD_FILES += startup/PKG_ADD |
9906 | 24 |
25 DIRSTAMP_FILES += startup/$(octave_dirstamp) |